Searched refs:m_pPicBuff (Results 1 – 2 of 2) sorted by relevance
140 m_pPicBuff (NULL), in CWelsDecoder()1047 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureReorder()1180 if (pCtx || m_pPicBuff) { in ReleaseBufferedReadyPictureNoReorder()1181 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureNoReorder()1344 if (sThreadCtx.pCtx->pPicBuff != m_pPicBuff) { in ParseAccessUnit()1346 sThreadCtx.pCtx->pPicBuff = m_pPicBuff; in ParseAccessUnit()1347 sThreadCtx.pCtx->bHaveGotMemory = m_pPicBuff != NULL; in ParseAccessUnit()1367 m_pPicBuff = sThreadCtx.pCtx->pPicBuff; in ParseAccessUnit()
124 PPicBuff m_pPicBuff; variable