Searched refs:s5p_jpeg_ctx (Results 1 – 2 of 2) sorted by relevance
526 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()805 static void exynos4_jpeg_parse_huff_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_huff_tbl()864 static void exynos4_jpeg_parse_decode_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_q_tbl()895 static void exynos4_jpeg_parse_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_q_tbl()[all …]
216 struct s5p_jpeg_ctx { struct