Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp179 DefineParam(mOutputAllocators, C2_PARAMKEY_OUTPUT_ALLOCATORS) in BaseParams()
182 .withFields({C2F(mOutputAllocators, m.values[0]).any(), in BaseParams()
183 C2F(mOutputAllocators, m.values).inRange(0, 1)}) in BaseParams()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h181 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators; member