Searched refs:v4l2_colorformat (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler-v4l2.h | 131 unsigned int v4l2_colorformat) { in SetFormat() argument 132 frm.color_format = v4l2_colorformat; in SetFormat() 240 unsigned int v4l2_colorformat) { in SetSrcFormat() argument 241 return SetFormat(m_frmSrc, width, height, v4l2_colorformat); in SetSrcFormat() 245 unsigned int v4l2_colorformat) { in SetDstFormat() argument 246 return SetFormat(m_frmDst, width, height, v4l2_colorformat); in SetDstFormat()
|
D | libscaler.cpp | 323 unsigned int v4l2_colorformat, in exynos_sc_set_src_format() argument 336 if (!sc->SetSrcFormat(width, height, v4l2_colorformat)) in exynos_sc_set_src_format() 350 unsigned int v4l2_colorformat, in exynos_sc_set_dst_format() argument 363 if (!sc->SetDstFormat(width, height, v4l2_colorformat)) in exynos_sc_set_dst_format()
|
/hardware/google/graphics/common/libgscaler/include/ |
D | exynos_gscaler.h | 183 unsigned int v4l2_colorformat, 233 unsigned int v4l2_colorformat,
|
/hardware/google/graphics/common/libgscaler/ |
D | libgscaler.cpp | 176 unsigned int v4l2_colorformat, in exynos_gsc_set_src_format() argument 193 gsc->src_info.v4l2_colorformat = v4l2_colorformat; in exynos_gsc_set_src_format() 211 unsigned int v4l2_colorformat, in exynos_gsc_set_dst_format() argument 229 gsc->dst_info.v4l2_colorformat = v4l2_colorformat; in exynos_gsc_set_dst_format()
|
/hardware/google/graphics/common/libscaler/include/ |
D | exynos_scaler.h | 278 unsigned int v4l2_colorformat, 332 unsigned int v4l2_colorformat,
|