Searched refs:next_pat_pcr (Results 1 – 2 of 2) sorted by relevance
140 mux->next_pat_pcr = -1; in tsmux_new()279 mux->next_pat_pcr = -1; in tsmux_resend_pat()1404 if (mux->next_pat_pcr == -1 || mux->pat_changed) in rewrite_si()1406 else if (next_pcr > mux->next_pat_pcr) in rewrite_si()1412 if (mux->next_pat_pcr == -1) in rewrite_si()1413 mux->next_pat_pcr = next_pcr + mux->pat_interval * 300; in rewrite_si()1415 mux->next_pat_pcr += mux->pat_interval * 300; in rewrite_si()
160 gint64 next_pat_pcr; member