Home
last modified time | relevance | path

Searched refs:uniqueProfiles (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp211 std::vector<T> uniqueProfiles; in RemoveDuplicatesProfile() local
213 … if (std::find(uniqueProfiles.begin(), uniqueProfiles.end(), profile) == uniqueProfiles.end()) { in RemoveDuplicatesProfile()
214 uniqueProfiles.push_back(profile); in RemoveDuplicatesProfile()
217 profiles = uniqueProfiles; in RemoveDuplicatesProfile()