Searched defs:outfile (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile, argument
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { argument
52 fwrite(header, 1, 4, outfile);
H A Dvpxdec.c524 FILE *outfile = NULL; local
691 outfile = open_outfile(outfile_name);
890 fputs(buf, outfile);
899 fputs(buf, outfile);
906 write_image_file(img, planes, outfile);
917 outfile = open_outfile(outfile_name);
918 write_image_file(img, planes, outfile);
919 fclose(outfile);
949 fclose(outfile);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_decoder.c96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
H A Dpostproc.c58 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
64 FILE *outfile = NULL; local
80 if (!(outfile = fopen(argv[2], "wb")))
125 vpx_img_write(img, outfile);
138 fclose(outfile);
H A Ddecode_to_md5.c77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
83 FILE *outfile = NULL; local
98 if (!(outfile = fopen(argv[2], "wb")))
125 print_md5(outfile, digest);
126 fprintf(outfile, " img-%dx%d-%04d.i420\n",
137 fclose(outfile);
H A Ddecode_with_drops.c71 fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name);
77 FILE *outfile = NULL; local
96 if (!(outfile = fopen(argv[2], "wb")))
135 vpx_img_write(img, outfile);
151 fclose(outfile);
H A Ddecode_with_partial_drops.c196 FILE *infile, *outfile; local
212 die("Usage: %s <infile> <outfile> [-t <num threads>] <N-M|N/M|L,S>\n",
233 if(!(outfile = fopen(argv[2], "wb")))
315 outfile);
325 fclose(outfile);
H A Dvp8_multi_resolution_encoder.c132 static void write_ivf_file_header(FILE *outfile, argument
153 (void) fwrite(header, 1, 32, outfile);
156 static void write_ivf_frame_header(FILE *outfile, argument
170 (void) fwrite(header, 1, 12, outfile);
175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
235 outfile[i] = NULL;
239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
324 if(outfile[i])
325 write_ivf_file_header(outfile[
[all...]
H A Dvpx_temporal_scalable_patterns.c432 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]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dresize_test.cc38 int frame_cnt, FILE *const outfile) {
55 (void)fwrite(header, 1, 32, outfile);
58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) { argument
61 (void)fwrite(header, 1, 4, outfile);
65 FILE *const outfile) {
77 (void)fwrite(header, 1, 12, outfile);
37 write_ivf_file_header(const vpx_codec_enc_cfg_t *const cfg, int frame_cnt, FILE *const outfile) argument
64 write_ivf_frame_header(const vpx_codec_cx_pkt_t *const pkt, FILE *const outfile) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h91 FILE *outfile; member in struct:venc_debug_cap
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h97 FILE *outfile; member in struct:venc_debug_cap
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h309 FILE *outfile; member in struct:debug_cap
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h303 FILE *outfile; member in struct:debug_cap
H A Domx_vdec_hevc_swvdec.h302 FILE *outfile; member in struct:debug_cap

Completed in 519 milliseconds