Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp72 .withConstValue(new C2PortStreamCountTuning::input(1)) in BaseParams()
77 .withConstValue(new C2PortStreamCountTuning::output(1)) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h158 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;
159 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp643 EACH_TEST_INPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()
644 EACH_TEST_OUTPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()
/frameworks/av/media/codec2/core/include/
DC2Config.h852 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexStreamCount> C2PortStreamCountTuning; typedef