HomeSort by relevance Sort by last modified time
    Searched full:bytes_sent (Results 26 - 47 of 47) sorted by null

12

  /external/webrtc/webrtc/audio/
audio_send_stream_unittest.cc 207 EXPECT_EQ(static_cast<int64_t>(kCallStats.bytesSent), stats.bytes_sent);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 169 int32_t DataCountersRTP(size_t* bytes_sent,
rtp_rtcp_impl.cc 580 size_t* bytes_sent,
586 if (bytes_sent) {
587 *bytes_sent = rtp_stats.transmitted.payload_bytes +
rtcp_sender.cc 845 size_t bytes_sent = container.SendPackets(); local
846 return bytes_sent == 0 ? -1 : 0;
    [all...]
  /external/netperf/src/
nettest_xti.c 528 double bytes_sent;
647 bytes_sent = 0.0;
524 double bytes_sent; local
2448 double bytes_sent; local
4543 int bytes_sent; local
5556 int bytes_sent; local
    [all...]
nettest_omni.c 356 uint64_t bytes_sent = 0; variable
    [all...]
nettest_bsd.h 286 double bytes_sent; member in struct:tcp_maerts_results_struct
netlib.c 2545 int bytes_sent; local
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 386 EXPECT_EQ(rtc::ToString<int64_t>(sinfo.bytes_sent), value_in_report);
436 voice_sender_info->bytes_sent = 100;
    [all...]
statscollector.cc 109 report->AddInt64(StatsReport::kStatsValueNameBytesSent, info.bytes_sent);
    [all...]
  /external/webrtc/talk/media/base/
videoengine_unittest.h 506 // TODO(whyuan): bytes_sent and bytes_rcvd are different. Are both payload?
507 // For webrtc, bytes_sent does not include the RTP header length.
508 EXPECT_GT(info.senders[0].bytes_sent, 0);
583 // TODO(whyuan): bytes_sent and bytes_rcvd are different. Are both payload?
584 // For webrtc, bytes_sent does not include the RTP header length.
585 EXPECT_GT(GetSenderStats(0).bytes_sent, 0);
    [all...]
mediachannel.h 590 : bytes_sent(0),
625 int64_t bytes_sent; member in struct:cricket::MediaSenderInfo
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1470 pico_Int16 bytes_sent, bytes_recv, text_remaining, out_data_type; local
    [all...]
  /external/dbus/dbus/
dbus-auth.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 467 UINT32 bytes_sent; member in struct:__anon16970
  /external/libnfc-nci/src/nfc/int/
rw_int.h 477 UINT32 bytes_sent; \/* Total bytes sent since activation *\/ member in struct:__anon17383
    [all...]
  /system/bt/stack/include/
bt_types.h 484 UINT32 bytes_sent; member in struct:__anon74136
    [all...]
  /external/ppp/pppd/
main.c 579 script_unsetenv("BYTES_SENT");
    [all...]
pppd.8     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 287 stats.bytes_sent = 345;
313 EXPECT_EQ(info.bytes_sent, stats.bytes_sent);
    [all...]
webrtcvoiceengine.cc     [all...]
webrtcvideoengine2.cc     [all...]

Completed in 1710 milliseconds

12