Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp962 auto cameraDeviceList = GetCameraDeviceList(); in CameraServerDied() local
1105 auto cameraDeviceList = GetCameraDeviceList(); in GetCameraDeviceFromId() local
1106 for (auto& deviceInfo : cameraDeviceList) { in GetCameraDeviceFromId()
1263 auto cameraDeviceList = GetCameraDeviceList(); in GetSupportedCameras() local
1462 cameraDeviceList[i]->GetPosition(), cameraDeviceList[i]->GetCameraType()); in CreateCameraInput()
1463 …if ((cameraDeviceList[i]->GetPosition() == position) && (cameraDeviceList[i]->GetCameraType() == c… in CreateCameraInput()
2090 cameraDeviceList = GetCameraDeviceList(); in IsCameraMuteSupported()
2115 if (!cameraDeviceList.empty()) { in IsCameraMuteSupported()
2195 cameraDeviceList = GetCameraDeviceList(); in IsTorchSupported()
2214 if (!cameraDeviceList.empty()) { in IsTorchSupported()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp6079 auto cameraDeviceList = CameraManager::GetInstance()->GetSupportedCamerasWithFoldStatus(); in FindFrontCamera() local
6080 for (const auto& cameraDevice : cameraDeviceList) { in FindFrontCamera()