Home
last modified time | relevance | path

Searched refs:RETURN_ERROR (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflacdec.c85 RETURN_ERROR(AVERROR(EIO)); in flac_read_header()
101 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
104 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
128 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
132 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
135 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
142 if (ti <= 0) RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
173 RETURN_ERROR(AVERROR_INVALIDDATA); in flac_read_header()
H A Dflac_picture.c164 RETURN_ERROR(AVERROR_INVALIDDATA); in ff_flac_parse_picture()
174 RETURN_ERROR(ret); in ff_flac_parse_picture()
H A Dflac_picture.h27 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
/third_party/lz4/lib/
H A Dlz4frame.c315 #define RETURN_ERROR(e) return LZ4F_returnErrorCode(LZ4F_ERROR_ ## e) macro
317 #define RETURN_ERROR_IF(c,e) if (c) RETURN_ERROR(e)
331 RETURN_ERROR(maxBlockSize_invalid); in LZ4F_getBlockSize()
948 RETURN_ERROR(dstMaxSize_tooSmall); in LZ4F_compressUpdateImpl()
951 RETURN_ERROR(dstMaxSize_tooSmall); in LZ4F_compressUpdateImpl()
1183 RETURN_ERROR(frameSize_wrong); in LZ4F_compressEnd()
1254 RETURN_ERROR(allocation_failed); in LZ4F_createDecompressionContext()
1319 RETURN_ERROR(frameType_unknown); in LZ4F_decodeHeader()
1333 if (((FLG>>1)&_1BIT) != 0) RETURN_ERROR(reservedFlag_set); /* Reserved bit */ in LZ4F_decodeHeader()
1334 if (version != 1) RETURN_ERROR(headerVersion_wron in LZ4F_decodeHeader()
[all...]
/third_party/python/Modules/_sre/
H A Dsre_lib.h375 #define RETURN_ERROR(i) do { return i; } while(0) macro
380 do { if (i < 0) RETURN_ERROR(i); } while (0)
530 RETURN_ERROR(SRE_ERROR_INTERRUPTED); \
1119 RETURN_ERROR(SRE_ERROR_STATE); in match()
1183 RETURN_ERROR(SRE_ERROR_STATE); in match()
1556 RETURN_ERROR(SRE_ERROR_ILLEGAL); in match()

Completed in 7 milliseconds