Searched defs:videoFormat (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp403 int videoW, videoH, videoFormat, videoFramesize; local
406 videoFormat = m_secCamera->getVideoFormat();
407 videoFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), videoW, videoH);
409 int orgVideoFrameSize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), m_orgVideoRect.w, m_orgVideoRect.h);
427 m_getAlignedYUVSize(videoFormat, videoW, videoH, &videoBuf);
2957 int videoW, videoH, videoFormat = 0; local
2965 videoFormat = m_secCamera->getVideoFormat();
2981 V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat),
2994 V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat),
3012 m_getAlignedYUVSize(videoFormat, m_orgVideoRec
[all...]

Completed in 619 milliseconds