Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp147 DefineParam(mInputAllocators, C2_PARAMKEY_INPUT_ALLOCATORS) in BaseParams()
149 .withFields({ C2F(mInputAllocators, m.values[0]).any(), in BaseParams()
150 C2F(mInputAllocators, m.values).inRange(0, 1) }) in BaseParams()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member