Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp148 .withDefault(C2PortAllocatorsTuning::input::AllocShared(inputAllocators)) in BaseParams()
151 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps) in BaseParams()
156 .withDefault(C2PortAllocatorsTuning::output::AllocShared(outputAllocators)) in BaseParams()
159 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps) in BaseParams()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;
170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2117 { C2PortAllocatorsTuning::input::PARAM_TYPE }, in start()
2124 C2PortAllocatorsTuning::input *inputAllocators = in start()
2125 C2PortAllocatorsTuning::input::From(params[0].get()); in start()
2238 { C2PortAllocatorsTuning::output::PARAM_TYPE }, in start()
2245 C2PortAllocatorsTuning::output *outputAllocators = in start()
2246 C2PortAllocatorsTuning::output::From(params[0].get()); in start()
/hardware/google/av/codec2/include/
DC2Config.h901 C2PortAllocatorsTuning; typedef