Home
last modified time | relevance | path

Searched refs:hal_pixfmt_to_v4l2 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp46 int hal_pixfmt_to_v4l2(int hal_pixel_format) in hal_pixfmt_to_v4l2() function
569 int32_t src_color_space = hal_pixfmt_to_v4l2(src_img->format); in exynos_sc_config_exclusive()
570 int32_t dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in exynos_sc_config_exclusive()
704 int32_t src_color_space = hal_pixfmt_to_v4l2(src_img->format); in exynos_sc_config_blend_exclusive()
705 int32_t dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in exynos_sc_config_blend_exclusive()
706 int32_t src_blend_color_space = hal_pixfmt_to_v4l2(srcblendinfo->srcblendfmt); in exynos_sc_config_blend_exclusive()
/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.cpp935 src_color_space = hal_pixfmt_to_v4l2(src_img->format); in m_gsc_m2m_config()
936 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_m2m_config()
999 src_color_space = hal_pixfmt_to_v4l2(src_img->format); in m_gsc_out_config()
1000 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_out_config()
1244 src_color_space = hal_pixfmt_to_v4l2(src_img->format); in m_gsc_cap_config()
1245 dst_color_space = hal_pixfmt_to_v4l2(dst_img->format); in m_gsc_cap_config()
1512 src_color_space = hal_pixfmt_to_v4l2(gsc->src_img.format); in m_gsc_out_run()
1540 src_color_space = hal_pixfmt_to_v4l2(gsc->src_img.format); in m_gsc_out_run()
1615 dst_color_space = hal_pixfmt_to_v4l2(gsc->dst_img.format); in m_gsc_cap_run()
1634 dst_color_space = hal_pixfmt_to_v4l2(gsc->dst_img.format); in m_gsc_cap_run()
/hardware/google/graphics/common/libscaler/include/
Dexynos_scaler.h534 int hal_pixfmt_to_v4l2(int hal_pixel_format);