Searched refs:FF_TPRINTF_START (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | video.c | 103 FF_TPRINTF_START(NULL, get_video_buffer); ff_tlog_link(NULL, link, 0); in ff_get_video_buffer()
|
D | internal.h | 213 #define FF_TPRINTF_START(ctx, func) ff_tlog(NULL, "%-16s: ", #func) macro
|
D | avfilter.c | 410 FF_TPRINTF_START(NULL, request_frame); ff_tlog_link(NULL, link, 1); in ff_request_frame() 455 FF_TPRINTF_START(NULL, request_frame_to_filter); ff_tlog_link(NULL, link, 1); in ff_request_frame_to_filter() 1097 …FF_TPRINTF_START(NULL, filter_frame); ff_tlog_link(NULL, link, 1); ff_tlog(NULL, " "); ff_tlog_ref… in ff_filter_frame()
|