ESP-IDF
COLOR_SPACE_YUV
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
COLOR_SPACE_YUV
COLOR_SPACE_YUV value
Syntax
Show:
Summary
Declaration
from
color_types.h:26
COLOR_SPACE_YUV
;
Examples
References
from
examples
Code
Location
Referrer
COLOR_SPACE_YUV
,
///< Color space yuv
color_types.h:26
case
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV420
)
:
color_hal.c:26
color_hal_pixel_format_get_bit_depth()
case
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV411
)
:
color_hal.c:27
color_hal_pixel_format_get_bit_depth()
case
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
:
color_hal.c:30
color_hal_pixel_format_get_bit_depth()
case
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV444
)
:
color_hal.c:33
color_hal_pixel_format_get_bit_depth()
JPEG_DECODE_OUT_FORMAT_YUV444
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV444
)
,
/*!< output yuv444 format */
jpeg_types.h:23
JPEG_DECODE_OUT_FORMAT_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
/*!< output yuv422 format */
jpeg_types.h:24
JPEG_DECODE_OUT_FORMAT_YUV420
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV420
)
,
/*!< output yuv420 format */
jpeg_types.h:25
JPEG_ENCODE_IN_FORMAT_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
/*!< input YUV422 format */
jpeg_types.h:59
JPEG_SAMPLE_MODE_YUV444
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV444
)
,
///< sample in YUV444
jpeg_types.h:48
JPEG_SAMPLE_MODE_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
///< sample in YUV422
jpeg_types.h:49
JPEG_SAMPLE_MODE_YUV420
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV420
)
,
///< sample in YUV420
jpeg_types.h:50
JPEG_DOWN_SAMPLING_YUV444
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV444
)
,
/*!< Sample by YUV444 */
jpeg_types.h:68
JPEG_DOWN_SAMPLING_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
/*!< Sample by YUV422 */
jpeg_types.h:69
JPEG_DOWN_SAMPLING_YUV420
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV420
)
,
/*!< Sample by YUV420 */
jpeg_types.h:70
JPEG_ENC_SRC_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
/*!< JPEG encoder source YUV422 */
jpeg_types.h:79
LCD_COLOR_SPACE_YUV
=
COLOR_SPACE_YUV
,
/*!< Color space: YUV */
lcd_types.h:39
LCD_COLOR_FMT_YUV422
=
COLOR_TYPE_ID
(
COLOR_SPACE_YUV
,
COLOR_PIXEL_YUV422
)
,
///< YUV422
lcd_types.h:58
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
COLOR_SPACE_YUV
is read by 1 function:
All items filtered out
COLOR_SPACE_YUV
color_hal_pixel_format_get_bit_depth()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out