Home
last modified time | relevance | path

Searched refs:C2StreamIntraRefreshTuning (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.h104 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
135 std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { in getIntraRefresh_l()
169 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftAomEnc.cpp112 .withConstValue(new C2StreamIntraRefreshTuning::output( in IntfImpl()
1021 std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h219 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
262 std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { in getIntraRefresh_l()
292 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftVpxEnc.cpp127 .withConstValue(new C2StreamIntraRefreshTuning::output( in IntfImpl()
988 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h191 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftAvcEnc.cpp174 .withDefault(new C2StreamIntraRefreshTuning::output( in IntfImpl()
381 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { in IntraRefreshSetter()
548 …std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { return mIntraRefre… in getIntraRefresh_l()
567 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
1762 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process()
/frameworks/av/media/codec2/core/include/
DC2Config.h2031 C2StreamIntraRefreshTuning; typedef