/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayedContentSamplingAttributes.java | 23 private int mPixelFormat; field in DisplayedContentSamplingAttributes 36 mPixelFormat = format; in DisplayedContentSamplingAttributes() 47 return mPixelFormat; in getPixelFormat()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 151 PixelFormat mPixelFormat; member in android::hardware::graphics::composer::V2_2::vts::__anon58174ba30110::GraphicsCompositionTestBase 202 mPixelFormat = tmpPixelFormat; in TEST_P() 264 mPixelFormat = tmpPixelFormat; in TEST_P() 336 mPixelFormat = tmpPixelFormat; in TEST_P() 401 mPixelFormat = tmpPixelFormat; in TEST_P() 519 mPixelFormat = tmpPixelFormat; in TEST_P() 642 mPixelFormat = tmpPixelFormat; in TEST_P() 727 mPixelFormat = tmpPixelFormat; in TEST_P() 788 mPixelFormat = tmpPixelFormat; in TEST_P() 859 mPixelFormat = tmpPixelFormat; in TEST_P() [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 196 mPixelFormat = pixelFormat; in ReadbackBuffer() 202 mFormat = mPixelFormat; in ReadbackBuffer() 226 ASSERT_TRUE(mPixelFormat == PixelFormat::RGB_888 || mPixelFormat == PixelFormat::RGBA_8888); in checkReadbackBuffer() 228 mPixelFormat); in checkReadbackBuffer()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerDebugInfo.cpp | 51 RETURN_ON_ERROR(parcel->writeInt32(mPixelFormat)); in writeToParcel() 94 RETURN_ON_ERROR(parcel->readInt32(&mPixelFormat)); in readFromParcel() 136 StringAppendF(&result, "pixelformat=%s, ", decodePixelFormat(info.mPixelFormat).c_str()); in to_string()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | TaskSnapshot.java | 313 private int mPixelFormat; 392 return mPixelFormat; 396 mPixelFormat = pixelFormat;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | LayerState.cpp | 167 lhs.mOutputDataspace == rhs.mOutputDataspace && lhs.mPixelFormat == rhs.mPixelFormat && in operator ==()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | LayerDebugInfo.h | 58 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferLayer.cpp | 299 mBufferInfo.mPixelFormat == HAL_PIXEL_FORMAT_RGBA_1010102); in isHdrY410() 461 mBufferInfo.mPixelFormat = in gatherBufferInfo() 731 return mBufferInfo.mPixelFormat; in getPixelFormat()
|
H A D | BufferLayer.h | 132 PixelFormat mPixelFormat{PIXEL_FORMAT_NONE};
|
H A D | Layer.cpp | 1393 info.mPixelFormat = getPixelFormat(); in getLayerDebugInfo()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
H A D | LayerState.h | 360 mPixelFormat{[](auto layer) { 469 &mPixelFormat, &mColorTransform, &mCompositionType, &mSidebandStream,
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
H A D | ReadbackVts.h | 199 PixelFormat mPixelFormat; variable
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 849 private final int mPixelFormat; field in SurfaceControl.CaptureArgs 859 mPixelFormat = builder.mPixelFormat; in CaptureArgs() 875 private int mPixelFormat = PixelFormat.RGBA_8888; field in SurfaceControl.CaptureArgs.Builder 888 mPixelFormat = pixelFormat; in setPixelFormat()
|
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/ |
H A D | C2SoftMpeg4Dec.cpp | 166 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 222 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg4Dec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.cpp | 159 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 247 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAomDec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.cpp | 160 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 255 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftGav1Dec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxDec.cpp | 213 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 298 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftVpxDec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.cpp | 201 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 308 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcDec.cpp | 190 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 297 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftHevcDec::IntfImpl
|
/aosp12/frameworks/av/media/codec2/components/mpeg2/ |
H A D | C2SoftMpeg2Dec.cpp | 183 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 291 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg2Dec::IntfImpl
|