Searched refs:bHaveGotMemory (Results 1 – 3 of 3) sorted by relevance
320 …pCtx->bHaveGotMemory = false; // not ever request memory blocks for decode… in WelsDecoderDefaults()485 WELS_VERIFY_RETURN_IF (ERR_NONE, pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel in WelsRequestMem()493 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()508 if (pCtx->bHaveGotMemory) in WelsRequestMem()536 …pCtx->bHaveGotMemory = true; // global memory for decoder context related is requested in WelsRequestMem()590 pCtx->bHaveGotMemory = false; in WelsFreeDynamicMemory()
319 …bool bHaveGotMemory; // global memory for decoder context related ever re… member
1361 sThreadCtx.pCtx->bHaveGotMemory = m_pPicBuff != NULL; in ParseAccessUnit()