Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h400 typedef struct InputFile { struct
401 AVFormatContext *ctx;
402 int eof_reached; /* true if eof reached */
403 int eagain; /* true if last read attempt returned EAGAIN */
404 int ist_index; /* index of first stream in input_streams */
405 int loop; /* set number of times input stream should be looped */
406 int64_t duration; /* actual duration of the longest stream in a file
431 } InputFile; argument
Dffprobe.c76 typedef struct InputFile { struct
81 } InputFile; argument
/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.h14 class InputFile; variable
Dtokenizer.h16 class InputFile; variable
Dheader_checker.h24 class InputFile; variable
Dsetup.h22 class InputFile; variable
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DInputFile.java30 public class InputFile implements NGramList.NGramKeyMapper class
51 public InputFile(String filename, String encoding, boolean visual) in InputFile() method in InputFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp107 SmallString<32> InputFile, OutputFile; in printSymbolizedStackTrace() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp144 SmallString<32> InputFile, OutputFile; in printSymbolizedStackTrace() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h269 friend InputFile; variable