Searched refs:SetDstFormat (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler.cpp | 205 if (!sc.SetDstFormat(pxinfo->dst.width, pxinfo->dst.height, dstfmt)) in exynos_sc_copy_pixels() 363 if (!sc->SetDstFormat(width, height, v4l2_colorformat)) in exynos_sc_set_dst_format() 578 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_exclusive() 743 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_blend_exclusive()
|
D | libscaler-m2m1shot.h | 56 inline bool SetDstFormat(unsigned int width, unsigned int height, unsigned int v4l2_fmt) { in SetDstFormat() function
|
D | libscaler-v4l2.h | 244 inline bool SetDstFormat(unsigned int width, unsigned int height, in SetDstFormat() function
|