Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c92 struct vicodec_ctx { struct
133 static inline struct vicodec_ctx *file2ctx(struct file *file) in file2ctx() argument
135 return container_of(file->private_data, struct vicodec_ctx, fh); in file2ctx()
138 static struct vicodec_q_data *get_q_data(struct vicodec_ctx *ctx, in get_q_data()
155 static void encode(struct vicodec_ctx *ctx, in encode()
225 static int decode(struct vicodec_ctx *ctx, in decode()
290 static int device_process(struct vicodec_ctx *ctx, in device_process()
353 struct vicodec_ctx *ctx = priv; in device_run()
396 static void job_remove_out_buf(struct vicodec_ctx *ctx, u32 state) in job_remove_out_buf()
415 struct vicodec_ctx *ctx = priv; in job_ready()
[all …]