Home
last modified time | relevance | path

Searched refs:m_pPicBuff (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp140 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()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h124 PPicBuff m_pPicBuff; variable