Searched refs:mInputAllocators (Results 1 – 2 of 2) sorted by relevance
147 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()
169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member