Home
last modified time | relevance | path

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

123

/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
Dcmd_load_fmap.c94 char *outfile = 0; in do_load_fmap() local
/external/jpeg/
Djdatadst.c28 FILE * outfile; /* target stream */ member
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
Dexample.c91 FILE * outfile; /* target file */ in write_JPEG_file() local
Dwrbmp.c297 FILE * outfile = dest->pub.output_file; in write_colormap() local
347 register FILE * outfile = dest->pub.output_file; in finish_output_bmp() local
/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/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/elfutils/src/libcpu/
Di386_gendis.c48 FILE *outfile; variable
/external/parameter-framework/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/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
Ddecode_with_drops.c75 FILE *outfile = NULL; in main() local
/external/lldb/test/settings/
Dmain.cpp28 std::ofstream outfile; in main() 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/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/toybox/toys/posix/
Dsplit.c30 GLOBALS( in GLOBALS()
Duniq.c63 FILE *infile = stdin, *outfile = stdout; in uniq_main() local
/external/eigen/bench/btl/generic_bench/utils/
Dxy_file.hh66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file() local
/external/toybox/scripts/
Dmkstatus.py46 outfile=open("www/status.gen", "w") variable
/external/selinux/policycoreutils/semodule_expand/
Dsemodule_expand.c45 FILE *fp, *outfile; in main() local
/external/selinux/policycoreutils/semodule_link/
Dsemodule_link.c82 FILE *outfile; in main() local
/external/google-breakpad/src/common/tests/
Dfile_utils.cc51 int outfile = HANDLE_EINTR(creat(to_path, 0666)); in CopyFile() local
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Dgflags.py1702 def WriteHelpInXMLFormat(self, outfile=None): argument
1789 def _WriteSimpleXMLElement(outfile, name, value, indent): argument
1937 def WriteInfoInXMLFormat(self, outfile, module_name, is_key=False, indent=''): argument
1978 def _WriteCustomInfoInXMLFormat(self, outfile, indent): argument
2059 def WriteCustomInfoInXMLFormat(self, outfile, indent): argument
2456 def WriteCustomInfoInXMLFormat(self, outfile, indent): argument
2619 def _WriteCustomInfoInXMLFormat(self, outfile, indent): argument
2672 def WriteCustomInfoInXMLFormat(self, outfile, indent): argument
2683 def WriteCustomInfoInXMLFormat(self, outfile, indent): argument

123