Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp291 .withConstValue(new C2StreamMaxReferenceCountTuning::input(0u)) in noInputReferences()
303 .withConstValue(new C2StreamMaxReferenceCountTuning::output(0u)) in noOutputReferences()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h153 std::shared_ptr<C2StreamMaxReferenceCountTuning::input> mMaxInputReferenceCount;
155 std::shared_ptr<C2StreamMaxReferenceCountTuning::output> mMaxOutputReferenceCount;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h889 C2StreamMaxReferenceCountTuning; typedef