Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c979 ctx->mode = S5P_JPEG_DECODE; in s5p_jpeg_open()
1346 ct->mode == S5P_JPEG_DECODE && !ct->hdr_parsed) in s5p_jpeg_g_fmt()
1493 if (!ctx->jpeg->variant->hw_ex4_compat || ctx->mode != S5P_JPEG_DECODE) in s5p_jpeg_try_fmt_vid_cap()
1613 (ct->mode == S5P_JPEG_DECODE && in s5p_jpeg_s_fmt()
1652 ((ct->mode == S5P_JPEG_DECODE && f_type == FMT_TYPE_CAPTURE) || in s5p_jpeg_s_fmt()
1663 if (ct->mode == S5P_JPEG_DECODE && in s5p_jpeg_s_fmt()
1839 if (ctx->mode != S5P_JPEG_DECODE) in s5p_jpeg_s_selection()
1981 if (ctx->mode == S5P_JPEG_DECODE) in s5p_jpeg_controls_create()
2164 ctx->mode == S5P_JPEG_DECODE) in exynos4_jpeg_set_jpeg_addr()
2417 if (ctx->mode == S5P_JPEG_DECODE) { in s5p_jpeg_job_ready()
[all …]
Djpeg-core.h52 #define S5P_JPEG_DECODE 1 macro
Djpeg-hw-exynos4.c38 if (mode == S5P_JPEG_DECODE) { in exynos4_jpeg_set_enc_dec_mode()