Home
last modified time | relevance | path

Searched refs:mOutputAllocators (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp155 DefineParam(mOutputAllocators, C2_PARAMKEY_OUTPUT_ALLOCATORS) in BaseParams()
157 .withFields({ C2F(mOutputAllocators, m.values[0]).any(), in BaseParams()
158 C2F(mOutputAllocators, m.values).inRange(0, 1) }) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators; member