Searched refs:rkvdec_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/media/rkvdec/ |
D | rkvdec.h | 25 struct rkvdec_ctx; 64 int (*adjust_fmt)(struct rkvdec_ctx *ctx, 66 int (*start)(struct rkvdec_ctx *ctx); 67 void (*stop)(struct rkvdec_ctx *ctx); 68 int (*run)(struct rkvdec_ctx *ctx); 69 void (*done)(struct rkvdec_ctx *ctx, struct vb2_v4l2_buffer *src_buf, 95 struct rkvdec_ctx { struct 105 static inline struct rkvdec_ctx *fh_to_rkvdec_ctx(struct v4l2_fh *fh) in fh_to_rkvdec_ctx() argument 107 return container_of(fh, struct rkvdec_ctx, fh); in fh_to_rkvdec_ctx() 116 void rkvdec_run_preamble(struct rkvdec_ctx *ctx, struct rkvdec_run *run); [all …]
|
D | rkvdec.c | 127 static void rkvdec_reset_fmt(struct rkvdec_ctx *ctx, struct v4l2_format *f, in rkvdec_reset_fmt() 139 static void rkvdec_reset_coded_fmt(struct rkvdec_ctx *ctx) in rkvdec_reset_coded_fmt() 154 static void rkvdec_reset_decoded_fmt(struct rkvdec_ctx *ctx) in rkvdec_reset_decoded_fmt() 204 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_try_capture_fmt() 245 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_try_output_fmt() 278 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_s_fmt() 294 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_s_capture_fmt() 308 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_s_output_fmt() 358 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_g_output_fmt() 367 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_g_capture_fmt() [all …]
|
D | rkvdec-h264.c | 635 static void assemble_hw_pps(struct rkvdec_ctx *ctx, in assemble_hw_pps() 728 static void assemble_hw_rps(struct rkvdec_ctx *ctx, in assemble_hw_rps() 791 static void assemble_hw_scaling_list(struct rkvdec_ctx *ctx, in assemble_hw_scaling_list() 858 get_ref_buf(struct rkvdec_ctx *ctx, struct rkvdec_h264_run *run, in get_ref_buf() 880 static void config_registers(struct rkvdec_ctx *ctx, in config_registers() 1012 static int rkvdec_h264_adjust_fmt(struct rkvdec_ctx *ctx, in rkvdec_h264_adjust_fmt() 1023 static int rkvdec_h264_start(struct rkvdec_ctx *ctx) in rkvdec_h264_start() 1054 static void rkvdec_h264_stop(struct rkvdec_ctx *ctx) in rkvdec_h264_stop() 1064 static void rkvdec_h264_run_preamble(struct rkvdec_ctx *ctx, in rkvdec_h264_run_preamble() 1085 static int rkvdec_h264_run(struct rkvdec_ctx *ctx) in rkvdec_h264_run()
|