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

Function WelsDecoderLastDecPicInfoDefaults

codec/decoder/core/src/decoder.cpp:392–399  ·  view source on GitHub ↗

* fill last decoded picture info */

Source from the content-addressed store, hash-verified

390* fill last decoded picture info
391*/
392void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo) {
393 sLastDecPicInfo.iPrevPicOrderCntMsb = 0;
394 sLastDecPicInfo.iPrevPicOrderCntLsb = 0;
395 sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL;
396 sLastDecPicInfo.iPrevFrameNum = -1;
397 sLastDecPicInfo.bLastHasMmco5 = false;
398 sLastDecPicInfo.uiDecodingTimeStamp = 0;
399}
400
401/*!
402* \brief copy SpsPps from one Ctx to another ctx for threaded code

Callers 1

InitDecoderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected