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

Function WelsDelShortFromListSetUnref

codec/decoder/core/src/manage_dec_ref.cpp:808–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808static PPicture WelsDelShortFromListSetUnref (PRefPic pRefPic, int32_t iFrameNum) {
809 PPicture pPic = WelsDelShortFromList (pRefPic, iFrameNum);
810 if (pPic) {
811 SetUnRef (pPic);
812 }
813 return pPic;
814}
815
816static PPicture WelsDelLongFromList (PRefPic pRefPic, uint32_t uiLongTermFrameIdx) {
817 PPicture pPic = NULL;

Callers 1

MMCOProcessFunction · 0.85

Calls 2

WelsDelShortFromListFunction · 0.85
SetUnRefFunction · 0.85

Tested by

no test coverage detected