Home
last modified time | relevance | path

Searched refs:cumulative_entry_size (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.c35 parser->cumulative_entry_size = 0; in gst_isoff_qt_sidx_parser_init()
154 entry->offset = parser->cumulative_entry_size; in gst_isoff_qt_sidx_parser_add_data()
159 parser->cumulative_entry_size += entry->size; in gst_isoff_qt_sidx_parser_add_data()
Dgstisoff.h86 guint64 cumulative_entry_size; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c799 parser->cumulative_entry_size = 0; in gst_isoff_sidx_parser_init()
897 entry->offset = parser->cumulative_entry_size; in gst_isoff_sidx_parser_parse()
902 parser->cumulative_entry_size += entry->size; in gst_isoff_sidx_parser_parse()
Dgstisoff.h279 guint64 cumulative_entry_size; member