Searched refs:supported_format (Results 1 – 2 of 2) sorted by relevance
207 for (const auto& supported_format : supported_formats) { in GetQualifiedFormats() local208 if (supported_format.fourcc != supported_fourcc) { in GetQualifiedFormats()214 if (FindFormatByResolution(qualified_formats, supported_format.width, in GetQualifiedFormats()215 supported_format.height, NULL)) { in GetQualifiedFormats()218 qualified_formats.push_back(supported_format); in GetQualifiedFormats()
323 arc::SupportedFormat supported_format; in GetSupportedFormats() local327 supported_format.fourcc = pixel_format; in GetSupportedFormats()336 supported_format.width = frame_size[0]; in GetSupportedFormats()337 supported_format.height = frame_size[1]; in GetSupportedFormats()338 formats.push_back(supported_format); in GetSupportedFormats()