Searched defs:test_bytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); local
124 while (ref_bytes == frame_length && test_bytes == frame_length) {
148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp);
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.cc113 int test_bytes = fread(test, 1, frame_length, test_fp); local
114 while (ref_bytes == frame_length && test_bytes == frame_length) {
135 test_bytes = fread(test, 1, frame_length, test_fp);
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc113 int test_bytes = fread(test, 1, frame_length, test_fp); local
114 while (ref_bytes == frame_length && test_bytes == frame_length) {
135 test_bytes = fread(test, 1, frame_length, test_fp);
/external/netperf/
H A Dnetsh.c163 test_bytes, /* test ends on byte count */ variable
415 test_bytes = 0; /* test ends on byte count */
697 test_bytes = test_trans = 0;
699 test_bytes = -1 * test_time;
700 test_trans = test_bytes;
1002 test_bytes,

Completed in 405 milliseconds