Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp170 switch (mPixelFormat) { in getCurrentPreviewFrame()
186 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat)); in getCurrentPreviewFrame()
217 mPixelFormat = pix_fmt; in commonStartDevice()
228 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight); in commonStartDevice()
235 mPixelFormat = 0; in commonStopDevice()
DEmulatedCameraDevice.h256 return mPixelFormat; in getOriginalPixelFormat()
507 uint32_t mPixelFormat; variable
DEmulatedQemuCameraDevice.cpp169 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice()
173 reinterpret_cast<const char*>(&mPixelFormat), in startDevice()
DEmulatedFakeCameraDevice.cpp125 switch (mPixelFormat) { in startDevice()
158 reinterpret_cast<const char*>(&mPixelFormat)); in startDevice()