Home
last modified time | relevance | path

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

/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/
DLayerDebugInfo.cpp51 RETURN_ON_ERROR(parcel->writeInt32(mPixelFormat)); in writeToParcel()
93 RETURN_ON_ERROR(parcel->readInt32(&mPixelFormat)); in readFromParcel()
126 StringAppendF(&result, "pixelformat=%s, ", decodePixelFormat(info.mPixelFormat).c_str()); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h57 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp182 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
242 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg4Dec::IntfImpl
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp156 addParameter(DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
244 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAomDec::IntfImpl
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp213 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
297 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftVpxDec::IntfImpl
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp194 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
301 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftAvcDec::IntfImpl
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp188 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
295 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftHevcDec::IntfImpl
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp176 DefineParam(mPixelFormat, C2_PARAMKEY_PIXEL_FORMAT) in IntfImpl()
283 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormat; member in android::C2SoftMpeg2Dec::IntfImpl
/frameworks/native/services/surfaceflinger/
DLayer.cpp1298 info.mPixelFormat = getPixelFormat(); in getLayerDebugInfo()