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

  /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/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...]
  /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

Completed in 471 milliseconds