• Home
  • Raw
  • Download

Lines Matching refs:moof_offset

226   guint64 moof_offset;  member
2071 qtdemux->moof_offset = 0; in gst_qtdemux_reset()
3251 guint32 d_sample_flags, gint64 moof_offset, gint64 moof_length, in qtdemux_parse_trun() argument
3273 if (stream->pending_seek && moof_offset < stream->pending_seek->moof_offset) { in qtdemux_parse_trun()
3301 *base_offset = moof_offset; in qtdemux_parse_trun()
3309 *base_offset = moof_offset + moof_length + 8; in qtdemux_parse_trun()
3616 *base_offset = qtdemux->moof_offset; in qtdemux_parse_tfhd()
4040 guint64 moof_offset, QtDemuxStream * stream) in qtdemux_parse_moof() argument
4121 if (base_offset > -1 && base_offset > qtdemux->moof_offset) in qtdemux_parse_moof()
4122 offset += (guint64) (base_offset - qtdemux->moof_offset); in qtdemux_parse_moof()
4197 ds_duration, ds_size, ds_flags, moof_offset, length, &base_offset, in qtdemux_parse_moof()
4307 guint64 time = 0, moof_offset = 0; in qtdemux_parse_tfra() local
4354 qt_atom_parser_get_offset (&tfra, value_size, &moof_offset); in qtdemux_parse_tfra()
4362 " moof_offset: %" G_GUINT64_FORMAT, GST_TIME_ARGS (time), moof_offset); in qtdemux_parse_tfra()
4365 stream->ra_entries[i].moof_offset = moof_offset; in qtdemux_parse_tfra()
4369 ret = gst_qtdemux_pull_atom (qtdemux, moof_offset, 0, &buf); in qtdemux_parse_tfra()
4373 moof_offset, stream); in qtdemux_parse_tfra()
4541 if (!qtdemux->moof_offset) { in gst_qtdemux_loop_state_header()
4542 qtdemux->moof_offset = qtdemux->offset; in gst_qtdemux_loop_state_header()
6321 "%" G_GUINT64_FORMAT, GST_TIME_ARGS (entry->ts), entry->moof_offset); in gst_qtdemux_do_fragmented_seek()
6329 if (best_entry == NULL || entry->moof_offset < best_entry->moof_offset) in gst_qtdemux_do_fragmented_seek()
6368 best_entry->moof_offset, GST_TIME_ARGS (best_entry->ts)); in gst_qtdemux_do_fragmented_seek()
6370 qtdemux->moof_offset = best_entry->moof_offset; in gst_qtdemux_do_fragmented_seek()
7416 demux->moof_offset = adapter_discont_offset; in gst_qtdemux_process_adapter()
7417 if (demux->moof_offset != GST_BUFFER_OFFSET_NONE) in gst_qtdemux_process_adapter()
7418 demux->moof_offset += adapter_discont_dist; in gst_qtdemux_process_adapter()
7419 if (demux->moof_offset == GST_BUFFER_OFFSET_NONE) in gst_qtdemux_process_adapter()
7420 demux->moof_offset = demux->offset; in gst_qtdemux_process_adapter()
7422 demux->moof_offset = demux->offset; in gst_qtdemux_process_adapter()
7426 demux->moof_offset, NULL)) { in gst_qtdemux_process_adapter()
9143 offset = qtdemux->moof_offset; in qtdemux_add_fragmented_samples()
9182 qtdemux->moof_offset = offset; in qtdemux_add_fragmented_samples()
13165 offset = qtdemux->moof_offset; in qtdemux_parse_trak()
13166 qtdemux->moof_offset = 0; in qtdemux_parse_trak()
13169 qtdemux->moof_offset = offset; in qtdemux_parse_trak()
13172 qtdemux->moof_offset = offset; in qtdemux_parse_trak()
13378 qtdemux->moof_offset = 0; in qtdemux_prepare_streams()