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

Function HandleReferenceLost

codec/decoder/core/src/decoder_core.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303inline void HandleReferenceLost (PWelsDecoderContext pCtx, PNalUnit pCurNal) {
304 if ((0 == pCurNal->sNalHeaderExt.uiTemporalId) || (1 == pCurNal->sNalHeaderExt.uiTemporalId)) {
305 pCtx->bReferenceLostAtT0Flag = true;
306 }
307 pCtx->iErrorCode |= dsRefLost;
308}
309
310inline int32_t WelsDecodeConstructSlice (PWelsDecoderContext pCtx, PNalUnit pCurNal) {
311 int32_t iRet = WelsTargetSliceConstruction (pCtx);

Callers 1

DecodeCurrentAccessUnitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected