Searched refs:cal_formats (Results 1 – 1 of 1) sorted by relevance
61 const struct cal_format_info cal_formats[] = { variable133 const unsigned int cal_num_formats = ARRAY_SIZE(cal_formats);139 for (i = 0; i < ARRAY_SIZE(cal_formats); ++i) { in cal_format_by_fourcc()140 if (cal_formats[i].fourcc == fourcc) in cal_format_by_fourcc()141 return &cal_formats[i]; in cal_format_by_fourcc()151 for (i = 0; i < ARRAY_SIZE(cal_formats); ++i) { in cal_format_by_code()152 if (cal_formats[i].code == code) in cal_format_by_code()153 return &cal_formats[i]; in cal_format_by_code()