Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h216 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
324 .withConstValue(new C2StreamIntraRefreshTuning::output( in IntfImpl()
441 …std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { return mIntraRefre… in getIntraRefresh_l()
485 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftVpxEnc.cpp543 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h197 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftAvcEnc.cpp163 .withDefault(new C2StreamIntraRefreshTuning::output( in IntfImpl()
367 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { in IntraRefreshSetter()
533 …std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { return mIntraRefre… in getIntraRefresh_l()
549 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
1727 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process()
/frameworks/av/media/codec2/core/include/
DC2Config.h1865 C2StreamIntraRefreshTuning; typedef