Home
last modified time | relevance | path

Searched refs:mFrameBufferSize (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp177 memcpy(dest, source, mFrameBufferSize); in getCurrentFrameImpl()
355 mFrameBufferSize = mYStride * height + mUVStride * height; in commonStartDevice()
364 mFrameBufferSize = mYStride * height + mUVStride * (height / 2); in commonStartDevice()
379 mFrameBuffers[0].resize(mFrameBufferSize); in commonStartDevice()
380 mFrameBuffers[1].resize(mFrameBufferSize); in commonStartDevice()
382 __FUNCTION__, mFrameBufferSize, mTotalPixels, in commonStartDevice()
DEmulatedCameraDevice.h277 return mFrameBufferSize; in getFrameBufferSize()
587 size_t mFrameBufferSize; variable
DEmulatedQemuCameraDevice.cpp300 mFrameBufferSize, in produceFrame()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.h225 return mFrameBufferSize; in getFrameBufferSize()
507 size_t mFrameBufferSize; variable
DEmulatedCameraDevice.cpp209 mFrameBufferSize = (width * height * 12) / 8; in commonStartDevice()
226 mCurrentFrame = new uint8_t[mFrameBufferSize]; in commonStartDevice()
232 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels, in commonStartDevice()
DEmulatedQemuCameraDevice.cpp235 mCurrentFrame, mPreviewFrame, mFrameBufferSize, mTotalPixels * 4, in inWorkerThread()