Home
last modified time | relevance | path

Searched refs:dsOutOfMemory (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp609 pCtx->iErrorCode |= dsOutOfMemory; in WelsOpenDecoder()
828 if ((dsOutOfMemory | dsNoParamSets) & pCtx->iErrorCode) { in WelsDecodeBs()
834 if (dsOutOfMemory & pCtx->iErrorCode) { in WelsDecodeBs()
892 if ((dsOutOfMemory | dsNoParamSets) & pCtx->iErrorCode) { in WelsDecodeBs()
924 if ((dsOutOfMemory | dsNoParamSets) & pCtx->iErrorCode) { in WelsDecodeBs()
961 pCtx->iErrorCode |= dsOutOfMemory; in SyncPictureResolutionExt()
969 pCtx->iErrorCode |= dsOutOfMemory; in SyncPictureResolutionExt()
Ddecoder_core.cpp132 pCtx->iErrorCode |= dsOutOfMemory; in DecodeFrameConstruction()
162 pCtx->iErrorCode |= dsOutOfMemory; in DecodeFrameConstruction()
660 pCtx->iErrorCode |= dsOutOfMemory; in ExpandBsBuffer()
685 pCtx->iErrorCode |= dsOutOfMemory; in ExpandBsBuffer()
710 pCtx->iErrorCode |= dsOutOfMemory; in ExpandBsLenBuffer()
721 pCtx->iErrorCode |= dsOutOfMemory; in ExpandBsLenBuffer()
2568 pCtx->iErrorCode |= dsOutOfMemory; in DecodeCurrentAccessUnit()
2647 pCtx->iErrorCode |= dsOutOfMemory; in DecodeCurrentAccessUnit()
Dau_parser.cpp274 pCtx->iErrorCode |= dsOutOfMemory; in ParseNalHeader()
1192 pCtx->iErrorCode |= dsOutOfMemory; in ParseSps()
Dmanage_dec_ref.cpp202 pCtx->iErrorCode |= dsOutOfMemory; in WelsCheckAndRecoverForFutureDecoding()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp748 return dsOutOfMemory; in DecodeFrame2WithCtx()
810 if (pDecContext->iErrorCode & dsOutOfMemory) { in DecodeFrame2WithCtx()
813 return dsOutOfMemory; in DecodeFrame2WithCtx()
1232 return dsOutOfMemory; in DecodeParser()
1267 if (pDecContext->iErrorCode & dsOutOfMemory) { in DecodeParser()
1269 return dsOutOfMemory; in DecodeParser()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h95 dsOutOfMemory = 0x4000, ///< out of memory due to new request enumerator
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp28 return dsOutOfMemory; in DecodeFrame()