Home
last modified time | relevance | path

Searched refs:C2SubscribedParamIndicesTuning (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp32 bool mayBlock, C2InterfaceHelper::C2P<C2SubscribedParamIndicesTuning> &me) { in SubscribedParamIndicesSetter()
194 .withDefault(C2SubscribedParamIndicesTuning::AllocShared(0u)) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h161 std::shared_ptr<C2SubscribedParamIndicesTuning> mSubscribedParamIndices;
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1234 std::unique_ptr<C2SubscribedParamIndicesTuning> subscribeTuning = in subscribeToConfigUpdate()
1235 C2SubscribedParamIndicesTuning::AllocUnique(indicesVector); in subscribeToConfigUpdate()
/frameworks/av/media/codec2/core/include/
DC2Config.h955 C2SubscribedParamIndicesTuning; typedef