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

  /external/chromium_org/media/mp4/
mp4_stream_parser.h 95 // |moof_head_| is the offset of the start of the most recently parsed moof
98 int64 moof_head_; member in class:media::mp4::MP4StreamParser
mp4_stream_parser.cc 29 moof_head_(0),
73 moof_head_ = 0;
103 int64 max_clear = runs_->GetMaxClearOffset() + moof_head_;
136 moof_head_ = queue_.head();
451 queue_.PeekAt(runs_->aux_info_offset() + moof_head_, &buf, &buf_size);
457 queue_.PeekAt(runs_->sample_offset() + moof_head_, &buf, &buf_size);

Completed in 340 milliseconds