Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayedContentSamplingAttributes.java23 private int mPixelFormat; field in DisplayedContentSamplingAttributes
/frameworks/native/libs/renderengine/include/renderengine/mock/
DFakeExternalTexture.h30 PixelFormat mPixelFormat; variable
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h58 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.h71 int32_t mPixelFormat; variable
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp222 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg4Dec::IntfImpl
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp247 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAomDec::IntfImpl
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp325 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftVpxDec::IntfImpl
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp340 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftGav1Dec::IntfImpl
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp291 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg2Dec::IntfImpl
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp308 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp299 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftHevcDec::IntfImpl
/frameworks/base/core/java/android/view/
DSurfaceControl.java895 private final int mPixelFormat; field in SurfaceControl.CaptureArgs
921 private int mPixelFormat = PixelFormat.RGBA_8888; field in SurfaceControl.CaptureArgs.Builder