Home
last modified time | relevance | path

Searched refs:C2StreamComplexityTuning (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h88 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
DC2SoftHevcEnc.cpp166 .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;
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp78 .withDefault(new C2StreamComplexityTuning::output(0u, in IntfImpl()
111 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.cpp89 .withDefault(new C2StreamComplexityTuning::output(0u, 10)) in IntfImpl()
109 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/frameworks/av/media/codec2/core/include/
DC2Config.h1179 typedef C2StreamParam<C2Tuning, C2Uint32Value, kParamIndexComplexity> C2StreamComplexityTuning; typedef