Searched refs:C2StreamComplexityTuning (Results 1 – 5 of 5) sorted by relevance
88 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
166 .withDefault(new C2StreamComplexityTuning::output(0u, 0)) in IntfImpl()396 std::shared_ptr<C2StreamComplexityTuning::output> getComplexity_l() const { in getComplexity_l()413 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
78 .withDefault(new C2StreamComplexityTuning::output(0u, in IntfImpl()111 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
89 .withDefault(new C2StreamComplexityTuning::output(0u, 10)) in IntfImpl()109 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
1179 typedef C2StreamParam<C2Tuning, C2Uint32Value, kParamIndexComplexity> C2StreamComplexityTuning; typedef