Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp160 DefineParam(mInputAllocators, C2_PARAMKEY_INPUT_ALLOCATORS) in BaseParams()
162 .withFields({ C2F(mInputAllocators, m.values[0]).any(), in BaseParams()
163 C2F(mInputAllocators, m.values).inRange(0, 1) }) in BaseParams()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2563 mInputAllocators.reset( in init()
2589 return mInputAllocators ? *mInputAllocators : *sInvalidated; in getInputAllocators()
2597 std::unique_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member in android::IntfCache