Searched refs:sortedFmts (Results 1 – 1 of 1) sorted by relevance
813 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats() local815 std::sort(sortedFmts.begin(), sortedFmts.end(), in trimSupportedFormats()823 std::sort(sortedFmts.begin(), sortedFmts.end(), in trimSupportedFormats()832 if (sortedFmts.size() == 0) { in trimSupportedFormats()837 const auto& maxSize = sortedFmts[sortedFmts.size() - 1]; in trimSupportedFormats()842 for (const auto& fmt : sortedFmts) { in trimSupportedFormats()857 sortedFmts = out; in trimSupportedFormats()