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

  /external/chromium_org/media/formats/mp2t/
es_parser_h264.cc 33 next_access_unit_pos_(0) {
57 next_access_unit_pos_ = 0;
96 DCHECK_LE(current_access_unit_pos_, next_access_unit_pos_);
97 DCHECK_LE(next_access_unit_pos_, es_queue_->tail());
106 if (next_access_unit_pos_ < current_access_unit_pos_)
107 next_access_unit_pos_ = current_access_unit_pos_;
114 if (next_access_unit_pos_ < current_access_unit_pos_ + kMinAUDSize) {
115 next_access_unit_pos_ = current_access_unit_pos_ + kMinAUDSize;
116 DCHECK_LE(next_access_unit_pos_, es_queue_->tail());
118 if (!FindAUD(&next_access_unit_pos_))
    [all...]
es_parser_h264.h 78 int64 next_access_unit_pos_; member in class:media::mp2t::EsParserH264

Completed in 939 milliseconds