Home
last modified time | relevance | path

Searched refs:s5p_jpeg_ctx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c526 struct s5p_jpeg_ctx *ctx) in s5p_jpeg_adjust_fourcc_to_subsampling()
578 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
580 return container_of(c->handler, struct s5p_jpeg_ctx, ctrl_handler); in ctrl_to_ctx()
583 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
585 return container_of(fh, struct s5p_jpeg_ctx, fh); in fh_to_ctx()
588 static int s5p_jpeg_to_user_subsampling(struct s5p_jpeg_ctx *ctx) in s5p_jpeg_to_user_subsampling()
765 static void exynos4_jpeg_parse_decode_h_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_h_tbl()
802 static void exynos4_jpeg_parse_huff_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_huff_tbl()
861 static void exynos4_jpeg_parse_decode_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_q_tbl()
892 static void exynos4_jpeg_parse_q_tbl(struct s5p_jpeg_ctx *ct
[all...]
H A Djpeg-core.h208 * s5p_jpeg_ctx - the device context data
224 struct s5p_jpeg_ctx { struct
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c526 struct s5p_jpeg_ctx *ctx) in s5p_jpeg_adjust_fourcc_to_subsampling()
578 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
580 return container_of(c->handler, struct s5p_jpeg_ctx, ctrl_handler); in ctrl_to_ctx()
583 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
585 return container_of(fh, struct s5p_jpeg_ctx, fh); in fh_to_ctx()
588 static int s5p_jpeg_to_user_subsampling(struct s5p_jpeg_ctx *ctx) in s5p_jpeg_to_user_subsampling()
765 static void exynos4_jpeg_parse_decode_h_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_h_tbl()
802 static void exynos4_jpeg_parse_huff_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_huff_tbl()
861 static void exynos4_jpeg_parse_decode_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_q_tbl()
892 static void exynos4_jpeg_parse_q_tbl(struct s5p_jpeg_ctx *ct
[all...]
H A Djpeg-core.h200 * struct s5p_jpeg_ctx - the device context data
216 struct s5p_jpeg_ctx { struct

Completed in 6 milliseconds