Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video/
Dsend_statistics_proxy_unittest.cc68 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()
Dend_to_end_tests.cc1397 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/
Delf_file.cc1028 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/
Drtp_sender_unittest.cc955 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()
Dreceive_statistics_impl.cc86 receive_counters_.padding_bytes += header.paddingLength; in UpdateCounters()
310 receive_counters_.padding_bytes; in GetDataCounters()
Drtcp_packet.cc422 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()
Dreceive_statistics_unittest.cc245 EXPECT_EQ(padding, stats_.padding_bytes); in ExpectMatches()
Drtp_rtcp_impl.cc828 *bytes_sent = rtp_stats.bytes + rtp_stats.padding_bytes + in DataCountersRTP()
830 rtx_stats.padding_bytes + rtx_stats.header_bytes; in DataCountersRTP()
Drtp_sender.cc874 counters->padding_bytes += header.paddingLength; in UpdateRtpStats()
/external/chromium_org/third_party/webrtc/
Dcommon_types.h223 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/
Dwebrtcvideoengine2.cc1647 stream_stats.rtp_stats.padding_bytes; in GetVideoSenderInfo()
1825 stats.rtp_stats.padding_bytes; in GetVideoReceiverInfo()