MCPcopy Create free account
hub / github.com/cisco/openh264 / UpdateDecStat

Function UpdateDecStat

codec/decoder/core/src/decoder.cpp:1251–1256  ·  view source on GitHub ↗

update decoder statistics information

Source from the content-addressed store, hash-verified

1249
1250//update decoder statistics information
1251void UpdateDecStat (PWelsDecoderContext pCtx, const bool kbOutput) {
1252 if (pCtx->bFreezeOutput)
1253 UpdateDecStatFreezingInfo (pCtx->pCurDqLayer->sLayerInfo.sNalHeaderExt.bIdrFlag, pCtx->pDecoderStatistics);
1254 else if (kbOutput)
1255 UpdateDecStatNoFreezingInfo (pCtx);
1256}
1257
1258
1259} // namespace WelsDec

Callers 1

DecodeFrameConstructionFunction · 0.85

Calls 2

Tested by

no test coverage detected