Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c394 if (state->mbus_code == S5C73M3_JPEG_FMT) { in s5c73m3_set_frame_size()
428 if (state->mbus_code == S5C73M3_JPEG_FMT) in __s5c73m3_s_stream()
842 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
846 if (fmt->format.code == S5C73M3_JPEG_FMT) in s5c73m3_oif_try_format()
847 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
876 code = S5C73M3_JPEG_FMT; in s5c73m3_try_format()
985 return (index == 0) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
991 return (pad == OIF_ISP_PAD) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
1015 code = S5C73M3_JPEG_FMT; in s5c73m3_get_fmt()
1049 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_get_fmt()
[all …]
Ds5c73m3.h31 #define S5C73M3_JPEG_FMT MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8 macro