Lines Matching refs:pPicBuff
432 pCtx->pPicBuff = NULL; in InitDecoderCtx()
1047 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureReorder() local
1082 if (pPicBuff != NULL) { in ReleaseBufferedReadyPictureReorder()
1083 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder()
1135 if (pPicBuff != NULL) { in ReleaseBufferedReadyPictureReorder()
1136 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder()
1181 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureNoReorder() local
1182 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureNoReorder()
1344 if (sThreadCtx.pCtx->pPicBuff != m_pPicBuff) { in ParseAccessUnit()
1346 sThreadCtx.pCtx->pPicBuff = m_pPicBuff; in ParseAccessUnit()
1367 m_pPicBuff = sThreadCtx.pCtx->pPicBuff; in ParseAccessUnit()