Home
last modified time | relevance | path

Searched refs:cedrus_file2ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c192 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_enum_fmt()
236 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_g_fmt_vid_cap()
245 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_g_fmt_vid_out()
276 return cedrus_try_fmt_vid_cap_p(cedrus_file2ctx(file), &f->fmt.pix); in cedrus_try_fmt_vid_cap()
298 return cedrus_try_fmt_vid_out_p(cedrus_file2ctx(file), &f->fmt.pix); in cedrus_try_fmt_vid_out()
304 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_s_fmt_vid_cap()
387 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_s_fmt_vid_out()
410 return cedrus_s_fmt_vid_out_p(cedrus_file2ctx(file), &f->fmt.pix); in cedrus_s_fmt_vid_out()
H A Dcedrus.h158 static inline struct cedrus_ctx *cedrus_file2ctx(struct file *file) in cedrus_file2ctx() function
H A Dcedrus.c403 struct cedrus_ctx *ctx = cedrus_file2ctx(file); in cedrus_release()