Searched refs:mFrameBufferSize (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 177 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()
|
D | EmulatedCameraDevice.h | 277 return mFrameBufferSize; in getFrameBufferSize() 587 size_t mFrameBufferSize; variable
|
D | EmulatedQemuCameraDevice.cpp | 300 mFrameBufferSize, in produceFrame()
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 230 return mFrameBufferSize; in getFrameBufferSize() 512 size_t mFrameBufferSize; variable
|
D | EmulatedCameraDevice.cpp | 209 mFrameBufferSize = (width * height * 12) / 8; in commonStartDevice() 226 mCurrentFrame = new uint8_t[mFrameBufferSize]; in commonStartDevice() 232 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels, in commonStartDevice()
|
D | EmulatedQemuCameraDevice.cpp | 235 mCurrentFrame, mPreviewFrame, mFrameBufferSize, mTotalPixels * 4, in inWorkerThread()
|