Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3063 guint64 traf_offset = 0, prev_trun_end; in gst_dash_demux_find_sync_samples() local
3079 traf_offset = traf->tfhd.base_data_offset; in gst_dash_demux_find_sync_samples()
3081 traf_offset = dash_stream->moof_offset; in gst_dash_demux_find_sync_samples()
3083 traf_offset = prev_traf_end; in gst_dash_demux_find_sync_samples()
3086 prev_trun_end = traf_offset; in gst_dash_demux_find_sync_samples()
3094 trun_offset = traf_offset + trun->data_offset; in gst_dash_demux_find_sync_samples()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h865 guint64 traf_offset; member
Datoms.c4567 if (offset == moof->traf_offset) in atom_moof_set_base_offset()
4578 moof->traf_offset = offset; in atom_moof_set_base_offset()