Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h86 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
DC2SoftHevcEnc.cpp167 .withDefault(new C2StreamComplexityTuning::output(0u, 0)) in IntfImpl()
446 std::shared_ptr<C2StreamComplexityTuning::output> getComplexity_l() const { in getComplexity_l()
551 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.cpp102 .withDefault(new C2StreamComplexityTuning::output(0u, 10)) in IntfImpl()
124 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/frameworks/av/media/codec2/core/include/
DC2Config.h1266 typedef C2StreamParam<C2Tuning, C2Uint32Value, kParamIndexComplexity> C2StreamComplexityTuning; typedef