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

  /external/webrtc/webrtc/base/
bitbuffer.cc 77 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() {
83 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_;
114 const uint8_t* bytes = bytes_ + byte_offset_;
153 byte_offset_ += (bit_offset_ + bit_count) / 8;
164 size_t original_byte_offset = byte_offset_;
207 *out_byte_offset = byte_offset_;
216 byte_offset_ = byte_offset;
246 uint8_t* bytes = writable_bytes_ + byte_offset_;
bitbuffer.h 84 size_t byte_offset_; member in class:rtc::BitBuffer

Completed in 32 milliseconds