Lines Matching refs:dpram
146 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) { in visl_get_ref_frames()
148 run->h264.dpram->dpb[i].reference_ts); in visl_get_ref_frames()
151 run->h264.dpram->dpb[i].reference_ts, in visl_get_ref_frames()
155 run->h264.dpram->dpb[i].reference_ts); in visl_get_ref_frames()
169 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) { in visl_get_ref_frames()
170 vb2_buf = vb2_find_buffer(cap_q, run->hevc.dpram->dpb[i].timestamp); in visl_get_ref_frames()
173 run->hevc.dpram->dpb[i].timestamp, in visl_get_ref_frames()
177 run->hevc.dpram->dpb[i].timestamp); in visl_get_ref_frames()
314 "H264: %u", run->h264.dpram->pic_order_cnt_lsb); in visl_tpg_fill_codec_specific()
318 "HEVC: %d", run->hevc.dpram->pic_order_cnt_val); in visl_tpg_fill_codec_specific()
532 trace_v4l2_ctrl_h264_decode_params(run->h264.dpram); in visl_trace_ctrls()
534 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) in visl_trace_ctrls()
535 trace_v4l2_h264_dpb_entry(&run->h264.dpram->dpb[i], i); in visl_trace_ctrls()
544 trace_v4l2_ctrl_hevc_decode_params(run->hevc.dpram); in visl_trace_ctrls()
546 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) in visl_trace_ctrls()
547 trace_v4l2_hevc_dpb_entry(&run->hevc.dpram->dpb[i]); in visl_trace_ctrls()
605 run.h264.dpram = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_DECODE_PARAMS); in visl_device_run()
613 run.hevc.dpram = visl_find_control_data(ctx, V4L2_CID_STATELESS_HEVC_DECODE_PARAMS); in visl_device_run()