Lines Matching refs:buf_info
1641 MqStreamBuf *buf_info = NULL; in handle_mq_output() local
1823 buf_info = g_queue_pop_tail (&ctx->queued_bufs); in handle_mq_output()
1824 if (buf_info == NULL) { in handle_mq_output()
1831 if (buf_info->keyframe && splitmux->queued_keyframes > 0 && ctx->is_reference) in handle_mq_output()
1834 ctx->out_running_time = buf_info->run_ts; in handle_mq_output()
1840 pad, GST_STIME_ARGS (ctx->out_running_time), buf_info->buf_size); in handle_mq_output()
1846 splitmux->muxed_out_bytes += buf_info->buf_size; in handle_mq_output()
1874 mq_stream_buf_free (buf_info); in handle_mq_output()
2822 MqStreamBuf *buf_info = NULL; in handle_mq_input() local
2947 buf_info = mq_stream_buf_new (); in handle_mq_input()
3011 buf_info->run_ts = ctx->in_running_time; in handle_mq_input()
3012 buf_info->buf_size = gst_buffer_get_size (buf); in handle_mq_input()
3013 buf_info->duration = GST_BUFFER_DURATION (buf); in handle_mq_input()
3144 G_GUINT64_FORMAT, GST_STIME_ARGS (buf_info->run_ts), in handle_mq_input()
3266 buf_info->keyframe = keyframe; in handle_mq_input()
3277 gop->total_bytes += buf_info->buf_size; in handle_mq_input()
3279 gop->reference_bytes += buf_info->buf_size; in handle_mq_input()
3284 g_queue_push_head (&ctx->queued_bufs, buf_info); in handle_mq_input()
3295 if (buf_info) in handle_mq_input()
3296 mq_stream_buf_free (buf_info); in handle_mq_input()