Home
last modified time | relevance | path

Searched refs:cumulative_pts (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.c133 parser->cumulative_pts = in gst_isoff_qt_sidx_parser_add_data()
155 entry->pts = parser->cumulative_pts; in gst_isoff_qt_sidx_parser_add_data()
160 parser->cumulative_pts += entry->duration; in gst_isoff_qt_sidx_parser_add_data()
Dgstisoff.h87 guint64 cumulative_pts; member
Dqtdemux.c3045 check_update_duration (qtdemux, sidx_parser.cumulative_pts); in qtdemux_parse_sidx()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c876 parser->cumulative_pts = in gst_isoff_sidx_parser_parse()
898 entry->pts = parser->cumulative_pts; in gst_isoff_sidx_parser_parse()
903 parser->cumulative_pts += entry->duration; in gst_isoff_sidx_parser_parse()
Dgstisoff.h280 guint64 cumulative_pts; member