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

  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy_unittest.cc 77 EXPECT_EQ(a.rtp_stats.padding_bytes, b.rtp_stats.padding_bytes);
180 counters.padding_bytes = offset + 3;
call_tests.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc 400 uint8_t padding_bytes,
410 AssignUWord8(buffer, pos, padding_bytes * 8);
414 memset(buffer + *pos, 0, padding_bytes);
415 *pos += padding_bytes;
receive_statistics_impl.cc 86 receive_counters_.padding_bytes += header.paddingLength;
309 receive_counters_.padding_bytes;
receive_statistics_unittest.cc 246 EXPECT_EQ(padding, stats_.padding_bytes);
rtp_sender.cc 846 counters->padding_bytes += header.paddingLength;
    [all...]
rtp_sender_unittest.cc     [all...]
  /external/chromium_org/media/cast/rtcp/
rtcp_sender.cc 369 uint8 padding_bytes = 4 - ((2 + bytes_required) % 4); local
370 if (padding_bytes == 4) {
371 padding_bytes = 0;
374 big_endian_writer.WriteU8(padding_bytes * 8);
386 for (int j = 0; j < padding_bytes; ++j) {
  /external/chromium_org/third_party/webrtc/
common_types.h 223 padding_bytes(0),
230 uint32_t padding_bytes; // Number of padding bytes. member in struct:webrtc::StreamDataCounters
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 778 const size_t padding_bytes = unaligned_hole_size - hole_size; local
779 CHECK(padding_bytes % sizeof(other_relocations[0]) == 0);
780 const size_t required = padding_bytes / sizeof(other_relocations[0]);
    [all...]

Completed in 84 milliseconds