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

  /external/chromium_org/media/cast/rtcp/
rtcp_sender.cc 400 uint8 padding_bytes = 4 - ((2 + bytes_required) % 4); local
401 if (padding_bytes == 4) {
402 padding_bytes = 0;
405 big_endian_writer.WriteU8(padding_bytes * 8);
417 for (int j = 0; j < padding_bytes; ++j) {

Completed in 166 milliseconds