Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c156 mux->first_pcr_ts = G_MININT64; in tsmux_new()
850 if (mux->first_pcr_ts != G_MININT64) { in tsmux_packet_out()
1341 if (mux->first_pcr_ts == G_MININT64) { in get_current_pcr()
1343 mux->first_pcr_ts = cur_ts; in get_current_pcr()
1347 return ts_to_pcr (mux->first_pcr_ts) + in get_current_pcr()
1359 if (mux->first_pcr_ts == G_MININT64) { in get_next_pcr()
1361 mux->first_pcr_ts = cur_ts; in get_next_pcr()
1365 return ts_to_pcr (mux->first_pcr_ts) + in get_next_pcr()
Dtsmux.h191 gint64 first_pcr_ts; member