Searched refs:av_printf_format (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | log.h | 238 void av_log(void *avcl, int level, const char *fmt, ...) av_printf_format(3, 4); 259 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, ...) av_printf_format(5, 6);
|
H A D | attributes.h | 161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos))) macro 164 # define av_printf_format(fmtpos, attrpos) macro
|
H A D | avstring.h | 133 size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) av_printf_format(3, 4); 157 char *av_asprintf(const char *fmt, ...) av_printf_format(1, 2);
|
H A D | internal.h | 167 const char *msg, ...) av_printf_format(2, 3); 178 const char *msg, ...) av_printf_format(2, 3);
|
H A D | bprint.h | 127 void av_bprintf(AVBPrint *buf, const char *fmt, ...) av_printf_format(2, 3);
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.h | 94 void *checkasm_check_func(void *func, const char *name, ...) av_printf_format(2, 3); 96 void checkasm_fail_func(const char *msg, ...) av_printf_format(1, 2); 98 void checkasm_report(const char *name, ...) av_printf_format(1, 2);
|
/third_party/ffmpeg/libavformat/ |
H A D | url.h | 301 int port, const char *fmt, ...) av_printf_format(7, 8);
|
H A D | avio.h | 532 int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
|
H A D | rtpproto.c | 160 static av_printf_format(3, 4) void url_add_option(char *buf, int buf_size, const char *fmt, ...) in url_add_option()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_metadata.c | 96 void (*print)(AVFilterContext *ctx, const char *msg, ...) av_printf_format(2, 3);
|
Completed in 7 milliseconds