Searched refs:allowed_formats (Results 1 – 1 of 1) sorted by relevance
1174 INT *allowed_formats = GetAllowedFormats(display_format); in IsOutputFormatSupported() local1177 if (!allowed_formats) in IsOutputFormatSupported()1182 while (allowed_formats[index]) in IsOutputFormatSupported()1184 if (allowed_formats[index] == output_format) in IsOutputFormatSupported()