Home
last modified time | relevance | path

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

/linux-4.4.14/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()
788 static void exynos4_jpeg_parse_decode_h_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_h_tbl()
825 static void exynos4_jpeg_parse_huff_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_huff_tbl()
884 static void exynos4_jpeg_parse_decode_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_q_tbl()
915 static void exynos4_jpeg_parse_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_q_tbl()
[all …]
Djpeg-core.h226 struct s5p_jpeg_ctx { struct