Home
last modified time | relevance | path

Searched refs:is_yuv (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-common.c51 .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 …]
Dvivid-tpg.c233 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 …]
Dvivid-core.h81 bool is_yuv; member
Dvivid-tpg.h123 bool is_yuv; member
/linux-4.4.14/drivers/gpu/drm/msm/mdp/
Dmdp_kms.h95 bool is_yuv; member
98 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->is_yuv)
Dmdp_format.c87 .is_yuv = yuv, \
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.h271 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()
Drockchip_drm_vop.c527 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/
Dmdp5_plane.c554 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()