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