Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c350 int V4L2_PIX_2_YUV_INFO(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int * planes) in V4L2_PIX_2_YUV_INFO() function
401 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0) in get_yuv_bpp()
411 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0) in get_yuv_planes()
/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h157 int V4L2_PIX_2_YUV_INFO(
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3424 V4L2_PIX_2_YUV_INFO(colorFormat, &bpp, &planes); in m_setWidthHeight()