Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp176 if (pixelFormat == mPixelFormat) { in getCurrentFrameImpl()
180 mPixelFormat == V4L2_PIX_FMT_YVU420) { in getCurrentFrameImpl()
218 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat), in getCurrentFrameImpl()
276 switch (mPixelFormat) { in getCurrentPreviewFrame()
292 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat)); in getCurrentPreviewFrame()
375 mPixelFormat = pix_fmt; in commonStartDevice()
383 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight); in commonStartDevice()
390 mPixelFormat = 0; in commonStopDevice()
DEmulatedCameraDevice.h331 return mPixelFormat; in getOriginalPixelFormat()
591 uint32_t mPixelFormat; variable
DEmulatedQemuCameraDevice.cpp167 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice()
171 reinterpret_cast<const char*>(&mPixelFormat), in startDevice()
DEmulatedFakeCameraDevice.cpp142 switch (mPixelFormat) { in startDevice()
171 reinterpret_cast<const char*>(&mPixelFormat)); in startDevice()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.cpp176 switch (mPixelFormat) { in getCurrentPreviewFrame()
192 reinterpret_cast<const char*>(&mPixelFormat)); in getCurrentPreviewFrame()
221 mPixelFormat = pix_fmt; in commonStartDevice()
233 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, in commonStartDevice()
240 mPixelFormat = 0; in commonStopDevice()
DEmulatedCameraDevice.h259 return mPixelFormat; in getOriginalPixelFormat()
511 uint32_t mPixelFormat; variable
DEmulatedQemuCameraDevice.cpp161 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice()
165 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, in startDevice()
DEmulatedFakeCameraDevice.cpp121 switch (mPixelFormat) { in startDevice()
154 reinterpret_cast<const char*>(&mPixelFormat)); in startDevice()