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

  /external/chromium_org/content/common/gpu/media/
h264_bit_reader.cc 12 num_remaining_bits_in_curr_byte_(0), prev_two_bytes_(0),
28 prev_two_bytes_ = 0xffff;
40 if (*data_ == 0x03 && (prev_two_bytes_ & 0xffff) == 0) {
46 prev_two_bytes_ = 0xffff;
57 prev_two_bytes_ = (prev_two_bytes_ << 8) | curr_byte_;
h264_bit_reader.h 69 int prev_two_bytes_; member in class:content::H264BitReader

Completed in 35 milliseconds