Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Derror.h47 #define FFERRTAG(a, b, c, d) (-(int)MKTAG(a, b, c, d)) macro
49 #define AVERROR_BSF_NOT_FOUND FFERRTAG(0xF8,'B','S','F') ///< Bitstream filter not found
50 #define AVERROR_BUG FFERRTAG( 'B','U','G','!') ///< Internal bug, also see AVERROR_B…
51 #define AVERROR_BUFFER_TOO_SMALL FFERRTAG( 'B','U','F','S') ///< Buffer too small
52 #define AVERROR_DECODER_NOT_FOUND FFERRTAG(0xF8,'D','E','C') ///< Decoder not found
53 #define AVERROR_DEMUXER_NOT_FOUND FFERRTAG(0xF8,'D','E','M') ///< Demuxer not found
54 #define AVERROR_ENCODER_NOT_FOUND FFERRTAG(0xF8,'E','N','C') ///< Encoder not found
55 #define AVERROR_EOF FFERRTAG( 'E','O','F',' ') ///< End of file
56 #define AVERROR_EXIT FFERRTAG( 'E','X','I','T') ///< Immediate exit was requested; th…
57 #define AVERROR_EXTERNAL FFERRTAG( 'E','X','T',' ') ///< Generic error in an external lib…
[all …]