Lines Matching defs:videoFormat
403 int videoW, videoH, videoFormat, videoFramesize;
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;
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_orgVideoRect.w, m_orgVideoRect.h, &dstBuf);