Home
last modified time | relevance | path

Searched refs:pPictReoderingStatus (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp194 ResetReorderingPictureBuffers (pCtx->pPictReoderingStatus, pCtx->pPictInfoList, false); in DecreasePicBuff()
261 ResetReorderingPictureBuffers (pCtx->pPictReoderingStatus, pCtx->pPictInfoList, false); in DestroyPicBuff()
292 void ResetReorderingPictureBuffers (PPictReoderingStatus pPictReoderingStatus, PPictInfo pPictInfo, in ResetReorderingPictureBuffers() argument
294 if (pPictReoderingStatus != NULL && pPictInfo != NULL) { in ResetReorderingPictureBuffers()
295 … int32_t pictInfoListCount = fullReset ? 16 : (pPictReoderingStatus->iLargestBufferedPicIndex + 1); in ResetReorderingPictureBuffers()
296 pPictReoderingStatus->iPictInfoIndex = 0; in ResetReorderingPictureBuffers()
297 pPictReoderingStatus->iMinPOC = IMinInt32; in ResetReorderingPictureBuffers()
298 pPictReoderingStatus->iNumOfPicts = 0; in ResetReorderingPictureBuffers()
299 pPictReoderingStatus->iLastGOPRemainPicts = 0; in ResetReorderingPictureBuffers()
300 pPictReoderingStatus->iLastWrittenPOC = IMinInt32; in ResetReorderingPictureBuffers()
[all …]
/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h177 void ResetReorderingPictureBuffers (PPictReoderingStatus pPictReoderingStatus, PPictInfo pPictInfo,
Ddecoder_context.h516 PPictReoderingStatus pPictReoderingStatus; member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp418 pCtx->pPictReoderingStatus = &m_sReoderingStatus; in InitDecoderCtx()