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

Function CheckSliceNeedReconstruct

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

Source from the content-addressed store, hash-verified

283}
284
285inline bool CheckSliceNeedReconstruct (uint8_t uiLayerDqId, uint8_t uiTargetDqId) {
286 return (uiLayerDqId == uiTargetDqId); // target layer
287}
288
289inline uint8_t GetTargetDqId (uint8_t uiTargetDqId, SDecodingParam* psParam) {
290 uint8_t uiRequiredDqId = psParam ? psParam->uiTargetDqLayer : (uint8_t)255;

Callers 1

DecodeCurrentAccessUnitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected