Searched refs:C2PortStreamCountTuning (Results 1 – 4 of 4) sorted by relevance
72 .withConstValue(new C2PortStreamCountTuning::input(1)) in BaseParams()77 .withConstValue(new C2PortStreamCountTuning::output(1)) in BaseParams()
158 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;159 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()
852 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexStreamCount> C2PortStreamCountTuning; typedef