Lines Matching refs:pixel_format
520 uint32_t dst_h, uint32_t pixel_format) in scl_vop_cal_scl_fac() argument
525 int hsub = drm_format_horz_chroma_subsampling(pixel_format); in scl_vop_cal_scl_fac()
526 int vsub = drm_format_vert_chroma_subsampling(pixel_format); in scl_vop_cal_scl_fac()
527 bool is_yuv = is_yuv_support(pixel_format); in scl_vop_cal_scl_fac()
854 is_alpha = is_alpha_support(fb->pixel_format); in vop_update_plane_event()
855 rb_swap = has_rb_swapped(fb->pixel_format); in vop_update_plane_event()
856 is_yuv = is_yuv_support(fb->pixel_format); in vop_update_plane_event()
858 format = vop_convert_format(fb->pixel_format); in vop_update_plane_event()
886 offset = (src.x1 >> 16) * drm_format_plane_cpp(fb->pixel_format, 0); in vop_update_plane_event()
893 int hsub = drm_format_horz_chroma_subsampling(fb->pixel_format); in vop_update_plane_event()
894 int vsub = drm_format_vert_chroma_subsampling(fb->pixel_format); in vop_update_plane_event()
895 int bpp = drm_format_plane_cpp(fb->pixel_format, 1); in vop_update_plane_event()
954 fb->pixel_format); in vop_update_plane_event()