Lines Matching full:run
37 __kernel_size_t buflen, struct visl_run *run) in visl_get_ref_frames() argument
55 vb2_buf = vb2_find_buffer(cap_q, run->fwht.params->backward_ref_ts); in visl_get_ref_frames()
58 run->fwht.params->backward_ref_ts, in visl_get_ref_frames()
67 b_ref = vb2_find_buffer(cap_q, run->mpeg2.pic->backward_ref_ts); in visl_get_ref_frames()
68 f_ref = vb2_find_buffer(cap_q, run->mpeg2.pic->forward_ref_ts); in visl_get_ref_frames()
73 run->mpeg2.pic->backward_ref_ts, in visl_get_ref_frames()
75 run->mpeg2.pic->forward_ref_ts, in visl_get_ref_frames()
85 last = vb2_find_buffer(cap_q, run->vp8.frame->last_frame_ts); in visl_get_ref_frames()
86 golden = vb2_find_buffer(cap_q, run->vp8.frame->golden_frame_ts); in visl_get_ref_frames()
87 alt = vb2_find_buffer(cap_q, run->vp8.frame->alt_frame_ts); in visl_get_ref_frames()
93 run->vp8.frame->last_frame_ts, in visl_get_ref_frames()
95 run->vp8.frame->golden_frame_ts, in visl_get_ref_frames()
97 run->vp8.frame->alt_frame_ts, in visl_get_ref_frames()
107 last = vb2_find_buffer(cap_q, run->vp9.frame->last_frame_ts); in visl_get_ref_frames()
108 golden = vb2_find_buffer(cap_q, run->vp9.frame->golden_frame_ts); in visl_get_ref_frames()
109 alt = vb2_find_buffer(cap_q, run->vp9.frame->alt_frame_ts); in visl_get_ref_frames()
115 run->vp9.frame->last_frame_ts, in visl_get_ref_frames()
117 run->vp9.frame->golden_frame_ts, in visl_get_ref_frames()
119 run->vp9.frame->alt_frame_ts, in visl_get_ref_frames()
128 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) { in visl_get_ref_frames()
129 vb2_buf = vb2_find_buffer(cap_q, run->h264.dpram->dpb[i].reference_ts); in visl_get_ref_frames()
131 run->h264.dpram->dpb[i].reference_ts, in visl_get_ref_frames()
144 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) { in visl_get_ref_frames()
145 vb2_buf = vb2_find_buffer(cap_q, run->hevc.dpram->dpb[i].timestamp); in visl_get_ref_frames()
147 run->hevc.dpram->dpb[i].timestamp, in visl_get_ref_frames()
196 struct visl_run *run, char buf[], size_t bufsz) in visl_tpg_fill_sequence() argument
208 run->dst->sequence, in visl_tpg_fill_sequence()
209 run->dst->vb2_buf.timestamp, in visl_tpg_fill_sequence()
210 (run->dst->field == V4L2_FIELD_ALTERNATE) ? in visl_tpg_fill_sequence()
211 (run->dst->field == V4L2_FIELD_TOP ? in visl_tpg_fill_sequence()
215 static void visl_tpg_fill(struct visl_ctx *ctx, struct visl_run *run) in visl_tpg_fill() argument
233 &run->dst->vb2_buf, p, in visl_tpg_fill()
241 visl_tpg_fill_sequence(ctx, run, buf, TPG_STR_BUF_SZ); in visl_tpg_fill()
243 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
244 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
247 visl_get_ref_frames(ctx, buf, TPG_STR_BUF_SZ, run); in visl_tpg_fill()
251 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", line_str); in visl_tpg_fill()
254 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
269 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
280 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
284 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
287 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
304 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
308 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
322 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
333 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
337 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
340 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
354 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]); in visl_tpg_fill()
358 static void visl_trace_ctrls(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_ctrls() argument
367 trace_v4l2_ctrl_fwht_params(run->fwht.params); in visl_trace_ctrls()
370 trace_v4l2_ctrl_mpeg2_sequence(run->mpeg2.seq); in visl_trace_ctrls()
371 trace_v4l2_ctrl_mpeg2_picture(run->mpeg2.pic); in visl_trace_ctrls()
372 trace_v4l2_ctrl_mpeg2_quantisation(run->mpeg2.quant); in visl_trace_ctrls()
375 trace_v4l2_ctrl_vp8_frame(run->vp8.frame); in visl_trace_ctrls()
376 trace_v4l2_ctrl_vp8_entropy(run->vp8.frame); in visl_trace_ctrls()
379 trace_v4l2_ctrl_vp9_frame(run->vp9.frame); in visl_trace_ctrls()
380 trace_v4l2_ctrl_vp9_compressed_hdr(run->vp9.probs); in visl_trace_ctrls()
381 trace_v4l2_ctrl_vp9_compressed_coeff(run->vp9.probs); in visl_trace_ctrls()
382 trace_v4l2_vp9_mv_probs(&run->vp9.probs->mv); in visl_trace_ctrls()
385 trace_v4l2_ctrl_h264_sps(run->h264.sps); in visl_trace_ctrls()
386 trace_v4l2_ctrl_h264_pps(run->h264.pps); in visl_trace_ctrls()
387 trace_v4l2_ctrl_h264_scaling_matrix(run->h264.sm); in visl_trace_ctrls()
388 trace_v4l2_ctrl_h264_slice_params(run->h264.spram); in visl_trace_ctrls()
390 for (i = 0; i < ARRAY_SIZE(run->h264.spram->ref_pic_list0); i++) in visl_trace_ctrls()
391 trace_v4l2_h264_ref_pic_list0(&run->h264.spram->ref_pic_list0[i], i); in visl_trace_ctrls()
392 for (i = 0; i < ARRAY_SIZE(run->h264.spram->ref_pic_list0); i++) in visl_trace_ctrls()
393 trace_v4l2_h264_ref_pic_list1(&run->h264.spram->ref_pic_list1[i], i); in visl_trace_ctrls()
395 trace_v4l2_ctrl_h264_decode_params(run->h264.dpram); in visl_trace_ctrls()
397 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) in visl_trace_ctrls()
398 trace_v4l2_h264_dpb_entry(&run->h264.dpram->dpb[i], i); in visl_trace_ctrls()
400 trace_v4l2_ctrl_h264_pred_weights(run->h264.pwht); in visl_trace_ctrls()
403 trace_v4l2_ctrl_hevc_sps(run->hevc.sps); in visl_trace_ctrls()
404 trace_v4l2_ctrl_hevc_pps(run->hevc.pps); in visl_trace_ctrls()
405 trace_v4l2_ctrl_hevc_slice_params(run->hevc.spram); in visl_trace_ctrls()
406 trace_v4l2_ctrl_hevc_scaling_matrix(run->hevc.sm); in visl_trace_ctrls()
407 trace_v4l2_ctrl_hevc_decode_params(run->hevc.dpram); in visl_trace_ctrls()
409 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) in visl_trace_ctrls()
410 trace_v4l2_hevc_dpb_entry(&run->hevc.dpram->dpb[i]); in visl_trace_ctrls()
412 trace_v4l2_hevc_pred_weight_table(&run->hevc.spram->pred_weight_table); in visl_trace_ctrls()
420 struct visl_run run = {}; in visl_device_run() local
423 run.src = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in visl_device_run()
424 run.dst = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx); in visl_device_run()
427 src_req = run.src->vb2_buf.req_obj.req; in visl_device_run()
432 v4l2_m2m_buf_copy_metadata(run.src, run.dst, true); in visl_device_run()
433 run.dst->sequence = ctx->q_data[V4L2_M2M_DST].sequence++; in visl_device_run()
434 run.src->sequence = ctx->q_data[V4L2_M2M_SRC].sequence++; in visl_device_run()
435 run.dst->field = ctx->decoded_fmt.fmt.pix.field; in visl_device_run()
442 run.fwht.params = visl_find_control_data(ctx, V4L2_CID_STATELESS_FWHT_PARAMS); in visl_device_run()
445 run.mpeg2.seq = visl_find_control_data(ctx, V4L2_CID_STATELESS_MPEG2_SEQUENCE); in visl_device_run()
446 run.mpeg2.pic = visl_find_control_data(ctx, V4L2_CID_STATELESS_MPEG2_PICTURE); in visl_device_run()
447 run.mpeg2.quant = visl_find_control_data(ctx, in visl_device_run()
451 run.vp8.frame = visl_find_control_data(ctx, V4L2_CID_STATELESS_VP8_FRAME); in visl_device_run()
454 run.vp9.frame = visl_find_control_data(ctx, V4L2_CID_STATELESS_VP9_FRAME); in visl_device_run()
455 run.vp9.probs = visl_find_control_data(ctx, V4L2_CID_STATELESS_VP9_COMPRESSED_HDR); in visl_device_run()
458 run.h264.sps = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_SPS); in visl_device_run()
459 run.h264.pps = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_PPS); in visl_device_run()
460 run.h264.sm = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_SCALING_MATRIX); in visl_device_run()
461 run.h264.spram = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_SLICE_PARAMS); in visl_device_run()
462 run.h264.dpram = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_DECODE_PARAMS); in visl_device_run()
463 run.h264.pwht = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_PRED_WEIGHTS); in visl_device_run()
466 run.hevc.sps = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_SPS); in visl_device_run()
467 run.hevc.pps = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_PPS); in visl_device_run()
468 run.hevc.spram = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_SLICE_PARAMS); in visl_device_run()
469 run.hevc.sm = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_SCALING_MATRIX); in visl_device_run()
470 run.hevc.dpram = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_DECODE_PARAMS); in visl_device_run()
474 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
476 run.src->sequence, run.src->vb2_buf.timestamp); in visl_device_run()
478 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
480 run.dst->sequence, run.dst->vb2_buf.timestamp); in visl_device_run()
482 visl_tpg_fill(ctx, &run); in visl_device_run()
483 visl_trace_ctrls(ctx, &run); in visl_device_run()
486 run.dst->sequence >= bitstream_trace_frame_start && in visl_device_run()
487 run.dst->sequence < bitstream_trace_frame_start + bitstream_trace_nframes) in visl_device_run()
488 visl_trace_bitstream(ctx, &run); in visl_device_run()