HomeSort by relevance Sort by last modified time
    Searched refs:num_dropped (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/cast/receiver/
video_decoder_unittest.cc 178 const int num_dropped = next_num_dropped++; local
180 i += num_dropped;
181 FeedMoreVideo(num_dropped);
audio_decoder_unittest.cc 226 const int num_dropped = next_num_dropped++; local
228 i += num_dropped;
229 FeedMoreAudio(kTenMilliseconds, num_dropped);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.c 106 const int num_dropped = (i > 0) ? local
125 100.0 * num_dropped / rc->layer_input_frames[i]);
  /external/libvpx/libvpx/examples/
vpx_temporal_scalable_patterns.c 97 const int num_dropped = (i > 0) ? local
116 100.0 * num_dropped / rc->layer_input_frames[i]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 97 const int num_dropped = (i > 0) ? local
116 100.0 * num_dropped / rc->layer_input_frames[i]);

Completed in 5577 milliseconds