Home
last modified time | relevance | path

Searched refs:yuv_sample (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcam_ll.h294 …ne void cam_ll_set_convert_mode_rgb_to_yuv(lcd_cam_dev_t *dev, color_pixel_yuv_format_t yuv_sample) in cam_ll_set_convert_mode_rgb_to_yuv() argument
298 switch (yuv_sample) { in cam_ll_set_convert_mode_rgb_to_yuv()
319 …ne void cam_ll_set_convert_mode_yuv_to_rgb(lcd_cam_dev_t *dev, color_pixel_yuv_format_t yuv_sample) in cam_ll_set_convert_mode_yuv_to_rgb() argument
323 switch (yuv_sample) { in cam_ll_set_convert_mode_yuv_to_rgb()
Dlcd_ll.h203 …tic inline void lcd_ll_set_convert_mode_rgb_to_yuv(lcd_cam_dev_t *dev, lcd_yuv_sample_t yuv_sample) in lcd_ll_set_convert_mode_rgb_to_yuv() argument
206 dev->lcd_rgb_yuv.lcd_conv_yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(yuv_sample); in lcd_ll_set_convert_mode_rgb_to_yuv()
216 …tic inline void lcd_ll_set_convert_mode_yuv_to_rgb(lcd_cam_dev_t *dev, lcd_yuv_sample_t yuv_sample) in lcd_ll_set_convert_mode_yuv_to_rgb() argument
219 dev->lcd_rgb_yuv.lcd_conv_yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(yuv_sample); in lcd_ll_set_convert_mode_yuv_to_rgb()