Home
last modified time | relevance | path

Searched refs:mTotalPixels (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp123 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 …]
DEmulatedQemuCameraDevice.cpp153 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()
DEmulatedCameraDevice.h235 return mTotalPixels; in getPixelNum()
520 int mTotalPixels; variable
DEmulatedCameraDevice.cpp222 mTotalPixels = width * height; in commonStartDevice()
232 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels, in commonStartDevice()
239 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp157 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()
DEmulatedCameraDevice.h305 return mTotalPixels; in getPixelNum()
613 int mTotalPixels; variable
DEmulatedCameraDevice.cpp376 mTotalPixels = width * height; in commonStartDevice()
382 __FUNCTION__, mFrameBufferSize, mTotalPixels, in commonStartDevice()
389 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()