/frameworks/base/core/java/android/hardware/display/ |
D | DisplayedContentSamplingAttributes.java | 23 private int mPixelFormat; field in DisplayedContentSamplingAttributes 36 mPixelFormat = format; in DisplayedContentSamplingAttributes() 47 return mPixelFormat; in getPixelFormat()
|
/frameworks/native/libs/gui/include/gui/fake/ |
D | BufferData.h | 31 mPixelFormat(pixelFormat), in BufferData() 40 PixelFormat getPixelFormat() const override { return mPixelFormat; } in getPixelFormat() 47 int32_t mPixelFormat; variable
|
/frameworks/av/media/codec2/sfplugin/ |
D | InputSurfaceWrapper.h | 32 mPixelFormat(PIXEL_FORMAT_UNKNOWN) { in InputSurfaceWrapper() 126 virtual uint32_t getPixelFormat() { return mPixelFormat; } in getPixelFormat() 130 uint32_t mPixelFormat; variable
|
D | C2NodeImpl.h | 115 Mutexed<uint32_t> mPixelFormat; member
|
D | CCodecBuffers.cpp | 1230 mPixelFormat(PIXEL_FORMAT_UNKNOWN) { } in GraphicInputBuffers() 1296 mPixelFormat = extractPixelFormat(mFormat); in createNewBuffer() 1298 mPool, mFormat, mPixelFormat, usage, mLocalBufferPool); in createNewBuffer() 1301 uint32_t GraphicInputBuffers::getPixelFormatIfApplicable() { return mPixelFormat; } in getPixelFormatIfApplicable() 1304 mPixelFormat = PIXEL_FORMAT_UNKNOWN; in resetPixelFormatIfApplicable() 1521 if (mPixelFormat != PIXEL_FORMAT_UNKNOWN || data.type() != C2BufferData::GRAPHIC in extractPixelFormatFromC2Buffer() 1530 mPixelFormat = pf; in extractPixelFormatFromC2Buffer() 1535 mPixelFormat = PIXEL_FORMAT_UNKNOWN; in resetPixelFormatIfApplicable() 1539 uint32_t FlexOutputBuffers::getPixelFormatIfApplicable() { return mPixelFormat; } in getPixelFormatIfApplicable()
|
D | C2NodeImpl.cpp | 204 mPixelFormat.lock().set(pf); in C2NodeImpl() 392 mPixelFormat.lock().set(pixelFormat); in onDataspaceChanged() 493 return *mPixelFormat.lock(); in getPixelFormat()
|
D | CCodecBuffers.h | 968 uint32_t mPixelFormat; variable 1090 mPixelFormat(0) { } in OutputBuffers() 1139 uint32_t mPixelFormat; variable
|
/frameworks/native/libs/renderengine/include/renderengine/mock/ |
D | FakeExternalTexture.h | 32 PixelFormat mPixelFormat; variable 38 : mWidth(width), mHeight(height), mId(id), mPixelFormat(pixelFormat), mUsage(usage) {} in FakeExternalTexture() 46 PixelFormat getPixelFormat() const override { return mPixelFormat; } in getPixelFormat()
|
/frameworks/base/core/java/android/window/ |
D | ScreenCapture.java | 273 public final int mPixelFormat; field in ScreenCapture.CaptureArgs 285 mPixelFormat = builder.mPixelFormat; in CaptureArgs() 298 mPixelFormat = in.readInt(); in CaptureArgs() 355 private int mPixelFormat = PixelFormat.RGBA_8888; field in ScreenCapture.CaptureArgs.Builder 378 mPixelFormat = pixelFormat; in setPixelFormat() 491 dest.writeInt(mPixelFormat); in writeToParcel() 633 setPixelFormat(args.mPixelFormat); in Builder()
|
D | TaskSnapshot.java | 372 private int mPixelFormat; 456 return mPixelFormat; 460 mPixelFormat = pixelFormat;
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.h | 154 return mPixelFormat; in getPixelFormat_l() 179 std::shared_ptr<C2StreamPixelFormatInfo::input> mPixelFormat; variable
|
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
|
D | C2SoftAomEnc.cpp | 135 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 138 .withFields({C2F(mPixelFormat, value).oneOf({pixelFormats})}) in IntfImpl() 139 .withSetter((Setter<decltype(*mPixelFormat)>::StrictValueWithNoDeps)) in IntfImpl()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | LayerState.cpp | 169 lhs.mOutputDataspace == rhs.mOutputDataspace && lhs.mPixelFormat == rhs.mPixelFormat && in operator ==()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | LayerState.h | 253 return mPixelFormat.get(); 381 mPixelFormat{[](auto layer) { 527 &mPixelFormat, &mColorTransform, &mCompositionType, &mSidebandStream,
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 232 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 235 .withFields({C2F(mPixelFormat, value).oneOf(pixelFormats)}) in IntfImpl() 236 .withSetter((Setter<decltype(*mPixelFormat)>::StrictValueWithNoDeps)) in IntfImpl() 316 return mPixelFormat; in getPixelFormat_l() 325 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftVpxDec::IntfImpl
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 238 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 241 .withFields({C2F(mPixelFormat, value).oneOf(pixelFormats)}) in IntfImpl() 242 .withSetter((Setter<decltype(*mPixelFormat)>::StrictValueWithNoDeps)) in IntfImpl() 372 return mPixelFormat; in getPixelFormat_l() 433 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftDav1dDec::IntfImpl
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 241 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 244 .withFields({C2F(mPixelFormat, value).oneOf(pixelFormats)}) in IntfImpl() 245 .withSetter((Setter<decltype(*mPixelFormat)>::StrictValueWithNoDeps)) in IntfImpl() 368 std::shared_ptr<C2StreamPixelFormatInfo::output> getPixelFormat_l() const { return mPixelFormat; } in getPixelFormat_l() 417 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftGav1Dec::IntfImpl
|
/frameworks/native/services/surfaceflinger/Tracing/ |
D | TransactionProtoParser.cpp | 34 PixelFormat mPixelFormat; member in android::surfaceflinger::FakeExternalTexture 40 : mWidth(width), mHeight(height), mId(id), mPixelFormat(pixelFormat), mUsage(usage) {} in FakeExternalTexture() 48 PixelFormat getPixelFormat() const override { return mPixelFormat; } in getPixelFormat()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 166 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 222 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg4Dec::IntfImpl
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 290 PixelFormat mPixelFormat; member in android::FakeExternalTexture 298 mPixelFormat(bufferData.getPixelFormat()), in FakeExternalTexture() 307 PixelFormat getPixelFormat() const override { return mPixelFormat; } in getPixelFormat()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 186 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 294 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg2Dec::IntfImpl
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 194 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 302 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftHevcDec::IntfImpl
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 204 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl() 311 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 541 PixelFormat mPixelFormat{PIXEL_FORMAT_NONE};
|