Lines Matching refs:queued_time
2333 GstClockTime queued_time, GstClockTime queued_gop_time, in need_new_fragment() argument
2404 if (thresh_time > 0 && queued_time > thresh_time) { in need_new_fragment()
2407 GST_STIME_ARGS (queued_time)); in need_new_fragment()
2505 GstClockTimeDiff queued_time = 0; in handle_gathered_gop() local
2516 queued_time = next_gop_start_time; in handle_gathered_gop()
2520 queued_gop_time = queued_time - splitmux->reference_ctx->out_running_time; in handle_gathered_gop()
2522 queued_gop_time = queued_time - gop->start_time; in handle_gathered_gop()
2528 GST_STIME_ARGS (queued_time), queued_bytes, in handle_gathered_gop()
2534 if (queued_time < splitmux->fragment_start_time) in handle_gathered_gop()
2537 queued_time -= splitmux->fragment_start_time; in handle_gathered_gop()
2538 if (queued_time < queued_gop_time) in handle_gathered_gop()
2539 queued_gop_time = queued_time; in handle_gathered_gop()
2546 if (need_new_fragment (splitmux, queued_time, queued_gop_time, queued_bytes)) { in handle_gathered_gop()
2600 splitmux->fragment_total_bytes, GST_STIME_ARGS (queued_time)); in handle_gathered_gop()
2633 GST_STIME_FORMAT, GST_STIME_ARGS (queued_time))); in handle_gathered_gop()