Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c552 struct s5p_jpeg_ctx *ctx) in s5p_jpeg_adjust_fourcc_to_subsampling()
604 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
606 return container_of(c->handler, struct s5p_jpeg_ctx, ctrl_handler); in ctrl_to_ctx()
609 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
611 return container_of(fh, struct s5p_jpeg_ctx, fh); in fh_to_ctx()
614 static int s5p_jpeg_to_user_subsampling(struct s5p_jpeg_ctx *ctx) in s5p_jpeg_to_user_subsampling()
761 static struct s5p_jpeg_fmt *s5p_jpeg_find_format(struct s5p_jpeg_ctx *ctx,
763 static int s5p_jpeg_controls_create(struct s5p_jpeg_ctx *ctx);
769 struct s5p_jpeg_ctx *ctx; in s5p_jpeg_open()
832 struct s5p_jpeg_ctx *ctx = fh_to_ctx(file->private_data); in s5p_jpeg_release()
[all …]
Djpeg-core.h193 struct s5p_jpeg_ctx { struct