Searched refs:visl_ctx (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/media/test-drivers/visl/ |
D | visl.h | 140 struct visl_ctx { struct 164 static inline struct visl_ctx *visl_file_to_ctx(struct file *file) in visl_file_to_ctx() argument 166 return container_of(file->private_data, struct visl_ctx, fh); in visl_file_to_ctx() 169 static inline struct visl_ctx *visl_v4l2fh_to_ctx(struct v4l2_fh *v4l2_fh) in visl_v4l2fh_to_ctx() 171 return container_of(v4l2_fh, struct visl_ctx, fh); in visl_v4l2fh_to_ctx() 174 void *visl_find_control_data(struct visl_ctx *ctx, u32 id); 175 struct v4l2_ctrl *visl_find_control(struct visl_ctx *ctx, u32 id); 176 u32 visl_control_num_elems(struct visl_ctx *ctx, u32 id);
|
D | visl-video.c | 20 static void visl_set_current_codec(struct visl_ctx *ctx) in visl_set_current_codec() 53 static void visl_print_fmt(struct visl_ctx *ctx, const struct v4l2_format *f) in visl_print_fmt() 81 static int visl_tpg_init(struct visl_ctx *ctx) in visl_tpg_init() 266 static void visl_reset_coded_fmt(struct visl_ctx *ctx) in visl_reset_coded_fmt() 287 static int visl_reset_decoded_fmt(struct visl_ctx *ctx) in visl_reset_decoded_fmt() 307 int visl_set_default_format(struct visl_ctx *ctx) in visl_set_default_format() 313 static struct visl_q_data *get_q_data(struct visl_ctx *ctx, in get_q_data() 343 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_enum_fmt_vid_cap() 365 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_cap() 374 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_out() [all …]
|
D | visl-debugfs.h | 18 void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run); 35 static inline void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run) {} in visl_trace_bitstream()
|
D | visl-dec.h | 70 int visl_dec_start(struct visl_ctx *ctx); 71 int visl_dec_stop(struct visl_ctx *ctx);
|
D | visl-core.c | 240 struct v4l2_ctrl *visl_find_control(struct visl_ctx *ctx, u32 id) in visl_find_control() 247 void *visl_find_control_data(struct visl_ctx *ctx, u32 id) in visl_find_control_data() 258 u32 visl_control_num_elems(struct visl_ctx *ctx, u32 id) in visl_control_num_elems() 282 static int visl_init_ctrls(struct visl_ctx *ctx) in visl_init_ctrls() 318 struct visl_ctx *ctx = NULL; in visl_open() 376 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_release()
|
D | visl-video.h | 25 int visl_set_default_format(struct visl_ctx *ctx);
|
D | visl-dec.c | 61 static void visl_get_ref_frames(struct visl_ctx *ctx, u8 *buf, in visl_get_ref_frames() 270 static void visl_tpg_fill_sequence(struct visl_ctx *ctx, in visl_tpg_fill_sequence() 298 static bool visl_tpg_fill_codec_specific(struct visl_ctx *ctx, in visl_tpg_fill_codec_specific() 327 static void visl_tpg_fill(struct visl_ctx *ctx, struct visl_run *run) in visl_tpg_fill() 495 static void visl_trace_ctrls(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_ctrls() 562 struct visl_ctx *ctx = priv; in visl_device_run()
|
D | visl-debugfs.c | 40 void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_bitstream()
|