Lines Matching full:sequence

290 		  "sequence:%u timestamp:%lld field:%s",  in visl_tpg_fill_sequence()
291 run->dst->sequence, in visl_tpg_fill_sequence()
307 * the sequence number). in visl_tpg_fill_codec_specific()
355 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
356 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
361 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
362 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
370 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", line_str); in visl_tpg_fill()
373 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
388 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
399 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
404 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
407 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
431 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
436 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
450 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
461 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
466 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
469 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
490 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
576 run.dst->sequence = ctx->q_data[V4L2_M2M_DST].sequence++; in visl_device_run()
577 run.src->sequence = ctx->q_data[V4L2_M2M_SRC].sequence++; in visl_device_run()
623 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
624 "Got OUTPUT buffer sequence %d, timestamp %llu\n", in visl_device_run()
625 run.src->sequence, run.src->vb2_buf.timestamp); in visl_device_run()
627 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
628 "Got CAPTURE buffer sequence %d, timestamp %llu\n", in visl_device_run()
629 run.dst->sequence, run.dst->vb2_buf.timestamp); in visl_device_run()
635 run.dst->sequence >= bitstream_trace_frame_start && in visl_device_run()
636 run.dst->sequence < bitstream_trace_frame_start + bitstream_trace_nframes) in visl_device_run()