Searched refs:C2PortStreamCountTuning (Results 1 – 6 of 6) sorted by relevance
83 .withConstValue(new C2PortStreamCountTuning::input(1)) in BaseParams()88 .withConstValue(new C2PortStreamCountTuning::output(1)) in BaseParams()
158 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;159 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
139 .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;
164 .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;
643 EACH_TEST_INPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()644 EACH_TEST_OUTPUT(C2PortStreamCountTuning, TEST_U32_WRITABLE_FIELD); in testMain()
917 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexStreamCount> C2PortStreamCountTuning; typedef