Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp168 DefineParam(mInputAllocators, C2_PARAMKEY_INPUT_ALLOCATORS) in BaseParams()
171 .withFields({C2F(mInputAllocators, m.values[0]).any(), in BaseParams()
172 C2F(mInputAllocators, m.values).inRange(0, 1)}) in BaseParams()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h180 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member