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

  /external/webrtc/webrtc/video/
vie_channel.cc 247 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
258 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
263 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
274 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
310 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
321 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
327 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
333 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 421 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes +
447 EXPECT_EQ(sum.transmitted.TotalBytes(),
448 rtp.transmitted.TotalBytes() + rtp2.transmitted.TotalBytes());
rtp_sender_unittest.cc     [all...]
  /external/webrtc/webrtc/call/
rampup_tests.cc 258 *total_sent += stream.rtp_stats.transmitted.TotalBytes() +
259 stream.rtp_stats.retransmitted.TotalBytes() +
260 stream.rtp_stats.fec.TotalBytes();
  /external/webrtc/webrtc/
common_types.h 846 size_t TotalBytes() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
wdm.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 238 milliseconds