Searched refs:is_yuv (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 51 .is_yuv = true, 60 .is_yuv = true, 68 .is_yuv = true, 76 .is_yuv = true, 84 .is_yuv = true, 92 .is_yuv = true, 100 .is_yuv = true, 108 .is_yuv = true, 116 .is_yuv = true, 124 .is_yuv = true, [all …]
|
D | vivid-tpg.c | 233 tpg->is_yuv = false; in tpg_s_fourcc() 239 tpg->is_yuv = true; in tpg_s_fourcc() 252 tpg->is_yuv = true; in tpg_s_fourcc() 260 tpg->is_yuv = true; in tpg_s_fourcc() 272 tpg->is_yuv = true; in tpg_s_fourcc() 284 tpg->is_yuv = true; in tpg_s_fourcc() 291 tpg->is_yuv = true; in tpg_s_fourcc() 298 tpg->is_yuv = true; in tpg_s_fourcc() 795 if (tpg->is_yuv) { in precalculate_color() 804 if (tpg->is_yuv) { in precalculate_color() [all …]
|
D | vivid-core.h | 81 bool is_yuv; member
|
D | vivid-tpg.h | 123 bool is_yuv; member
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/ |
D | mdp_kms.h | 95 bool is_yuv; member 98 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->is_yuv)
|
D | mdp_format.c | 87 .is_yuv = yuv, \
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.h | 271 static inline int scl_vop_cal_lb_mode(int width, bool is_yuv) in scl_vop_cal_lb_mode() argument 279 else if (!is_yuv) in scl_vop_cal_lb_mode()
|
D | rockchip_drm_vop.c | 527 bool is_yuv = is_yuv_support(pixel_format); in scl_vop_cal_scl_fac() local 543 if (is_yuv) { in scl_vop_cal_scl_fac() 589 if (is_yuv) { in scl_vop_cal_scl_fac() 817 bool is_yuv; in vop_update_plane_event() local 856 is_yuv = is_yuv_support(fb->pixel_format); in vop_update_plane_event() 870 if (is_yuv) { in vop_update_plane_event() 892 if (is_yuv) { in vop_update_plane_event() 946 if (is_yuv) { in vop_update_plane_event()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 554 bool scaling = format->is_yuv ? true : (src != dst); in get_scale_config() 557 bool yuv = format->is_yuv; in get_scale_config() 587 bool scaling = format->is_yuv ? true : (src != dst); in calc_pixel_ext() 617 if (format->is_yuv && i == COMP_1_2) { in mdp5_write_pixel_ext()
|