Searched refs:update_benchmark (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 699 static void update_benchmark(const char *fmt, ...) in update_benchmark() function 1022 update_benchmark(NULL); in do_audio_out() 1042 update_benchmark("encode_audio %d.%d", ost->file_index, ost->index); in do_audio_out() 1357 update_benchmark(NULL); in do_video_out() 1376 update_benchmark("encode_video %d.%d", ost->file_index, ost->index); in do_video_out() 1991 update_benchmark(NULL); in flush_encoders() 2004 update_benchmark("flush_%s %d.%d", desc, ost->file_index, ost->index); in flush_encoders() 2344 update_benchmark(NULL); in decode_audio() 2346 update_benchmark("decode_audio %d.%d", ist->file_index, ist->st->index); in decode_audio() 2427 update_benchmark(NULL); in decode_video() [all …]
|