Searched refs:GetDepthProfiles (Results 1 – 4 of 4) sorted by relevance
145 … nativeDepthProfiles = Hold<std::vector<DepthProfile>>(cameraOutputCapability_.GetDepthProfiles()); in GetCameraNapiObject()
231 std::vector<DepthProfile> GetDepthProfiles();
397 if (!cap->GetDepthProfiles().empty()) { in Test3()398 DepthProfile dp = cap->GetDepthProfiles()[0]; in Test3()
250 std::vector<DepthProfile> CameraOutputCapability::GetDepthProfiles() in GetDepthProfiles() function in OHOS::CameraStandard::CameraOutputCapability