Home
last modified time | relevance | path

Searched refs:test_bytes (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics() local
124 while (ref_bytes == frame_length && test_bytes == frame_length) { in CalculateMetrics()
148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics()
/external/netperf/src/
Dnetsh.c151 test_bytes = 0, /* test ends on byte count */ variable
926 test_bytes = test_trans = 0; in scan_cmd_line()
928 test_bytes = -1 * test_time; in scan_cmd_line()
929 test_trans = test_bytes; in scan_cmd_line()
1318 test_bytes, in dump_globals()
Dnetsh.h114 test_bytes, /* test ends on byte count */
Dnettest_sctp.c540 test_bytes = send_size * msg_count; in send_sctp_stream()
542 sctp_stream_request->test_length = test_bytes; in send_sctp_stream()
643 bytes_remaining = test_bytes; in send_sctp_stream()
1663 test_bytes = send_size * msg_count; in send_sctp_stream_1toMany()
1665 sctp_stream_request->test_length = test_bytes*num_associations; in send_sctp_stream_1toMany()
1781 bytes_remaining = test_bytes * num_associations; in send_sctp_stream_1toMany()
2840 trans_remaining = test_bytes; in send_sctp_rr()
3897 trans_remaining = test_bytes * num_associations; in send_sctp_rr_1toMany()
Dnettest_bsd.c1920 tcp_stream_request->test_length = test_bytes; in send_tcp_stream()
2025 bytes_remaining = test_bytes; in send_tcp_stream()
2639 tcp_maerts_request->test_length = test_bytes; in send_tcp_maerts()
3227 tcp_stream_request->test_length = test_bytes; in send_tcp_mss()
3577 tcp_stream_request->test_length = test_bytes; in send_exs_tcp_stream()
3679 bytes_remaining = test_bytes; in send_exs_tcp_stream()
4368 tcp_stream_request->test_length = test_bytes;
4475 bytes_remaining = test_bytes;
5932 trans_remaining = test_bytes; in send_tcp_rr()
7643 trans_remaining = test_bytes; in send_udp_rr()
[all …]
Dnettest_dlpi.c596 dlpi_co_stream_request->test_length = test_bytes; in send_dlpi_co_stream()
663 bytes_remaining = test_bytes; in send_dlpi_co_stream()
1554 trans_remaining = test_bytes; in send_dlpi_co_rr()
2037 dlpi_cl_stream_request->test_length = test_bytes * -1; in send_dlpi_cl_stream()
2942 trans_remaining = test_bytes; in send_dlpi_cl_rr()
Dnettest_unix.c383 stream_stream_request->test_length = test_bytes; in send_stream_stream()
451 bytes_remaining = test_bytes; in send_stream_stream()
1255 trans_remaining = test_bytes; in send_stream_rr()
2445 trans_remaining = test_bytes; in send_dg_rr()
Dnettest_sdp.c383 sdp_stream_request->test_length = test_bytes; in send_sdp_stream()
478 bytes_remaining = test_bytes; in send_sdp_stream()
1080 sdp_maerts_request->test_length = test_bytes; in send_sdp_maerts()
2567 trans_remaining = test_bytes; in send_sdp_rr()
Dnettest_xti.c740 xti_tcp_stream_request->test_length = test_bytes; in send_xti_tcp_stream()
858 bytes_remaining = test_bytes; in send_xti_tcp_stream()
2036 trans_remaining = test_bytes; in send_xti_tcp_rr()
3768 trans_remaining = test_bytes; in send_xti_udp_rr()
5207 trans_remaining = test_bytes; in send_xti_tcp_conn_rr()
Dnettest_omni.c4101 if ((test_time) || ((test_trans == 0) && (test_bytes == 0))) { in send_omni_inner()
4112 ((test_trans == 0) && (test_bytes == 0))) in send_omni_inner()
4122 units_remaining = test_bytes; in send_omni_inner()
/external/autotest/client/tests/netperf2/
Dwait_before_data.patch58 test_bytes, /* test ends on byte count */
108 tcp_stream_request->test_length = test_bytes;