Searched refs:iErrorCode (Results 1 – 17 of 17) sorted by relevance
336 pCtx->iErrorCode = ERR_NONE; in WelsDecoderDefaults()609 pCtx->iErrorCode |= dsOutOfMemory; in WelsOpenDecoder()759 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeBs()785 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeBs()786 return pCtx->iErrorCode; in WelsDecodeBs()790 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeBs()791 return pCtx->iErrorCode; in WelsDecodeBs()798 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeBs()799 return pCtx->iErrorCode; in WelsDecodeBs()828 if ((dsOutOfMemory | dsNoParamSets) & pCtx->iErrorCode) { in WelsDecodeBs()[all …]
139 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()160 pCtx->iErrorCode = dsNoParamSets; in ParseNalHeader()174 pCtx->iErrorCode = dsNoParamSets; in ParseNalHeader()191 pCtx->iErrorCode |= dsNoParamSets; in ParseNalHeader()220 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()239 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()257 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()274 pCtx->iErrorCode |= dsOutOfMemory; in ParseNalHeader()295 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()317 pCtx->iErrorCode |= dsBitstreamError; in ParseNalHeader()[all …]
91 if (dsErrorFree == pCtx->iErrorCode) { //correct decoding, add to data buffer in DecodeFrameConstruction()132 pCtx->iErrorCode |= dsOutOfMemory; in DecodeFrameConstruction()162 pCtx->iErrorCode |= dsOutOfMemory; in DecodeFrameConstruction()178 pCtx->iErrorCode |= dsFramePending; in DecodeFrameConstruction()201 && (pCtx->iErrorCode == dsErrorFree)) { //complete non-ECed IDR frame done in DecodeFrameConstruction()254 && pCtx->iErrorCode && bOutResChange) in DecodeFrameConstruction()259 pCtx->iErrorCode |= dsBitstreamError; in DecodeFrameConstruction()300 pCtx->iErrorCode |= dsBitstreamError; in HandleReferenceLostL0()307 pCtx->iErrorCode |= dsRefLost; in HandleReferenceLost()660 pCtx->iErrorCode |= dsOutOfMemory; in ExpandBsBuffer()[all …]
168 pCtx->iErrorCode |= dsDataErrorConcealed; in WelsCheckAndRecoverForFutureDecoding()202 pCtx->iErrorCode |= dsOutOfMemory; in WelsCheckAndRecoverForFutureDecoding()409 pCtx->iErrorCode = dsNoParamSets; //No any reference for decoding, SHOULD request IDR in WelsReorderRefList()434 … pCtx->iErrorCode = dsNoParamSets; //cross-IDR reference frame selection, SHOULD request IDR.-- in WelsReorderRefList()451 … pCtx->iErrorCode = dsNoParamSets; //cross-IDR reference frame selection, SHOULD request IDR.-- in WelsReorderRefList()
1104 pCtx->iErrorCode |= dsBitstreamError; in ParseInterInfo()1145 pCtx->iErrorCode |= dsBitstreamError; in ParseInterInfo()1182 pCtx->iErrorCode |= dsBitstreamError; in ParseInterInfo()1254 pCtx->iErrorCode |= dsBitstreamError; in ParseInterInfo()1392 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBInfo()1442 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBInfo()1502 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBInfo()1649 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBInfo()
549 pCtx->iErrorCode |= dsBitstreamError; in ParseInterPMotionInfoCabac()575 pCtx->iErrorCode |= dsBitstreamError; in ParseInterPMotionInfoCabac()605 pCtx->iErrorCode |= dsBitstreamError; in ParseInterPMotionInfoCabac()653 pCtx->iErrorCode |= dsBitstreamError; in ParseInterPMotionInfoCabac()776 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBMotionInfoCabac()814 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBMotionInfoCabac()859 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBMotionInfoCabac()994 pCtx->iErrorCode |= dsBitstreamError; in ParseInterBMotionInfoCabac()
469 pCtx->iErrorCode |= dsBitstreamError; in ImplementErrorCon()483 pCtx->iErrorCode |= dsDataErrorConcealed; in ImplementErrorCon()
258 if (pCtx->bNewSeqBegin && (pCtx->iErrorCode & dsRefLost)) { in BaseMC()
1161 if ((pCtx->iErrorCode & dsRefLost) == dsRefLost) { in MapColToList0()
1537 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeSlice()1644 pCtx->iErrorCode |= dsBitstreamError; in WelsDecodeAndConstructSlice()
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()[all …]
1230 res = (wfd->events.iErrorCode[FD_CLOSE_BIT] != 0) || in gst_poll_fd_has_error()1231 (wfd->events.iErrorCode[FD_READ_BIT] != 0) || in gst_poll_fd_has_error()1232 (wfd->events.iErrorCode[FD_WRITE_BIT] != 0) || in gst_poll_fd_has_error()1233 (wfd->events.iErrorCode[FD_ACCEPT_BIT] != 0) || in gst_poll_fd_has_error()1234 (wfd->events.iErrorCode[FD_CONNECT_BIT] != 0); in gst_poll_fd_has_error()
41 m_pDecContext->iErrorCode = dsErrorFree; //initialize at the starting of AU decoding. in DecodeFrame()64 return (DECODING_STATE) m_pDecContext->iErrorCode; in DecodeFrame()
335 …int32_t iErrorCode; // error code return while decoding … member
102 if (events.iErrorCode[FD_CONNECT_BIT] == 0) in check_fds()
921 if (events.iErrorCode[FD_CONNECT_BIT] == 0) in g_io_win32_check()
3873 events.iErrorCode[FD_WRITE_BIT] != 0) in update_condition_unlocked()3876 events.iErrorCode[FD_CONNECT_BIT] != 0) in update_condition_unlocked()