Searched refs:padding_bytes (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 68 EXPECT_EQ(a.rtp_stats.padding_bytes, b.rtp_stats.padding_bytes); in ExpectEqual() 195 counters.padding_bytes = offset + 3; in TEST_F() 210 counters.padding_bytes = offset + 3; in TEST_F()
|
D | end_to_end_tests.cc | 1397 stats.rtp_stats.padding_bytes != 0 || in TEST_F() 1433 stream_stats.rtp_stats.padding_bytes != 0 || in TEST_F()
|
/external/chromium_org/tools/relocation_packer/src/ |
D | elf_file.cc | 1028 size_t padding_bytes = unaligned_hole_size - hole_size; in PackTypedRelocations() local 1029 if (padding_bytes == 0 && other_relocations.size() == 0) { in PackTypedRelocations() 1031 padding_bytes += sizeof(relative_relocations[0]); in PackTypedRelocations() 1032 } while (padding_bytes % kPreserveAlignment); in PackTypedRelocations() 1034 CHECK(padding_bytes % sizeof(other_relocations[0]) == 0); in PackTypedRelocations() 1035 const size_t padding = padding_bytes / sizeof(other_relocations[0]); in PackTypedRelocations()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_unittest.cc | 955 counters_.padding_bytes == padding && in TEST_F() 1164 EXPECT_EQ(rtp_stats.padding_bytes, 0u); in TEST_F() 1167 EXPECT_EQ(rtx_stats.padding_bytes, 2 * kMaxPaddingSize); in TEST_F() 1170 rtp_stats.bytes + rtp_stats.header_bytes + rtp_stats.padding_bytes + in TEST_F() 1172 rtx_stats.padding_bytes); in TEST_F()
|
D | receive_statistics_impl.cc | 86 receive_counters_.padding_bytes += header.paddingLength; in UpdateCounters() 310 receive_counters_.padding_bytes; in GetDataCounters()
|
D | rtcp_packet.cc | 422 uint8_t padding_bytes, in CreateRpsi() argument 432 AssignUWord8(buffer, pos, padding_bytes * 8); in CreateRpsi() 436 memset(buffer + *pos, 0, padding_bytes); in CreateRpsi() 437 *pos += padding_bytes; in CreateRpsi()
|
D | receive_statistics_unittest.cc | 245 EXPECT_EQ(padding, stats_.padding_bytes); in ExpectMatches()
|
D | rtp_rtcp_impl.cc | 828 *bytes_sent = rtp_stats.bytes + rtp_stats.padding_bytes + in DataCountersRTP() 830 rtx_stats.padding_bytes + rtx_stats.header_bytes; in DataCountersRTP()
|
D | rtp_sender.cc | 874 counters->padding_bytes += header.paddingLength; in UpdateRtpStats()
|
/external/chromium_org/third_party/webrtc/ |
D | common_types.h | 223 padding_bytes(0), in StreamDataCounters() 231 uint32_t padding_bytes; // Number of padding bytes. member
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine2.cc | 1647 stream_stats.rtp_stats.padding_bytes; in GetVideoSenderInfo() 1825 stats.rtp_stats.padding_bytes; in GetVideoReceiverInfo()
|