Home
last modified time | relevance | path

Searched defs:outfile (Results 1 – 25 of 157) sorted by relevance

1234567

/external/libvpx/libvpx/
Divfenc.c16 void ivf_write_file_header(FILE *outfile, in ivf_write_file_header()
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/chromium_org/third_party/libvpx/source/libvpx/
Divfenc.c16 void ivf_write_file_header(FILE *outfile, in ivf_write_file_header()
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/chromium_org/tools/binary_size/
Drun_binary_size_analysis.py349 def DumpCompactTree(symbols, outfile): argument
358 def DumpTreemap(symbols, outfile): argument
369 def DumpLargestSymbols(symbols, outfile, n): argument
413 def DumpLargestSources(symbols, outfile, n): argument
436 def DumpLargestVTables(symbols, outfile, n): argument
487 def RunElfSymbolizer(outfile, library, addr2line_binary, nm_binary, jobs): argument
601 def GetNmSymbols(nm_infile, outfile, library, jobs, verbose, argument
/external/chromium_org/tools/generate_stubs/
Dgenerate_stubs.py425 def WriteWindowsDefFile(module_name, signatures, outfile): argument
674 def WriteImplementationPreamble(cls, header_path, outfile): argument
684 def WriteUmbrellaInitializer(cls, module_names, namespace, outfile): argument
726 def WriteHeaderContents(cls, module_names, namespace, header_guard, outfile): argument
765 def WriteImplementationContents(self, namespace, outfile): argument
781 def WriteFunctionPointers(self, outfile): argument
799 def WriteStubFunctions(self, outfile): argument
821 def WriteModuleInitializeFunctions(self, outfile): argument
/external/chromium_org/tools/gyp/test/actions/generated-header/
Daction.py10 outfile = sys.argv[1] variable
/external/chromium_org/tools/gyp/test/actions/src/
Dconfirm-dep-files.py17 outfile = sys.argv[1] # Example value we expect: deps_all_done_first_123.txt variable
/external/chromium_org/tools/gyp/test/restat/src/
Dcreate_intermediate.py14 outfile = sys.argv[1] variable
/external/qemu/distrib/jpeg-6b/
Djdatadst.c28 FILE * outfile; /* target stream */ member
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
/external/jpeg/
Djdatadst.c28 FILE * outfile; /* target stream */ member
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp49 std::ofstream outfile; in WriteForwardGraphFile() local
107 std::ofstream outfile; in WriteForwardGraphWithSemantic() local
192 std::ofstream outfile; in WriteHMMGraphFile() local
272 std::ofstream outfile; in WritePhonemeGraphFile() local
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
Dmirroring-parse.py11 def main(infile, outfile): argument
Dgrapheme-break-parse.py20 def main(infile, outfile): argument
Dcategory-parse.py45 def main(infile, outfile): argument
Dcombining-class-parse.py10 def main(infile, outfile): argument
Dscripts-parse.py48 def main(infile, outfile): argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
Dapmtest.m99 outfile = ['out']; variable
111 outfile = ['out']; variable
121 outfile = ['out']; variable
196 outfile = [outfile '.pcm']; variable
/external/webrtc/src/modules/audio_processing/test/
Dapmtest.m99 outfile = ['out']; variable
111 outfile = ['out']; variable
121 outfile = ['out']; variable
196 outfile = [outfile '.pcm']; variable
/external/elfutils/0.153/libcpu/
Di386_gendis.c45 FILE *outfile; variable
/external/zlib/src/examples/
Dgun.c120 int outfile; member
201 int outfile, z_stream *strm) in lunpipe()
383 local int gunpipe(z_stream *strm, int infile, int outfile) in gunpipe()
551 int infile, outfile; in gunzip() local
/external/lldb/test/settings/
Dmain.cpp28 std::ofstream outfile; in main() local
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
Dvp8_multi_resolution_encoder.c132 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header()
156 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header()
175 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c132 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header()
156 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header()
175 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dsummary.py17 def report(self, morfs, outfile=None, config=None): argument
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dresize_test.cc38 int frame_cnt, FILE *const outfile) { in write_ivf_file_header()
58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) { in write_ivf_frame_size()
65 FILE *const outfile) { in write_ivf_frame_header()
/external/libvpx/libvpx/test/
Dresize_test.cc38 int frame_cnt, FILE *const outfile) { in write_ivf_file_header()
58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) { in write_ivf_frame_size()
65 FILE *const outfile) { in write_ivf_frame_header()

1234567