Searched refs:resolutionVec (Results 1 – 3 of 3) sorted by relevance
748 std::vector<DCResolution> resolutionVec; in GetNodeSupportedResolution() local775 resolutionVec.push_back(resolution); in GetNodeSupportedResolution()777 if (!resolutionVec.empty()) { in GetNodeSupportedResolution()778 std::sort(resolutionVec.begin(), resolutionVec.end()); in GetNodeSupportedResolution()779 supportedFormats[format] = resolutionVec; in GetNodeSupportedResolution()785 maxPhotoResolution_.width_ = resolutionVec[0].width_; in GetNodeSupportedResolution()788 StoreSinkAndSrcConfig(format, rootNode, resolutionVec); in GetNodeSupportedResolution()793 std::vector<DCResolution> &resolutionVec) in StoreSinkAndSrcConfig() argument796 sinkPhotoProfiles_[format] = resolutionVec; in StoreSinkAndSrcConfig()798 sinkPreviewProfiles_[format] = resolutionVec; in StoreSinkAndSrcConfig()[all …]
582 std::vector<DCResolution> resolutionVec; in GetCameraAttr() local610 resolutionVec.push_back(resolution); in GetCameraAttr()612 if (!resolutionVec.empty()) { in GetCameraAttr()613 std::sort(resolutionVec.begin(), resolutionVec.end()); in GetCameraAttr()615 dcSupportedPreviewResolutionMap_[format] = resolutionVec; in GetCameraAttr()617 dcSupportedVideoResolutionMap_[format] = resolutionVec; in GetCameraAttr()619 dcSupportedPhotoResolutionMap_[format] = resolutionVec; in GetCameraAttr()
83 …SinkAndSrcConfig(int format, const std::string rootNode, std::vector<DCResolution> &resolutionVec);