Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h207 guint64 first_mdat; member
Dqtdemux.c2029 qtdemux->first_mdat = -1; in gst_qtdemux_reset()
7251 if (fourcc == FOURCC_mdat && demux->first_mdat == -1) { in gst_qtdemux_process_adapter()
7252 demux->first_mdat = old; in gst_qtdemux_process_adapter()
7254 demux->first_mdat); in gst_qtdemux_process_adapter()
7511 if (demux->got_moov && demux->first_mdat != -1 in gst_qtdemux_process_adapter()
7516 res = qtdemux_seek_offset (demux, demux->first_mdat); in gst_qtdemux_process_adapter()
7518 demux->offset = demux->first_mdat; in gst_qtdemux_process_adapter()