Home
last modified time | relevance | path

Searched defs:InputFile (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dinput_file.cc9 InputFile::InputFile(const SourceFile& name) in InputFile() function in InputFile
Dlocation.h10 class InputFile; variable
Dc_include_iterator.h15 class InputFile; variable
Dtokenizer.h17 class InputFile; variable
Dheader_checker.h25 class InputFile; variable
Dsetup.h23 class InputFile; variable
/third_party/ffmpeg/fftools/
Dffmpeg.h393 typedef struct InputFile { struct
394 AVFormatContext *ctx;
395 int eof_reached; /* true if eof reached */
396 int eagain; /* true if last read attempt returned EAGAIN */
397 int ist_index; /* index of first stream in input_streams */
398 int loop; /* set number of times input stream should be looped */
422 } InputFile; argument
Dffprobe.c75 typedef struct InputFile { struct
80 } InputFile; argument