Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.h88 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
H A DC2SoftHevcEnc.cpp167 .withDefault(new C2StreamComplexityTuning::output(0u, 0)) in IntfImpl()
433 std::shared_ptr<C2StreamComplexityTuning::output> getComplexity_l() const { in getComplexity_l()
478 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.cpp78 .withDefault(new C2StreamComplexityTuning::output(0u, in IntfImpl()
111 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.cpp102 .withDefault(new C2StreamComplexityTuning::output(0u, 10)) in IntfImpl()
124 std::shared_ptr<C2StreamComplexityTuning::output> mComplexity;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1246 typedef C2StreamParam<C2Tuning, C2Uint32Value, kParamIndexComplexity> C2StreamComplexityTuning; typedef