Home
last modified time | relevance | path

Searched defs:mPixelFormat (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayedContentSamplingAttributes.java23 private int mPixelFormat; field in DisplayedContentSamplingAttributes
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerDebugInfo.h58 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DReadbackVts.h199 PixelFormat mPixelFormat; variable
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp222 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg4Dec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp247 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAomDec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp308 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp255 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftGav1Dec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp297 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftHevcDec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp291 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg2Dec::IntfImpl
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp298 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftVpxDec::IntfImpl
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp151 PixelFormat mPixelFormat; member in android::hardware::graphics::composer::V2_2::vts::__anon58174ba30110::GraphicsCompositionTestBase
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java849 private final int mPixelFormat; field in SurfaceControl.CaptureArgs
875 private int mPixelFormat = PixelFormat.RGBA_8888; field in SurfaceControl.CaptureArgs.Builder