Home
last modified time | relevance | path

Searched refs:C2PortStreamCountTuning (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp83 .withConstValue(new C2PortStreamCountTuning::input(1)) in BaseParams()
88 .withConstValue(new C2PortStreamCountTuning::output(1)) in BaseParams()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h158 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;
159 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecConfig_test.cpp139 .withConstValue(new C2PortStreamCountTuning::input(1))
144 .withConstValue(new C2PortStreamCountTuning::output(1))
234 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;
235 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp164 .withConstValue(new C2PortStreamCountTuning::input(1)) in Helper()
169 .withConstValue(new C2PortStreamCountTuning::output(1)) in Helper()
355 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;
356 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
/aosp12/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp643 EACH_TEST_INPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()
644 EACH_TEST_OUTPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h917 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexStreamCount> C2PortStreamCountTuning; typedef