Home
last modified time | relevance | path

Searched refs:sample_start_offset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/media/mp4/
Dtrack_run_iterator.cc32 int64 sample_start_offset; member
51 sample_start_offset(-1), in TrackRunInfo()
148 int64 a_lesser = std::min(a_aux, a.sample_start_offset); in operator ()()
149 int64 a_greater = std::max(a_aux, a.sample_start_offset); in operator ()()
150 int64 b_lesser = std::min(b_aux, b.sample_start_offset); in operator ()()
151 int64 b_greater = std::max(b_aux, b.sample_start_offset); in operator ()()
215 tri.sample_start_offset = trun.data_offset; in Init()
291 sample_offset_ = run_itr_->sample_start_offset; in ResetRun()
354 offset = std::min(offset, next_run->sample_start_offset); in GetMaxClearOffset()