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

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.cc30 int64 sample_start_offset; member in struct:media::mp4::TrackRunInfo
51 sample_start_offset(-1),
183 int64 a_lesser = std::min(a_aux, a.sample_start_offset);
184 int64 a_greater = std::max(a_aux, a.sample_start_offset);
185 int64 b_lesser = std::min(b_aux, b.sample_start_offset);
186 int64 b_greater = std::max(b_aux, b.sample_start_offset);
252 tri.sample_start_offset = trun.data_offset;
365 sample_offset_ = run_itr_->sample_start_offset;
430 offset = std::min(offset, next_run->sample_start_offset);

Completed in 209 milliseconds