HomeSort by relevance Sort by last modified time
    Searched refs:frame_cnt (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
decode_with_drops.c 76 int frame_cnt = 0; local
126 ++frame_cnt;
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
129 (!is_range && m - (frame_cnt - 1) % m <= n);
143 printf("Processed %d frames.\n", frame_cnt);
postproc.c 63 int frame_cnt = 0; local
106 ++frame_cnt;
108 if (frame_cnt % 30 == 1) {
113 } else if (frame_cnt % 30 == 16) {
129 printf("Processed %d frames.\n", frame_cnt);
simple_decoder.c 101 int frame_cnt = 0; local
142 ++frame_cnt;
146 printf("Processed %d frames.\n", frame_cnt);
decode_to_md5.c 82 int frame_cnt = 0; local
127 img->d_w, img->d_h, ++frame_cnt);
131 printf("Processed %d frames.\n", frame_cnt);
vpx_temporal_svc_encoder.c 90 int frame_cnt) {
93 printf("Total number of processed frames: %d\n\n", frame_cnt -1);
119 if ((frame_cnt - 1) != tot_num_frames)
435 int frame_cnt = 0; local
603 cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
607 flags = layer_flags[frame_cnt % flag_periodicity];
627 for (i = cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
634 if (i == cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity] &&
648 ++frame_cnt;
652 printout_rate_control_summary(&rc, &cfg, frame_cnt);
    [all...]
vp8_multi_resolution_encoder.c 134 int frame_cnt) {
150 mem_put_le32(header+24, frame_cnt); /* length */
178 vpx_codec_pts_t frame_cnt = 0; local
390 frame_cnt, 1, flags, arg_deadline))
430 frame_cnt++;
436 printf("Processed %ld frames.\n",(long int)frame_cnt-1);
465 write_ivf_file_header(outfile[i], &cfg[i], frame_cnt-1);
  /external/libvpx/libvpx/examples/
decode_with_drops.c 76 int frame_cnt = 0; local
126 ++frame_cnt;
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
129 (!is_range && m - (frame_cnt - 1) % m <= n);
143 printf("Processed %d frames.\n", frame_cnt);
postproc.c 63 int frame_cnt = 0; local
106 ++frame_cnt;
108 if (frame_cnt % 30 == 1) {
113 } else if (frame_cnt % 30 == 16) {
129 printf("Processed %d frames.\n", frame_cnt);
simple_decoder.c 101 int frame_cnt = 0; local
142 ++frame_cnt;
146 printf("Processed %d frames.\n", frame_cnt);
decode_with_partial_drops.c 198 int flags = 0, frame_cnt = 0; local
257 frame_cnt++;
261 die("Frame %d failed to read complete frame", frame_cnt);
270 if (m - (frame_cnt-1)%m <= n)
276 if (frame_cnt >= n && frame_cnt <= m)
321 printf("Processed %d frames.\n",frame_cnt);
decode_to_md5.c 82 int frame_cnt = 0; local
127 img->d_w, img->d_h, ++frame_cnt);
131 printf("Processed %d frames.\n", frame_cnt);
vpx_temporal_scalable_patterns.c 90 int frame_cnt) {
93 printf("Total number of processed frames: %d\n\n", frame_cnt -1);
119 if ((frame_cnt - 1) != tot_num_frames)
435 int frame_cnt = 0; local
603 cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
607 flags = layer_flags[frame_cnt % flag_periodicity];
627 for (i = cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
634 if (i == cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity] &&
648 ++frame_cnt;
652 printout_rate_control_summary(&rc, &cfg, frame_cnt);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_drops.c 76 int frame_cnt = 0; local
126 ++frame_cnt;
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
129 (!is_range && m - (frame_cnt - 1) % m <= n);
143 printf("Processed %d frames.\n", frame_cnt);
postproc.c 63 int frame_cnt = 0; local
106 ++frame_cnt;
108 if (frame_cnt % 30 == 1) {
113 } else if (frame_cnt % 30 == 16) {
129 printf("Processed %d frames.\n", frame_cnt);
simple_decoder.c 101 int frame_cnt = 0; local
142 ++frame_cnt;
146 printf("Processed %d frames.\n", frame_cnt);
decode_with_partial_drops.c 198 int flags = 0, frame_cnt = 0; local
257 frame_cnt++;
261 die("Frame %d failed to read complete frame", frame_cnt);
270 if (m - (frame_cnt-1)%m <= n)
276 if (frame_cnt >= n && frame_cnt <= m)
321 printf("Processed %d frames.\n",frame_cnt);
decode_to_md5.c 82 int frame_cnt = 0; local
127 img->d_w, img->d_h, ++frame_cnt);
131 printf("Processed %d frames.\n", frame_cnt);
vpx_temporal_scalable_patterns.c 90 int frame_cnt) {
93 printf("Total number of processed frames: %d\n\n", frame_cnt -1);
119 if ((frame_cnt - 1) != tot_num_frames)
435 int frame_cnt = 0; local
603 cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
607 flags = layer_flags[frame_cnt % flag_periodicity];
627 for (i = cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity];
634 if (i == cfg.ts_layer_id[frame_cnt % cfg.ts_periodicity] &&
648 ++frame_cnt;
652 printout_rate_control_summary(&rc, &cfg, frame_cnt);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
ivfenc.h 25 int frame_cnt);
ivfenc.c 19 int frame_cnt) {
33 mem_put_le32(header + 24, frame_cnt); // length
  /external/libvpx/libvpx/
ivfenc.h 25 int frame_cnt);
ivfenc.c 19 int frame_cnt) {
33 mem_put_le32(header + 24, frame_cnt); // length
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfenc.h 25 int frame_cnt);
ivfenc.c 19 int frame_cnt) {
33 mem_put_le32(header + 24, frame_cnt); // length
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 156 int frame_cnt = 1; local
163 if (frame_cnt >= start_frame) {
171 ++frame_cnt;
180 (frame_cnt / inst.maxFramerate);
190 return frame_cnt;

Completed in 607 milliseconds

1 2