ESP-IDF
COLOR_SPACE_RGB
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_RGB
COLOR_SPACE_RGB value
Syntax
Show:
Summary
Declaration
from
color_types.h:25
COLOR_SPACE_RGB
;
Examples
References
from
examples
Code
Location
Referrer
COLOR_SPACE_RGB
,
///< Color space rgb
color_types.h:25
case
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB565
)
:
color_hal.c:29
color_hal_pixel_format_get_bit_depth()
case
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB888
)
:
color_hal.c:32
color_hal_pixel_format_get_bit_depth()
JPEG_DECODE_OUT_FORMAT_RGB888
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB888
)
,
/*!< output RGB888 format */
jpeg_types.h:20
JPEG_DECODE_OUT_FORMAT_RGB565
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB565
)
,
/*!< output RGB565 format */
jpeg_types.h:21
JPEG_ENCODE_IN_FORMAT_RGB888
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB888
)
,
/*!< input RGB888 format */
jpeg_types.h:56
JPEG_ENCODE_IN_FORMAT_RGB565
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB565
)
,
/*!< input RGB565 format */
jpeg_types.h:57
JPEG_ENC_SRC_RGB888
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB888
)
,
/*!< JPEG encoder source RGB888 */
jpeg_types.h:78
JPEG_ENC_SRC_RGB565
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB565
)
,
/*!< JPEG encoder source RGB565 */
jpeg_types.h:80
LCD_COLOR_SPACE_RGB
=
COLOR_SPACE_RGB
,
/*!< Color space: RGB */
lcd_types.h:38
LCD_COLOR_FMT_RGB565
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB565
)
,
///< RGB565
lcd_types.h:55
LCD_COLOR_FMT_RGB666
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB666
)
,
///< RGB666
lcd_types.h:56
LCD_COLOR_FMT_RGB888
=
COLOR_TYPE_ID
(
COLOR_SPACE_RGB
,
COLOR_PIXEL_RGB888
)
,
///< RGB888
lcd_types.h:57
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
COLOR_SPACE_RGB
is read by 1 function:
All items filtered out
COLOR_SPACE_RGB
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