Searched refs:mTotalPixels (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedFakeCameraDevice.cpp | 123 mFrameV = mCurrentFrame + mTotalPixels; in startDevice() 124 mFrameU = mFrameU + mTotalPixels / 4; in startDevice() 126 mUVTotalNum = mTotalPixels / 4; in startDevice() 130 mFrameU = mCurrentFrame + mTotalPixels; in startDevice() 131 mFrameV = mFrameU + mTotalPixels / 4; in startDevice() 133 mUVTotalNum = mTotalPixels / 4; in startDevice() 138 mFrameV = mCurrentFrame + mTotalPixels; in startDevice() 141 mUVTotalNum = mTotalPixels / 4; in startDevice() 146 mFrameU = mCurrentFrame + mTotalPixels; in startDevice() 149 mUVTotalNum = mTotalPixels / 4; in startDevice() [all …]
|
D | EmulatedQemuCameraDevice.cpp | 153 mPreviewFrame = new uint32_t[mTotalPixels]; in startDevice() 156 mTotalPixels); in startDevice() 213 memcpy(buffer, mPreviewFrame, mTotalPixels * 4); in getCurrentPreviewFrame() 235 mCurrentFrame, mPreviewFrame, mFrameBufferSize, mTotalPixels * 4, in inWorkerThread()
|
D | EmulatedCameraDevice.h | 240 return mTotalPixels; in getPixelNum() 525 int mTotalPixels; variable
|
D | EmulatedCameraDevice.cpp | 222 mTotalPixels = width * height; in commonStartDevice() 232 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels, in commonStartDevice() 239 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCameraDevice.cpp | 157 mPreviewFrames[0].resize(mTotalPixels); in startDevice() 158 mPreviewFrames[1].resize(mTotalPixels); in startDevice() 273 memcpy(buffer, previewFrame, mTotalPixels * 4); in getCurrentPreviewFrame() 301 mTotalPixels * 4, in produceFrame()
|
D | EmulatedCameraDevice.h | 305 return mTotalPixels; in getPixelNum() 613 int mTotalPixels; variable
|
D | EmulatedCameraDevice.cpp | 376 mTotalPixels = width * height; in commonStartDevice() 382 __FUNCTION__, mFrameBufferSize, mTotalPixels, in commonStartDevice() 389 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()
|