Searched refs:ov965x_formats (Results 1 – 1 of 1) sorted by relevance
393 static const struct ov965x_pixfmt ov965x_formats[] = { variable1065 mf->colorspace = ov965x_formats[0].colorspace; in ov965x_get_default_format()1066 mf->code = ov965x_formats[0].code; in ov965x_get_default_format()1074 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code()1077 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code()1085 int i = ARRAY_SIZE(ov965x_formats); in ov965x_enum_frame_sizes()1091 if (fse->code == ov965x_formats[i].code) in ov965x_enum_frame_sizes()1094 fse->code = ov965x_formats[i].code; in ov965x_enum_frame_sizes()1216 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt()1225 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt()[all …]