Home
last modified time | relevance | path

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

12345

/external/libvpx/libvpx/
Divfenc.c16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
37 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
46 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/python/cpython2/Tools/scripts/
Dparseentities.py59 outfile = open(sys.argv[2],'w') variable
61 outfile = sys.stdout variable
/external/vboot_reference/futility/
Dcmd_vbutil_key.c70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, in Pack()
106 static int Unpack(const char *infile, const char *outfile) in Unpack()
168 char *outfile = NULL; in do_vbutil_key() local
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCollectAPI.java35 void writeHTML(String outfile, BitSet filter) throws IOException { in writeHTML()
149 void writeTSV(String outfile, BitSet filter) throws IOException { in writeTSV()
193 String outfile = null; in main() local
/external/webrtc/webrtc/common_audio/
Dwav_file_unittest.cc28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() local
93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; in TEST() local
137 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST() local
/external/skia/tools/skpbench/
Dsheet.py95 def print_csv(self, outfile=sys.stdout): argument
129 def _print_computed_row(self, name, func, outfile=sys.stdout): argument
Dskiaperf.py61 def emit(self, outfile): argument
/external/python/cpython2/Lib/
Dpipes.py182 def copy(self, infile, outfile): argument
185 def makepipeline(self, infile, outfile): argument
193 def makepipeline(infile, steps, outfile): argument
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m99 outfile = ['out']; variable
111 outfile = ['out']; variable
121 outfile = ['out']; variable
196 outfile = [outfile '.pcm']; variable
/external/elfutils/libcpu/
Di386_gendis.c48 FILE *outfile; variable
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/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/python/cpython2/Tools/ssl/
Dget-remote-certificate.py22 def strip_to_x509_cert(certfile_contents, outfile=None): argument
Dmake_ssl_data.py35 outfile = sys.argv[2] variable
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py81 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument
/external/xmlrpcpp/test/
DTestBase64Client.cpp30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc); in main() local
/external/autotest/site_utils/stats/
Dtail_until_writer_finished.py43 outfile=sys.stdout, argument
/external/devlib/devlib/trace/
D__init__.py19 def get_trace(self, outfile): argument
/external/python/cpython2/Tools/i18n/
Dmsgfmt.py100 def make(filename, outfile): argument
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c124 static void write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
146 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header()
287 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
Dsimple_decoder.c97 FILE *outfile = NULL; in main() local
/external/toybox/toys/posix/
Dsplit.c30 GLOBALS( in GLOBALS()
/external/libjpeg-turbo/
Djdatadst.c37 FILE *outfile; /* target stream */ member
207 jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile) in jpeg_stdio_dest()
/external/eigen/bench/btl/generic_bench/utils/
Dxy_file.hh66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file() local
/external/autotest/client/profilers/catprofile/
Dcatprofile.py16 outfile = 'monitor', interval = 1): argument

12345