Searched refs:mPixelFormat (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 176 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()
|
D | EmulatedCameraDevice.h | 331 return mPixelFormat; in getOriginalPixelFormat() 591 uint32_t mPixelFormat; variable
|
D | EmulatedQemuCameraDevice.cpp | 167 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice() 171 reinterpret_cast<const char*>(&mPixelFormat), in startDevice()
|
D | EmulatedFakeCameraDevice.cpp | 142 switch (mPixelFormat) { in startDevice() 171 reinterpret_cast<const char*>(&mPixelFormat)); in startDevice()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.cpp | 176 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()
|
D | EmulatedCameraDevice.h | 259 return mPixelFormat; in getOriginalPixelFormat() 511 uint32_t mPixelFormat; variable
|
D | EmulatedQemuCameraDevice.cpp | 161 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice() 165 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, in startDevice()
|
D | EmulatedFakeCameraDevice.cpp | 121 switch (mPixelFormat) { in startDevice() 154 reinterpret_cast<const char*>(&mPixelFormat)); in startDevice()
|