Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp97 std::shared_ptr<C2StreamHdrStaticInfo::input> getHdrStaticMetadata() { in getHdrStaticMetadata()
227 .withDefault(new C2StreamHdrStaticInfo::input(0u)) in Helper()
236 .withConstValue(new C2StreamHdrStaticInfo::output(0u)) in Helper()
292 C2P<C2StreamHdrStaticInfo::input> &me) { in HdrStaticInfoSetter()
360 std::shared_ptr<C2StreamHdrStaticInfo::input> mInputHdrStaticInfo;
361 std::shared_ptr<C2StreamHdrStaticInfo::output> mOutputHdrStaticInfo;
637 std::shared_ptr<C2StreamHdrStaticInfo::input> hdrStaticInfo = in processLoop()
648 if (buffer->hasInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE)) { in processLoop()
650 buffer->getInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE); in processLoop()
653 hdrStaticInfo.reset(static_cast<C2StreamHdrStaticInfo::input *>( in processLoop()
[all …]
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp124 mHdrStaticInfo = std::make_shared<C2StreamHdrStaticInfo::output>(); in IntfImpl()
302 std::shared_ptr<C2StreamHdrStaticInfo::output> mHdrStaticInfo;
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp116 case C2StreamHdrStaticInfo::CORE_INDEX: in addSupportedProfileLevels()
DCCodecBufferChannel.cpp823 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer()
824 std::static_pointer_cast<const C2StreamHdrStaticInfo::output>( in renderOutputBuffer()
825 c2Buffer->getInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE)); in renderOutputBuffer()
DCCodecConfig.cpp1054 addLocalParam<C2StreamHdrStaticInfo::output>(C2_PARAMKEY_HDR_STATIC_INFO); in initialize()
DCCodec.cpp2282 C2StreamHdrStaticInfo::output::PARAM_TYPE, in onMessageReceived()
/frameworks/av/media/codec2/core/include/
DC2Config.h1605 C2StreamHdrStaticInfo; typedef