Home
last modified time | relevance | path

Searched refs:NUM_PLANES (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h139 int NUM_PLANES(int hal_pixel_format);
/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c223 int NUM_PLANES(int hal_pixel_format) in NUM_PLANES() function
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp1751 newParameters.planes = NUM_PLANES(*format_actual); in allocateStream()
1799 subParameters->svcPlanes = NUM_PLANES(*format_actual); in allocateStream()
1851 newParameters.planes = NUM_PLANES(*format_actual); in allocateStream()
1905 newParameters.planes = NUM_PLANES(*format_actual); in allocateStream()
1994 subParameters->svcPlanes = NUM_PLANES(*format_actual); in allocateStream()
2004 subParameters->internalPlanes = NUM_PLANES(HAL_PIXEL_FORMAT_EXYNOS_YCrCb_420_SP); in allocateStream()
2008 subParameters->internalPlanes = NUM_PLANES(HAL_PIXEL_FORMAT_EXYNOS_YV12); in allocateStream()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp3137 numPlanes = NUM_PLANES(V4L2_PIX_2_HAL_PIXEL_FORMAT(V4L2_PIX_FMT_NV16)); in m_startPictureInternal()