/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
omx_video_common.h | 91 FILE *outfile; member in struct:venc_debug_cap
|
/system/extras/verity/ |
KeystoreSigner.java | 124 // AndroidVerifiedBootKeystoreSigner <privkeyFile> <outfile> <pubkeyFile0> ... <pubkeyFileN-1>
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local 208 outfile=NULL; 275 outfile= *(++argv); 405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 970 if (outfile == NULL) 982 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) 983 i=(int)BIO_append_filename(out,outfile); 985 i=(int)BIO_write_filename(out,outfile); 988 perror(outfile); 1055 BIO_printf(bio_err,"bad output format specified for outfile\n") [all...] |
CA.pl | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
CA.pl.in | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
/external/jhead/ |
jpgfile.c | 790 FILE * outfile; local 798 outfile = fopen(FileName,"wb"); 799 if (outfile == NULL){ 805 fputc(0xff,outfile); 806 fputc(0xd8,outfile); 815 fwrite(JfifHead, 18, 1, outfile); 822 fputc(0xff,outfile); 823 fputc((unsigned char)Sections[a].Type, outfile); 824 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile); 834 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile); [all...] |
/external/openssl/apps/ |
req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local 208 outfile=NULL; 275 outfile= *(++argv); 405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 969 if (outfile == NULL) 981 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) 982 i=(int)BIO_append_filename(out,outfile); 984 i=(int)BIO_write_filename(out,outfile); 987 perror(outfile); 1054 BIO_printf(bio_err,"bad output format specified for outfile\n") [all...] |
CA.pl | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
CA.pl.in | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
/build/tools/zipalign/ |
ZipAlign.cpp | 35 "Usage: zipalign [-f] [-v] [-z] <align> infile.zip outfile.zip\n" 40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
|
/external/chromium_org/native_client_sdk/src/tools/ |
create_html.py | 154 with open(htmlfile, 'w') as outfile: 159 outfile.write(HTML_TEMPLATE % args)
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBC_test.c | 28 * exefile_name.exe <infile> <bytefile> <outfile> <channel> 32 * <outfile> : Output file, decoded speech (16-bit pcm file)
|
/external/llvm/test/CodeGen/X86/ |
2007-02-16-BranchFold.ll | 24 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] 62 %tmp3.i8.i = load %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
|
/external/llvm/test/Transforms/LoopRotate/ |
PhiRename-1.ll | 23 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] 61 %tmp13 = load %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
|
/external/valgrind/main/coregrind/ |
link_tool_exe_darwin.in | 34 # the *.a, *.o and -o outfile parts. Wrap them up in a new command 112 # get hold of the outfile name (following "-o")
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vpx_temporal_svc_encoder.c | 432 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS]; local 460 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> " 561 outfile[i] = vpx_video_writer_open(file_name, kContainerIVF, &info); 562 if (!outfile[i]) 629 vpx_video_writer_write_frame(outfile[i], pkt->data.frame.buf, 664 vpx_video_writer_close(outfile[i]);
|
/external/jpeg/ |
makefile.ansi | 132 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 133 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 134 ./cjpeg -dct int -outfile testout.jpg testimg.ppm 135 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 137 ./jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.bcc | 190 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 191 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 192 cjpeg -dct int -outfile testout.jpg testimg.ppm 193 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 195 jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.cfg | 225 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg 226 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg 227 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm 228 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg 229 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm 230 ./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg
|
makefile.dj | 138 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 140 ./cjpeg -dct int -outfile testout.jpg testimg.ppm 141 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 143 ./jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.manx | 132 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 133 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 134 cjpeg -dct int -outfile testout.jpg testimg.ppm 135 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 137 jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.mc6 | 165 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 166 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 167 cjpeg -dct int -outfile testout.jpg testimg.ppm 168 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 170 jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.mms | 136 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 137 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 138 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 139 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 141 mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
makefile.sas | 170 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 171 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 172 cjpeg -dct int -outfile testout.jpg testimg.ppm 173 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 175 jpegtran -outfile testoutt.jpg testprog.jpg
|