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

Function GetTargetDqId

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

Source from the content-addressed store, hash-verified

287}
288
289inline uint8_t GetTargetDqId (uint8_t uiTargetDqId, SDecodingParam* psParam) {
290 uint8_t uiRequiredDqId = psParam ? psParam->uiTargetDqLayer : (uint8_t)255;
291
292 return WELS_MIN (uiTargetDqId, uiRequiredDqId);
293}
294
295
296inline void HandleReferenceLostL0 (PWelsDecoderContext pCtx, PNalUnit pCurNal) {

Callers 1

DecodeCurrentAccessUnitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected