Searched defs:rkvdec_h264_run (Results 1 – 1 of 1) sorted by relevance
106 struct rkvdec_h264_run { struct107 struct rkvdec_run base;108 const struct v4l2_ctrl_h264_decode_params *decode_params;109 const struct v4l2_ctrl_h264_sps *sps;110 const struct v4l2_ctrl_h264_pps *pps;111 const struct v4l2_ctrl_h264_scaling_matrix *scaling_matrix;112 struct vb2_buffer *ref_buf[V4L2_H264_NUM_DPB_ENTRIES];1139 static int rkvdec_h264_run(struct rkvdec_ctx *ctx) in rkvdec_h264_run() function