Home
last modified time | relevance | path

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

/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c393 if (state->mbus_code == S5C73M3_JPEG_FMT) { in s5c73m3_set_frame_size()
427 if (state->mbus_code == S5C73M3_JPEG_FMT) in __s5c73m3_s_stream()
840 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
844 if (fmt->format.code == S5C73M3_JPEG_FMT) in s5c73m3_oif_try_format()
845 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_try_format()
874 code = S5C73M3_JPEG_FMT; in s5c73m3_try_format()
983 return (index == 0) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
989 return (pad == OIF_ISP_PAD) ? S5C73M3_ISP_FMT : S5C73M3_JPEG_FMT; in s5c73m3_oif_get_pad_code()
1013 code = S5C73M3_JPEG_FMT; in s5c73m3_get_fmt()
1047 code = S5C73M3_JPEG_FMT; in s5c73m3_oif_get_fmt()
[all …]
Ds5c73m3.h31 #define S5C73M3_JPEG_FMT V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 macro