Searched refs:frame_cnt (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/examples/
H A Ddecoder_tmpl.c48 int flags = 0, frame_cnt = 0; local
79 frame_cnt++;
83 die("Frame %d failed to read complete frame", frame_cnt);
95 printf("Processed %d frames.\n",frame_cnt);
H A Dencoder_tmpl.c69 int frame_cnt) {
85 mem_put_le32(header+24, frame_cnt); /* length */
113 int frame_cnt = 0; local
174 frame_cnt++;
180 printf("Processed %d frames.\n",frame_cnt-1);
185 write_ivf_file_header(outfile, &cfg, frame_cnt-1);
67 write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, int frame_cnt) argument
/external/libvpx/
H A Dvpxenc.c403 int frame_cnt)
421 mem_put_le32(header + 24, frame_cnt); /* length */
400 write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, unsigned int fourcc, int frame_cnt) argument

Completed in 310 milliseconds