Home
last modified time | relevance | path

Searched refs:C2StreamGopTuning (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp47 const C2StreamGopTuning::output &gop, in ParseGop()
95 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
253 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
359 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
439 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { in getGop_l()
482 std::shared_ptr<C2StreamGopTuning::output> mGop;
H A DC2SoftHevcEnc.h90 std::shared_ptr<C2StreamGopTuning::output> mGop;
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp277 std::unique_ptr<C2StreamGopTuning::output> gop = in setupConfigParam()
278 C2StreamGopTuning::output::AllocUnique(2 /* flexCount */, 0u /* stream */); in setupConfigParam()
527 c2_status_t c2_status = mComponent->query({}, {C2StreamGopTuning::output::PARAM_TYPE}, in TEST_P()
536 C2StreamGopTuning::output* gop = C2StreamGopTuning::output::From(inParams[0].get()); in TEST_P()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp48 const C2StreamGopTuning::output &gop, in ParseGop()
119 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
258 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
380 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
537 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { return mGop; } in getGop_l()
553 std::shared_ptr<C2StreamGopTuning::output> mGop;
1149 std::shared_ptr<C2StreamGopTuning::output> gop; in initEncoder()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1734 C2StreamGopTuning; typedef
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1141 std::unique_ptr<C2StreamGopTuning::output> gop = in configure()
1142 C2StreamGopTuning::output::AllocUnique(2 /* flexCount */, 0u /* stream */); in configure()