Searched refs:yuv_sample (Results 1 – 2 of 2) sorted by relevance
294 …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() argument298 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() argument323 switch (yuv_sample) { in cam_ll_set_convert_mode_yuv_to_rgb()
203 …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() argument206 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() argument219 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()