Home
last modified time | relevance | path

Searched refs:sLastDecPicInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp392 void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo) { in WelsDecoderLastDecPicInfoDefaults() argument
393 sLastDecPicInfo.iPrevPicOrderCntMsb = 0; in WelsDecoderLastDecPicInfoDefaults()
394 sLastDecPicInfo.iPrevPicOrderCntLsb = 0; in WelsDecoderLastDecPicInfoDefaults()
395 sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL; in WelsDecoderLastDecPicInfoDefaults()
396 sLastDecPicInfo.iPrevFrameNum = -1; in WelsDecoderLastDecPicInfoDefaults()
397 sLastDecPicInfo.bLastHasMmco5 = false; in WelsDecoderLastDecPicInfoDefaults()
398 sLastDecPicInfo.uiDecodingTimeStamp = 0; in WelsDecoderLastDecPicInfoDefaults()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h65 void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo);
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp24 SWelsLastDecPicInfo sLastDecPicInfo; member
94 pECCtx->pCtx->pLastDecPicInfo = &pECCtx->sLastDecPicInfo; in InitAndAllocInputData()