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

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.cc36 int64 aux_info_start_offset; // Only valid if aux_info_total_size > 0. member in struct:media::mp4::TrackRunInfo
53 aux_info_start_offset(-1),
180 int64 a_aux = a.aux_info_total_size ? a.aux_info_start_offset : kint64max;
181 int64 b_aux = b.aux_info_total_size ? b.aux_info_start_offset : kint64max;
276 tri.aux_info_start_offset = traf.auxiliary_offset.offsets[j];
300 tri.aux_info_start_offset = -1;
432 offset = std::min(offset, next_run->aux_info_start_offset);
450 return run_itr_->aux_info_start_offset;

Completed in 342 milliseconds