Searched defs:rkvdec_h264_run (Results 1 – 1 of 1) sorted by relevance
109 struct rkvdec_h264_run { struct110 struct rkvdec_run base;111 const struct v4l2_ctrl_h264_decode_params *decode_params;112 const struct v4l2_ctrl_h264_sps *sps;113 const struct v4l2_ctrl_h264_pps *pps;114 const struct v4l2_ctrl_h264_scaling_matrix *scaling_matrix;1085 static int rkvdec_h264_run(struct rkvdec_ctx *ctx) in rkvdec_h264_run() function