HomeSort by relevance Sort by last modified time
    Searched refs:mPixelFormat (Results 1 - 17 of 17) sorted by null

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.cpp 176 switch (mPixelFormat) {
192 reinterpret_cast<const char*>(&mPixelFormat));
221 mPixelFormat = pix_fmt;
233 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth,
240 mPixelFormat = 0;
EmulatedCameraDevice.h 264 return mPixelFormat;
516 uint32_t mPixelFormat;
EmulatedQemuCameraDevice.cpp 161 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight);
165 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth,
EmulatedFakeCameraDevice.cpp 121 switch (mPixelFormat) {
154 reinterpret_cast<const char*>(&mPixelFormat));
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 176 if (pixelFormat == mPixelFormat) {
180 mPixelFormat == V4L2_PIX_FMT_YVU420) {
218 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat),
276 switch (mPixelFormat) {
292 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat));
375 mPixelFormat = pix_fmt;
383 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight);
390 mPixelFormat = 0;
EmulatedCameraDevice.h 331 return mPixelFormat;
591 uint32_t mPixelFormat;
EmulatedQemuCameraDevice.cpp 167 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight);
171 reinterpret_cast<const char*>(&mPixelFormat),
EmulatedFakeCameraDevice.cpp 142 switch (mPixelFormat) {
171 reinterpret_cast<const char*>(&mPixelFormat));
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 36 EFI_GRAPHICS_PIXEL_FORMAT mPixelFormat;
117 mPixelFormat = FrameBufferInfo->PixelFormat;
473 if (mPixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
486 if (mPixelFormat != PixelBlueGreenRedReserved8BitPerColor) {
614 if (mPixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
  /external/v4l2_codec2/include/
C2VDAComponent.h 199 HalPixelFormat mPixelFormat;
207 HalPixelFormat mPixelFormat = HalPixelFormat::UNKNOWN;
  /external/v4l2_codec2/
C2VDAComponent.cpp 393 : mPixelFormat(pixelFormat),
    [all...]
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 156 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
244 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.cpp 182 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
242 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp 213 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
297 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
    [all...]
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.cpp 194 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
301 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
    [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.cpp 188 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
295 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
    [all...]
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.cpp 176 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT)
283 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat;
    [all...]

Completed in 930 milliseconds