Lines Matching full:sequence

261 		  "stream time: %02d:%02d:%02d:%03d sequence:%u timestamp:%lld field:%s",  in visl_tpg_fill_sequence()
266 run->dst->sequence, in visl_tpg_fill_sequence()
301 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
302 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
309 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", line_str); in visl_tpg_fill()
312 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
327 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
338 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
342 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
345 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
369 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
373 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
387 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
398 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
402 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
405 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
426 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
511 run.dst->sequence = ctx->q_data[V4L2_M2M_DST].sequence++; in visl_device_run()
512 run.src->sequence = ctx->q_data[V4L2_M2M_SRC].sequence++; in visl_device_run()
558 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
559 "Got OUTPUT buffer sequence %d, timestamp %llu\n", in visl_device_run()
560 run.src->sequence, run.src->vb2_buf.timestamp); in visl_device_run()
562 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
563 "Got CAPTURE buffer sequence %d, timestamp %llu\n", in visl_device_run()
564 run.dst->sequence, run.dst->vb2_buf.timestamp); in visl_device_run()
570 run.dst->sequence >= bitstream_trace_frame_start && in visl_device_run()
571 run.dst->sequence < bitstream_trace_frame_start + bitstream_trace_nframes) in visl_device_run()