Searched refs:supported_format (Results 1 – 2 of 2) sorted by relevance
204 for (const auto& supported_format : supported_formats) { in GetQualifiedFormats() local205 if (supported_format.fourcc != supported_fourcc) { in GetQualifiedFormats()211 if (FindFormatByResolution(qualified_formats, supported_format.width, in GetQualifiedFormats()212 supported_format.height, NULL)) { in GetQualifiedFormats()215 qualified_formats.push_back(supported_format); in GetQualifiedFormats()
321 arc::SupportedFormat supported_format; in GetSupportedFormats() local325 supported_format.fourcc = pixel_format; in GetSupportedFormats()334 supported_format.width = frame_size[0]; in GetSupportedFormats()335 supported_format.height = frame_size[1]; in GetSupportedFormats()336 formats.push_back(supported_format); in GetSupportedFormats()