Lines Matching refs:iErrorCode
443 pCtx->iErrorCode); in ResetDecoder()
461 …WelsTrace->m_sLogCtx, WELS_LOG_INFO, "ResetDecoder(), context error code is %d", pCtx->iErrorCode); in ThreadResetDecoder()
742 pDecContext->iErrorCode |= dsInvalidArgument; in DecodeFrame2WithCtx()
780 pDecContext->iErrorCode = dsErrorFree; //initialize at the starting of AU decoding. in DecodeFrame2WithCtx()
805 if (pDecContext->iErrorCode) { in DecodeFrame2WithCtx()
810 if (pDecContext->iErrorCode & dsOutOfMemory) { in DecodeFrame2WithCtx()
817 if (pDecContext->iErrorCode & dsRefListNullPtrs) { in DecodeFrame2WithCtx()
838 pDecContext->iErrorCode); in DecodeFrame2WithCtx()
849 pDecContext->iErrorCode |= dsDataErrorConcealed; in DecodeFrame2WithCtx()
884 return (DECODING_STATE)pDecContext->iErrorCode; in DecodeFrame2WithCtx()
1226 pDecContext->iErrorCode |= dsInvalidArgument; in DecodeParser()
1251 pDecContext->iErrorCode = dsErrorFree; //initialize at the starting of AU decoding. in DecodeParser()
1267 if (pDecContext->iErrorCode & dsOutOfMemory) { in DecodeParser()
1276 if (pDecContext->iErrorCode == ERR_NONE) { //update statistics: decoding frame count in DecodeParser()
1287 if (pDecContext->iErrorCode && pDecContext->bPrintFrameErrorTraceFlag) { in DecodeParser()
1288 …WelsTrace->m_sLogCtx, WELS_LOG_INFO, "decode failed, failure type:%d \n", pDecContext->iErrorCode); in DecodeParser()
1293 return (DECODING_STATE)pDecContext->iErrorCode; in DecodeParser()