Home
last modified time | relevance | path

Searched refs:moof_offset (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h93 uint64_t moof_offset; member
138 int64_t moof_offset; member
Dmov.c1244 int64_t moof_offset; in search_frag_moof_offset() local
1248 frag_index->item[frag_index->nb_items - 1].moof_offset < offset) in search_frag_moof_offset()
1256 moof_offset = frag_index->item[m].moof_offset; in search_frag_moof_offset()
1257 if (moof_offset >= offset) in search_frag_moof_offset()
1259 if (moof_offset <= offset) in search_frag_moof_offset()
1343 c->frag_index.item[index].moof_offset == offset) in update_frag_index()
1385 item->moof_offset = offset; in update_frag_index()
1427 c->fragment.moof_offset = c->fragment.implicit_offset = avio_tell(pb) - 8; in mov_read_moof()
1428 av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset); in mov_read_moof()
1429 c->frag_index.current = update_frag_index(c, c->fragment.moof_offset); in mov_read_moof()
[all …]
Dmovenc.c4471 MOVTrack *track, int64_t moof_offset) in mov_write_tfhd_tag() argument
4506 avio_wb64(pb, moof_offset); in mov_write_tfhd_tag()
4729 MOVTrack *track, int64_t moof_offset, in mov_write_traf_tag() argument
4737 mov_write_tfhd_tag(pb, mov, track, moof_offset); in mov_write_traf_tag()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.h93 guint64 moof_offset, moof_size; member
Dgstdashdemux.c2886 dash_stream->moof_offset = in gst_dash_demux_parse_isobmff()
3058 prev_traf_end = dash_stream->moof_offset; in gst_dash_demux_find_sync_samples()
3081 traf_offset = dash_stream->moof_offset; in gst_dash_demux_find_sync_samples()
3216 if (dash_stream->moof_offset + dash_stream->moof_size + 8 < in gst_dash_demux_find_sync_samples()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c231 guint64 moof_offset; member
2076 qtdemux->moof_offset = 0; in gst_qtdemux_reset()
3256 guint32 d_sample_flags, gint64 moof_offset, gint64 moof_length, in qtdemux_parse_trun() argument
3278 if (stream->pending_seek && moof_offset < stream->pending_seek->moof_offset) { in qtdemux_parse_trun()
3306 *base_offset = moof_offset; in qtdemux_parse_trun()
3314 *base_offset = moof_offset + moof_length + 8; in qtdemux_parse_trun()
3621 *base_offset = qtdemux->moof_offset; in qtdemux_parse_tfhd()
4045 guint64 moof_offset, QtDemuxStream * stream) in qtdemux_parse_moof() argument
4126 if (base_offset > -1 && base_offset > qtdemux->moof_offset) in qtdemux_parse_moof()
4127 offset += (guint64) (base_offset - qtdemux->moof_offset); in qtdemux_parse_moof()
[all …]
Dqtdemux_dump.c683 guint64 time = 0, moof_offset = 0; in qtdemux_dump_tfra() local
712 qt_atom_parser_get_offset (data, value_size, &moof_offset); in qtdemux_dump_tfra()
715 depth, "", moof_offset); in qtdemux_dump_tfra()
Dqtdemux.h154 guint64 moof_offset; member
Datoms.h898 guint64 moof_offset; member
Datoms.c5178 entry.moof_offset = 0; in atom_tfra_add_entry()
5208 if (entry->moof_offset) in atom_tfra_update_offset()
5210 entry->moof_offset = offset; in atom_tfra_update_offset()
5238 prop_copy_uint64 (entry->moof_offset, buffer, size, offset); in atom_tfra_copy_data()
5241 prop_copy_uint32 (entry->moof_offset, buffer, size, offset); in atom_tfra_copy_data()
/third_party/gstreamer/gstplugins_good/
DChangeLog7171 reset the moof_offset back to its original value like is done in the