Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp127 mFrameV = mCurrentFrame + mTotalPixels; in startDevice()
128 mFrameU = mFrameU + mTotalPixels / 4; in startDevice()
130 mUVTotalNum = mTotalPixels / 4; in startDevice()
134 mFrameU = mCurrentFrame + mTotalPixels; in startDevice()
135 mFrameV = mFrameU + mTotalPixels / 4; in startDevice()
137 mUVTotalNum = mTotalPixels / 4; in startDevice()
142 mFrameV = mCurrentFrame + mTotalPixels; in startDevice()
145 mUVTotalNum = mTotalPixels / 4; in startDevice()
150 mFrameU = mCurrentFrame + mTotalPixels; in startDevice()
153 mUVTotalNum = mTotalPixels / 4; in startDevice()
[all …]
DEmulatedQemuCameraDevice.cpp161 mPreviewFrame = new uint32_t[mTotalPixels]; in startDevice()
164 __FUNCTION__, mTotalPixels); in startDevice()
223 memcpy(buffer, mPreviewFrame, mTotalPixels * 4); in getCurrentPreviewFrame()
247 mTotalPixels * 4, in inWorkerThread()
DEmulatedCameraDevice.h230 return mTotalPixels; in getPixelNum()
516 int mTotalPixels; variable
DEmulatedCameraDevice.cpp218 mTotalPixels = width * height; in commonStartDevice()
227 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels, in commonStartDevice()
234 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()