Searched refs:supportedDepthFormat (Results 1 – 2 of 2) sorted by relevance
53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat() local54 if (finalFormat == supportedDepthFormat) { in GetValidDepthFormat()
91 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in CheckDepthFormat() local92 if (format == supportedDepthFormat) { in CheckDepthFormat()