Home
last modified time | relevance | path

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

1234567

/external/libaom/libaom/common/
Divfenc.c17 void ivf_write_file_header(FILE *outfile, const struct aom_codec_enc_cfg *cfg, in ivf_write_file_header()
38 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
47 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/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/cpython3/Tools/scripts/
Dparseentities.py57 outfile = open(sys.argv[2],'w') variable
59 outfile = sys.stdout variable
Dgenerate_opcode_h.py38 def main(opcode_py, outfile='Include/opcode.h'): argument
Dget-remote-certificate.py24 def strip_to_x509_cert(certfile_contents, outfile=None): argument
/external/toolchain-utils/android_bench_suite/
Dgen_json.py61 def create_outfile(outfile, bench): argument
67 def get_outfile(outfile, bench): argument
/external/python/cpython2/Tools/scripts/
Dparseentities.py59 outfile = open(sys.argv[2],'w') variable
61 outfile = sys.stdout variable
/external/adhd/cras/src/common/
Dedid_utils.c12 void show_edid_data(FILE *outfile, unsigned char *edid_data, in show_edid_data()
206 int show_test_edid(FILE *outfile, int n) in show_test_edid()
228 void show_edid_dtd(FILE *outfile, unsigned char *base) in show_edid_dtd()
319 static inline void show_audio_dbc(FILE *outfile, in show_audio_dbc()
368 static inline void show_vendor_dbc(FILE *outfile, in show_vendor_dbc()
410 static void show_extended_dbc(FILE *outfile, in show_extended_dbc()
458 void show_cea_timing(FILE *outfile, unsigned char *edid_ext) in show_cea_timing()
660 void show_edid(FILE *outfile, unsigned char *edid_data, int ext) in show_edid()
/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
/external/skqp/tools/skpbench/
Dsheet.py95 def print_csv(self, outfile=sys.stdout): argument
129 def _print_computed_row(self, name, func, outfile=sys.stdout): argument
/external/python/cpython3/Lib/
Dpipes.py170 def copy(self, infile, outfile): argument
173 def makepipeline(self, infile, outfile): argument
181 def makepipeline(infile, steps, 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.c47 FILE *outfile; variable
/external/fonttools/Snippets/
Dcmap-format.py23 outfile = sys.argv[2] 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/grpc-grpc/test/cpp/util/
Dgrpc_cli.cc68 static bool SimplePrint(const grpc::string& outfile, in SimplePrint()
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/external/libaom/libaom/examples/
Dscalable_encoder.c94 int frame_index, int flags, FILE *outfile) { in encode_frame()
142 FILE *outfile = NULL; in main() local
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp68 int cleanup(const std::string &outfile) { in cleanup()
364 int convert(const std::string &infile, const std::string &outfile) { in convert()
417 std::string outfile = argv[2]; in main() local
/external/python/cpython2/Tools/ssl/
Dget-remote-certificate.py22 def strip_to_x509_cert(certfile_contents, outfile=None): argument
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py81 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument

1234567