Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Derror.c35 #define EERROR_TAG(tag) AVERROR(tag), #tag macro
67 { EERROR_TAG(E2BIG), "Argument list too long" },
68 { EERROR_TAG(EACCES), "Permission denied" },
69 { EERROR_TAG(EAGAIN), "Resource temporarily unavailable" },
70 { EERROR_TAG(EBADF), "Bad file descriptor" },
71 { EERROR_TAG(EBUSY), "Device or resource busy" },
72 { EERROR_TAG(ECHILD), "No child processes" },
73 { EERROR_TAG(EDEADLK), "Resource deadlock avoided" },
74 { EERROR_TAG(EDOM), "Numerical argument out of domain" },
75 { EERROR_TAG(EEXIS
[all...]

Completed in 1 milliseconds