Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dlog.h238 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 Dattributes.h161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos))) macro
164 # define av_printf_format(fmtpos, attrpos) macro
H A Davstring.h133 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 Dinternal.h167 const char *msg, ...) av_printf_format(2, 3);
178 const char *msg, ...) av_printf_format(2, 3);
H A Dbprint.h127 void av_bprintf(AVBPrint *buf, const char *fmt, ...) av_printf_format(2, 3);
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h94 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 Durl.h301 int port, const char *fmt, ...) av_printf_format(7, 8);
H A Davio.h532 int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
H A Drtpproto.c160 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 Df_metadata.c96 void (*print)(AVFilterContext *ctx, const char *msg, ...) av_printf_format(2, 3);

Completed in 7 milliseconds