Home
last modified time | relevance | path

Searched refs:mPixelFormat (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/hardware/display/
DDisplayedContentSamplingAttributes.java23 private int mPixelFormat; field in DisplayedContentSamplingAttributes
36 mPixelFormat = format; in DisplayedContentSamplingAttributes()
47 return mPixelFormat; in getPixelFormat()
/frameworks/native/libs/gui/include/gui/fake/
DBufferData.h31 mPixelFormat(pixelFormat), in BufferData()
40 PixelFormat getPixelFormat() const override { return mPixelFormat; } in getPixelFormat()
47 int32_t mPixelFormat; variable
/frameworks/av/media/codec2/sfplugin/
DInputSurfaceWrapper.h32 mPixelFormat(PIXEL_FORMAT_UNKNOWN) { in InputSurfaceWrapper()
126 virtual uint32_t getPixelFormat() { return mPixelFormat; } in getPixelFormat()
130 uint32_t mPixelFormat; variable
DC2NodeImpl.h115 Mutexed<uint32_t> mPixelFormat; member
DCCodecBuffers.cpp1230 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()
DC2NodeImpl.cpp204 mPixelFormat.lock().set(pf); in C2NodeImpl()
392 mPixelFormat.lock().set(pixelFormat); in onDataspaceChanged()
493 return *mPixelFormat.lock(); in getPixelFormat()
DCCodecBuffers.h968 uint32_t mPixelFormat; variable
1090 mPixelFormat(0) { } in OutputBuffers()
1139 uint32_t mPixelFormat; variable
/frameworks/native/libs/renderengine/include/renderengine/mock/
DFakeExternalTexture.h32 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/
DScreenCapture.java273 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()
DTaskSnapshot.java372 private int mPixelFormat;
456 return mPixelFormat;
460 mPixelFormat = pixelFormat;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.h154 return mPixelFormat; in getPixelFormat_l()
179 std::shared_ptr<C2StreamPixelFormatInfo::input> mPixelFormat; variable
DC2SoftAomDec.cpp159 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
247 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAomDec::IntfImpl
DC2SoftAomEnc.cpp135 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/
DLayerState.cpp169 lhs.mOutputDataspace == rhs.mOutputDataspace && lhs.mPixelFormat == rhs.mPixelFormat && in operator ==()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h253 return mPixelFormat.get();
381 mPixelFormat{[](auto layer) {
527 &mPixelFormat, &mColorTransform, &mCompositionType, &mSidebandStream,
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp232 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/
DC2SoftDav1dDec.cpp238 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/
DC2SoftGav1Dec.cpp241 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/
DTransactionProtoParser.cpp34 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/
DC2SoftMpeg4Dec.cpp166 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/
DTransactionApplicationTest.cpp290 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/
DC2SoftMpeg2Dec.cpp186 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/
DC2SoftHevcDec.cpp194 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/
DC2SoftAvcDec.cpp204 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
311 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
/frameworks/native/services/surfaceflinger/
DLayer.h541 PixelFormat mPixelFormat{PIXEL_FORMAT_NONE};

12