Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c386 if (state->mbus_code == S5C73M3_JPEG_FMT) { in s5c73m3_set_frame_size()
420 if (state->mbus_code == S5C73M3_JPEG_FMT) in __s5c73m3_s_stream()
834 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
838 if (fmt->format.code == S5C73M3_JPEG_FMT) in s5c73m3_oif_try_format()
839 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
868 code = S5C73M3_JPEG_FMT; in s5c73m3_try_format()
977 return (index == 0) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
983 return (pad == OIF_ISP_PAD) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
1008 code = S5C73M3_JPEG_FMT; in s5c73m3_get_fmt()
1043 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_get_fmt()
[all …]
Ds5c73m3.h23 #define S5C73M3_JPEG_FMT MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8 macro