Searched refs:open_input_file (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | filtering_audio.c | 50 static int open_input_file(const char *filename) in open_input_file() function 231 if ((ret = open_input_file(argv[1])) < 0) in main()
|
H A D | filtering_video.c | 54 static int open_input_file(const char *filename) in open_input_file() function 230 if ((ret = open_input_file(argv[1])) < 0) in main()
|
H A D | vaapi_transcode.c | 62 static int open_input_file(const char *filename) in open_input_file() function 252 if ((ret = open_input_file(argv[1])) < 0) in main()
|
H A D | transcode_aac.c | 59 static int open_input_file(const char *filename, in open_input_file() function 802 if (open_input_file(argv[1], &input_format_context, in main()
|
H A D | transcoding.c | 59 static int open_input_file(const char *filename) in open_input_file() function 523 if ((ret = open_input_file(argv[1])) < 0) in main()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3279 static int open_input_file(InputFile *ifile, const char *filename, in open_input_file() function 3420 ret = open_input_file(&ifile, filename, print_filename); in probe_file()
|
H A D | ffmpeg_opt.c | 1151 static int open_input_file(OptionsContext *o, const char *filename) in open_input_file() function 3583 ret = open_files(&octx.groups[GROUP_INFILE], "input", open_input_file); in ffmpeg_parse_options()
|
Completed in 24 milliseconds