Searched refs:vstats_file (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 112 static FILE *vstats_file; variable 649 if (vstats_file) { in ffmpeg_cleanup() 650 if (fclose(vstats_file)) in ffmpeg_cleanup() 1447 if (!vstats_file) { in do_video_stats() 1448 vstats_file = fopen(vstats_filename, "w"); in do_video_stats() 1449 if (!vstats_file) { in do_video_stats() 1459 fprintf(vstats_file, "frame= %5d q= %2.1f ", frame_number, in do_video_stats() 1462 …fprintf(vstats_file, "out= %2d st= %2d frame= %5d q= %2.1f ", ost->file_index, ost->index, frame_n… in do_video_stats() 1467 …fprintf(vstats_file, "PSNR= %6.2f ", psnr(ost->error[0] / (enc->width * enc->height * 255.0 * 255.… in do_video_stats() 1469 fprintf(vstats_file,"f_size= %6d ", frame_size); in do_video_stats() [all …]
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 973 @item -vstats_file @var{file}
|