Home
last modified time | relevance | path

Searched defs:RETURN_ERROR (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dflac_picture.h27 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
Davidec.c477 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c193 #define RETURN_ERROR(format, ...) do { \ macro
259 #define RETURN_ERROR(format, ...) do { \ macro
/third_party/python/Modules/
Dsre_lib.h403 #define RETURN_ERROR(i) do { return i; } while(0) macro
/third_party/lz4/lib/
Dlz4frame.c315 #define RETURN_ERROR(e) return LZ4F_returnErrorCode(LZ4F_ERROR_ ## e) macro