Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.cpp917 int32_t dst_color_space; in m_gsc_m2m_config() local
936 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_m2m_config()
953 dst_color_space, dst_img->cacheable, dst_img->drmMode); in m_gsc_m2m_config()
983 int32_t dst_color_space; in m_gsc_out_config() local
1000 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_out_config()
1003 rgb = gsc_get_yuv_planes(dst_color_space) == -1; in m_gsc_out_config()
1233 int32_t dst_color_space; in m_gsc_cap_config() local
1245 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_cap_config()
1246 dst_planes = m_gsc_get_plane_count(dst_color_space); in m_gsc_cap_config()
1325 fmt.fmt.pix_mp.pixelformat = dst_color_space; in m_gsc_cap_config()
[all …]
/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp570 int32_t dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in exynos_sc_config_exclusive() local
578 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_exclusive()
705 int32_t dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in exynos_sc_config_blend_exclusive() local
743 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_blend_exclusive()