Home
last modified time | relevance | path

Searched defs:ifile (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tools/
Dnormalize.py6 ifile = sys.argv[1] variable
/third_party/ltp/testcases/kernel/syscalls/dup2/
Ddup205.c39 int ifile = -1, rc = 0; in run() local
/third_party/ffmpeg/fftools/
Dffprobe.c2474 static void show_packet(WriterContext *w, InputFile *ifile, AVPacket *pkt, int packet_idx) in show_packet()
2705 InputFile *ifile, in process_frame()
2791 static int read_interval_packets(WriterContext *w, InputFile *ifile, in read_interval_packets()
2902 static int read_packets(WriterContext *w, InputFile *ifile) in read_packets()
3143 static int show_streams(WriterContext *w, InputFile *ifile) in show_streams()
3160 static int show_program(WriterContext *w, InputFile *ifile, AVProgram *program) in show_program()
3191 static int show_programs(WriterContext *w, InputFile *ifile) in show_programs()
3209 static int show_chapters(WriterContext *w, InputFile *ifile) in show_chapters()
3234 static int show_format(WriterContext *w, InputFile *ifile) in show_format()
3279 static int open_input_file(InputFile *ifile, const char *filename, in open_input_file()
[all …]
Dffmpeg_opt.c2010 const InputFile *ifile = input_files[ist->file_index]; in new_video_stream() local
2219 static int copy_chapters(InputFile *ifile, OutputFile *ofile, AVFormatContext *os, in copy_chapters()
2500 InputFile *ifile = input_files[j]; in open_output_file() local
2537 InputFile *ifile = input_files[j]; in open_output_file() local
Dffmpeg.c3301 InputFile *ifile = input_files[i]; in transcode_init() local
3339 InputFile *ifile = input_files[i]; in transcode_init() local
3829 static int seek_to_start(InputFile *ifile, AVFormatContext *is) in seek_to_start()
3897 InputFile *ifile = input_files[file_index]; in process_input() local
/third_party/nghttp2/src/
Dh2load.h81 std::string ifile; member