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

Function HandleReferenceLostL0

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

Source from the content-addressed store, hash-verified

294
295
296inline void HandleReferenceLostL0 (PWelsDecoderContext pCtx, PNalUnit pCurNal) {
297 if (0 == pCurNal->sNalHeaderExt.uiTemporalId) {
298 pCtx->bReferenceLostAtT0Flag = true;
299 }
300 pCtx->iErrorCode |= dsBitstreamError;
301}
302
303inline void HandleReferenceLost (PWelsDecoderContext pCtx, PNalUnit pCurNal) {
304 if ((0 == pCurNal->sNalHeaderExt.uiTemporalId) || (1 == pCurNal->sNalHeaderExt.uiTemporalId)) {

Callers 2

WelsDecodeConstructSliceFunction · 0.85
DecodeCurrentAccessUnitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected