Searched refs:C2StreamHdrStaticInfo (Results 1 – 7 of 7) sorted by relevance
97 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 …]
124 mHdrStaticInfo = std::make_shared<C2StreamHdrStaticInfo::output>(); in IntfImpl()302 std::shared_ptr<C2StreamHdrStaticInfo::output> mHdrStaticInfo;
116 case C2StreamHdrStaticInfo::CORE_INDEX: in addSupportedProfileLevels()
823 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()
1054 addLocalParam<C2StreamHdrStaticInfo::output>(C2_PARAMKEY_HDR_STATIC_INFO); in initialize()
2282 C2StreamHdrStaticInfo::output::PARAM_TYPE, in onMessageReceived()
1605 C2StreamHdrStaticInfo; typedef