Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp46 const C2StreamGopTuning::output &gop, in ParseGop()
94 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
216 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
322 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
402 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { in getGop_l()
417 std::shared_ptr<C2StreamGopTuning::output> mGop;
DC2SoftHevcEnc.h90 std::shared_ptr<C2StreamGopTuning::output> mGop;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp45 const C2StreamGopTuning::output &gop, in ParseGop()
116 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
206 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
327 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
395 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { return mGop; } in getGop_l()
406 std::shared_ptr<C2StreamGopTuning::output> mGop;
918 std::shared_ptr<C2StreamGopTuning::output> gop; in initEncoder()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp883 std::unique_ptr<C2StreamGopTuning::output> gop = in configure()
884 C2StreamGopTuning::output::AllocUnique(2 /* flexCount */, 0u /* stream */); in configure()
/frameworks/av/media/codec2/core/include/
DC2Config.h1667 C2StreamGopTuning; typedef