Home
last modified time | relevance | path

Searched refs:intraRefresh (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp988 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process() local
993 if (intraRefresh != mIntraRefresh) { in process()
994 mIntraRefresh = intraRefresh; in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp1021 std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = in process() local
1028 if (intraRefresh != mIntraRefresh) { in process()
1029 mIntraRefresh = intraRefresh; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1762 … std::shared_ptr<C2StreamIntraRefreshTuning::output> intraRefresh = mIntf->getIntraRefresh_l(); in process() local
1772 if (intraRefresh != mIntraRefresh) { in process()
1773 mIntraRefresh = intraRefresh; in process()