Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DVQops.h39 void qpSpreadPerFrameType(AMediaFormat *format, int delta, int qplow, int qphigh, bool override);
H A DVideoShaper.cpp89 qpSpreadPerFrameType(inFormat, info->qpDelta, info->qpMin, info->qpMax, /* override */ true); in videoShaper()
H A DVQApply.cpp251 void qpSpreadPerFrameType(AMediaFormat *format, int delta, in qpSpreadPerFrameType() function