Lines Matching refs:visl_ctx

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()
384 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_try_fmt_vid_cap()
439 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_s_fmt_vid_out()
479 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_s_fmt_vid_cap()
502 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_enum_framesizes()
560 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_setup()
599 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_cleanup()
636 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_buf_prepare()
658 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_start_streaming()
688 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_stop_streaming()
700 struct visl_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in visl_buf_queue()
707 struct visl_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in visl_buf_request_complete()
727 struct visl_ctx *ctx = priv; in visl_queue_init()
760 struct visl_ctx *ctx = NULL; in visl_request_validate()