Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1271 std::vector<sptr<CameraDevice>> supportedCameraDeviceList; in GetSupportedCameras() local
1276 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCameras()
1287 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCameras()
1297 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCameras()
1301 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCameras()
1304 return supportedCameraDeviceList; in GetSupportedCameras()
2376 std::vector<sptr<CameraDevice>> supportedCameraDeviceList; in GetSupportedCamerasWithFoldStatus() local
2382 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCamerasWithFoldStatus()
2386 supportedCameraDeviceList.emplace_back(deviceInfo); in GetSupportedCamerasWithFoldStatus()
2389 return supportedCameraDeviceList; in GetSupportedCamerasWithFoldStatus()