Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp109 std::shared_ptr<C2StreamHdrStaticInfo::input> getHdrStaticMetadata() { in getHdrStaticMetadata()
238 .withDefault(new C2StreamHdrStaticInfo::input(0u)) in Helper()
247 .withConstValue(new C2StreamHdrStaticInfo::output(0u)) in Helper()
312 C2P<C2StreamHdrStaticInfo::input> &me) { in HdrStaticInfoSetter()
389 std::shared_ptr<C2StreamHdrStaticInfo::input> mInputHdrStaticInfo;
390 std::shared_ptr<C2StreamHdrStaticInfo::output> mOutputHdrStaticInfo;
669 std::shared_ptr<C2StreamHdrStaticInfo::input> hdrStaticInfo = in processLoop()
680 if (buffer->hasInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE)) { in processLoop()
682 buffer->getInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE); in processLoop()
685 hdrStaticInfo.reset(static_cast<C2StreamHdrStaticInfo::input *>( in processLoop()
[all …]
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp123 .withDefault(new C2StreamHdrStaticInfo::output(0u, defaultStaticInfo)) in IntfImpl()
379 static C2R HdrStaticInfoSetter(bool mayBlock, C2P<C2StreamHdrStaticInfo::output>& me) { in HdrStaticInfoSetter()
439 std::shared_ptr<C2StreamHdrStaticInfo::output> mHdrStaticInfo;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp123 .withDefault(new C2StreamHdrStaticInfo::output(0u, defaultStaticInfo)) in IntfImpl()
370 static C2R HdrStaticInfoSetter(bool mayBlock, C2P<C2StreamHdrStaticInfo::output> &me) { in HdrStaticInfoSetter()
423 std::shared_ptr<C2StreamHdrStaticInfo::output> mHdrStaticInfo;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp125 mHdrStaticInfo = std::make_shared<C2StreamHdrStaticInfo::output>(); in IntfImpl()
329 std::shared_ptr<C2StreamHdrStaticInfo::output> mHdrStaticInfo;
/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp362 std::shared_ptr<C2StreamHdrStaticInfo::input> staticInfo; in submitBuffer()
DCodec2InfoBuilder.cpp148 case C2StreamHdrStaticInfo::CORE_INDEX: in addSupportedProfileLevels()
DCCodecBufferChannel.cpp1189 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer()
1190 std::static_pointer_cast<const C2StreamHdrStaticInfo::output>( in renderOutputBuffer()
1191 c2Buffer->getInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE)); in renderOutputBuffer()
DCCodecConfig.cpp1156 addLocalParam<C2StreamHdrStaticInfo::output>(C2_PARAMKEY_HDR_STATIC_INFO); in initialize()
DCCodec.cpp2864 C2StreamHdrStaticInfo::output::PARAM_TYPE, in onMessageReceived()
/frameworks/av/media/codec2/core/include/
DC2Config.h1707 C2StreamHdrStaticInfo; // deprecated typedef