Home
last modified time | relevance | path

Searched refs:C2PortAllocatorsTuning (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp169 .withDefault(C2PortAllocatorsTuning::input::AllocShared(inputAllocators)) in BaseParams()
172 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps) in BaseParams()
177 .withDefault(C2PortAllocatorsTuning::output::AllocShared(outputAllocators)) in BaseParams()
180 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;
170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3100 C2PortAllocatorsTuning::input::PARAM_TYPE in init()
3117 } else if (param->type() == C2PortAllocatorsTuning::input::PARAM_TYPE) { in init()
3119 C2PortAllocatorsTuning::input::From(param)); in init()
3147 const C2PortAllocatorsTuning::input &getInputAllocators() const { in getInputAllocators()
3148 static std::unique_ptr<C2PortAllocatorsTuning::input> sInvalidated = []{ in getInputAllocators()
3149 std::unique_ptr<C2PortAllocatorsTuning::input> param = in getInputAllocators()
3150 C2PortAllocatorsTuning::input::AllocUnique(0); in getInputAllocators()
3163 std::unique_ptr<C2PortAllocatorsTuning::input> mInputAllocators;
3222 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds()
DCCodecBufferChannel.cpp1617 { C2PortAllocatorsTuning::input::PARAM_TYPE }, in start()
1624 C2PortAllocatorsTuning::input *inputAllocators = in start()
1625 C2PortAllocatorsTuning::input::From(params[0].get()); in start()
1777 { C2PortAllocatorsTuning::output::PARAM_TYPE }, in start()
1784 C2PortAllocatorsTuning::output *outputAllocators = in start()
1785 C2PortAllocatorsTuning::output::From(params[0].get()); in start()
/frameworks/av/media/codec2/core/include/
DC2Config.h1004 C2PortAllocatorsTuning; typedef