Searched refs:ov965x_formats (Results 1 – 1 of 1) sorted by relevance
395 static const struct ov965x_pixfmt ov965x_formats[] = { variable1067 mf->colorspace = ov965x_formats[0].colorspace; in ov965x_get_default_format()1068 mf->code = ov965x_formats[0].code; in ov965x_get_default_format()1076 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code()1079 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code()1087 int i = ARRAY_SIZE(ov965x_formats); in ov965x_enum_frame_sizes()1093 if (fse->code == ov965x_formats[i].code) in ov965x_enum_frame_sizes()1096 fse->code = ov965x_formats[i].code; in ov965x_enum_frame_sizes()1218 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt()1227 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt()[all …]