Home
last modified time | relevance | path

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

12345

/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/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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dbigfile.py45 def encrypt_bigfile(infile, outfile, pub_key): argument
70 def decrypt_bigfile(infile, outfile, priv_key): argument
Dvarblock.py74 def write_varint(outfile, value): argument
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCollectAPI.java33 void writeHTML(String outfile, BitSet filter) throws IOException { in writeHTML()
147 void writeTSV(String outfile, BitSet filter) throws IOException { in writeTSV()
191 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/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/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/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c136 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header()
160 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header()
322 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
Dsimple_decoder.c98 FILE *outfile = NULL; in main() local
Dpostproc.c62 FILE *outfile = NULL; in main() local
/external/elfutils/libcpu/
Di386_gendis.c48 FILE *outfile; variable
/external/libjpeg-turbo/
Djdatadst.c36 FILE * outfile; /* target stream */ member
206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
/external/opencv3/3rdparty/libjpeg/
Djdatadst.c34 FILE * outfile; /* target stream */ member
196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dpickle2json.py15 def pickle2json(infile, outfile): argument
Dsummary.py21 def report(self, morfs, outfile=None): argument
Dxmlreport.py50 def report(self, morfs, outfile=None): argument
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/external/eigen/bench/btl/generic_bench/timers/
Dx86_timer.hh121 ofstream outfile (filemane.c_str(),ios::out) ; in dump_statistics() local
135 ofstream outfile (filemane.c_str(),ios::out) ; in dump_history() local
/external/xmlrpcpp/test/
DTestBase64Client.cpp30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc); in main() local
/external/toybox/toys/posix/
Dsplit.c30 GLOBALS( in GLOBALS()
/external/autotest/client/profilers/catprofile/
Dcatprofile.py16 outfile = 'monitor', interval = 1): argument
/external/eigen/bench/btl/generic_bench/utils/
Dxy_file.hh66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file() local
/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()
/external/curl/src/
Dtool_dirhie.c94 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors) in create_dir_hierarchy()

12345