Searched refs:dcSupportedVideoResolutionMap_ (Results 1 – 2 of 2) sorted by relevance
617 dcSupportedVideoResolutionMap_[format] = resolutionVec; in GetCameraAttr()693 !dcSupportedVideoResolutionMap_.empty()) { in CheckInputInfo()1105 dcSupportedVideoResolutionMap_.count(stream->format_) > 0) || in ChooseSuitableFormat()1143 supportedResolutionList = dcSupportedVideoResolutionMap_[captureInfo->format_]; in ChooseSuitableResolution()
168 std::map<int, std::vector<DCResolution>> dcSupportedVideoResolutionMap_; variable