Searched refs:supportedDepthFormats (Results 1 – 4 of 4) sorted by relevance
91 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in CheckDepthFormat()96 if (!devPlat.supportedDepthFormats.empty()) { in CheckDepthFormat()99 devPlat.supportedDepthFormats[0]); in CheckDepthFormat()101 return devPlat.supportedDepthFormats[0]; in CheckDepthFormat()
82 BASE_NS::vector<BASE_NS::Format> supportedDepthFormats; member
53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat()
457 dataInternal.supportedDepthFormats.push_back(format); in CheckValidDepthFormats()