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()
405 …std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { return mIntraRefre… in getIntraRefresh_l()
424 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.h191 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
DC2SoftAvcEnc.cpp147 .withDefault(new C2StreamIntraRefreshTuning::output( in IntfImpl()
314 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { in IntraRefreshSetter()
391 …std::shared_ptr<C2StreamIntraRefreshTuning::output> getIntraRefresh_l() const { return mIntraRefre… in getIntraRefresh_l()
402 std::shared_ptr<C2StreamIntraRefreshTuning::output> mIntraRefresh;
1485 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process()
/frameworks/av/media/codec2/core/include/
DC2Config.h1793 C2StreamIntraRefreshTuning; typedef