Lines Matching refs:visl_ctx

20 static void visl_set_current_codec(struct visl_ctx *ctx)  in visl_set_current_codec()
50 static void visl_print_fmt(struct visl_ctx *ctx, const struct v4l2_format *f) in visl_print_fmt()
78 static int visl_tpg_init(struct visl_ctx *ctx) in visl_tpg_init()
248 static void visl_reset_coded_fmt(struct visl_ctx *ctx) in visl_reset_coded_fmt()
269 static int visl_reset_decoded_fmt(struct visl_ctx *ctx) in visl_reset_decoded_fmt()
289 int visl_set_default_format(struct visl_ctx *ctx) in visl_set_default_format()
295 static struct visl_q_data *get_q_data(struct visl_ctx *ctx, in get_q_data()
325 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_enum_fmt_vid_cap()
347 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_cap()
356 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_out()
366 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_try_fmt_vid_cap()
421 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_s_fmt_vid_out()
461 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_s_fmt_vid_cap()
484 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_enum_framesizes()
541 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_setup()
580 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_cleanup()
617 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_buf_prepare()
639 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_start_streaming()
669 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_stop_streaming()
681 struct visl_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in visl_buf_queue()
688 struct visl_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in visl_buf_request_complete()
708 struct visl_ctx *ctx = priv; in visl_queue_init()
741 struct visl_ctx *ctx = NULL; in visl_request_validate()