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

  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 30 mdat_tail_(0),
74 mdat_tail_ = 0;
140 mdat_tail_ = queue_.head() + reader->size();
416 if (!queue_.Trim(mdat_tail_))
550 while (mdat_tail_ < offset) {
553 queue_.PeekAt(mdat_tail_, &buf, &size);
565 mdat_tail_ += box_sz;
567 queue_.Trim(std::min(mdat_tail_, offset));
mp4_stream_parser.h 60 // to |offset|, updating the |mdat_tail_| value so that framing can be
99 // |mdat_tail_| is the stream offset of the end of the current 'mdat' box.
101 int64 mdat_tail_; member in class:media::mp4::MP4StreamParser

Completed in 1218 milliseconds