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

  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 112 int ref_bytes = fread(ref, 1, frame_length, ref_fp); local
114 while (ref_bytes == frame_length && test_bytes == frame_length) {
134 ref_bytes = fread(ref, 1, frame_length, ref_fp);
  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics.cc 122 size_t ref_bytes = fread(ref_buffer.get(), 1, frame_length, ref_fp); local
124 while (ref_bytes == frame_length && test_bytes == frame_length) {
147 ref_bytes = fread(ref_buffer.get(), 1, frame_length, ref_fp);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1561 scoped_ptr<uint8_t[]> ref_bytes; local
    [all...]

Completed in 147 milliseconds