Searched refs:FMT_INFOS (Results 1 – 1 of 1) sorted by relevance
68 static const FormatInfo FMT_INFOS[] = { in GetFormatInfo() local81 for (uint32_t i = 0; i < sizeof(FMT_INFOS) / sizeof(FormatInfo); i++) { in GetFormatInfo()82 if (FMT_INFOS[i].format == format) { in GetFormatInfo()83 return &FMT_INFOS[i]; in GetFormatInfo()