Lines Matching refs:mFrameHeight
182 const int ySize = mYStride * mFrameHeight; in getCurrentFrameImpl()
183 const int uvSize = mUVStride * (mFrameHeight / 2); in getCurrentFrameImpl()
189 for (int y = 0; y < mFrameHeight; ++y) { in getCurrentFrameImpl()
202 uint8_t* uvDest = dest + mFrameWidth * mFrameHeight; in getCurrentFrameImpl()
206 for (int y = 0; y < mFrameHeight / 2; ++y) { in getCurrentFrameImpl()
211 uvDest += (mFrameHeight / 2) * (mFrameWidth / 2); in getCurrentFrameImpl()
278 YV12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()
281 YU12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()
284 NV21ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()
287 NV12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()
374 mFrameHeight = height; in commonStartDevice()
383 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight); in commonStartDevice()
389 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()