Searched refs:ov965x_formats (Results 1 – 1 of 1) sorted by relevance
397 static const struct ov965x_pixfmt ov965x_formats[] = { variable1077 mf->colorspace = ov965x_formats[0].colorspace; in ov965x_get_default_format()1078 mf->code = ov965x_formats[0].code; in ov965x_get_default_format()1086 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code()1089 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code()1097 int i = ARRAY_SIZE(ov965x_formats); in ov965x_enum_frame_sizes()1103 if (fse->code == ov965x_formats[i].code) in ov965x_enum_frame_sizes()1106 fse->code = ov965x_formats[i].code; in ov965x_enum_frame_sizes()1228 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt()1237 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt()[all …]