Home
last modified time | relevance | path

Searched refs:GetCameraType (Results 1 - 25 of 30) sorted by relevance

12

/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_info.h83 virtual int32_t GetCameraType() const in GetCameraType() function in OHOS::Media::CameraInfo
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_info_impl.cpp26 int32_t CameraInfoImpl::GetCameraType() const in GetCameraType() function in OHOS::Media::CameraInfoImpl
H A Dcamera_info_impl.h29 int32_t GetCameraType() const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h33 bool GetCameraType(BASE_NS::string_view type, CameraType& out);
44 BASE_NS::string_view GetCameraType(CameraType type);
H A Dgltf2_util.cpp353 bool GetCameraType(const string_view type, CameraType& out) in GetCameraType() function
523 string_view GetCameraType(CameraType type) in GetCameraType() function
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_info.h65 camera_type_enum_t GetCameraType();
H A Dcamera_device.h128 CameraType GetCameraType();
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dphoto_session.cpp195 device->GetID().c_str(), device->GetCameraType()); in IsPreconfigProfilesLegal()
196 if (device->GetCameraType() != CAMERA_TYPE_DEFAULT) { in IsPreconfigProfilesLegal()
H A Dvideo_session.cpp194 device->GetID().c_str(), device->GetCameraType()); in IsPreconfigProfilesLegal()
195 if (device->GetCameraType() != CAMERA_TYPE_DEFAULT) { in IsPreconfigProfilesLegal()
H A Dprofession_session.cpp905 if ((*physicalCameraDevice)->GetCameraType() == CAMERA_TYPE_WIDE_ANGLE && !isRawImageDelivery_) { in GetMetadata()
H A Dtime_lapse_photo_session.cpp39 if ((*physicalCameraDevice)->GetCameraType() == CAMERA_TYPE_WIDE_ANGLE && isRawImageDelivery_) { in GetMetadata()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp85 auto cameraType = Hold<int32_t>(cameraDevice_.GetCameraType()); in GetCameraNapiObject()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp72 GetAnonyString(info->GetID()).c_str(), info->GetPosition(), info->GetCameraType()); in QueryMeta()
100 GetAnonyString(info->GetID()).c_str(), info->GetPosition(), info->GetCameraType()); in Query()
160 GetAnonyString(info->GetID()).c_str(), info->GetPosition(), info->GetCameraType()); in GetCameras()
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp175 fuzzCameraDevice->GetCameraType(); in CameraDeviceFuzzTest2Case1()
287 camera->GetCameraType(); in Test3()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_info.cpp110 CameraType CameraInfo::GetCameraType() in GetCameraType() function in OHOS::CameraStandard::CameraInfo
H A Dcamera_device.cpp186 CameraType CameraDevice::GetCameraType() in GetCameraType() function in OHOS::CameraStandard::CameraDevice
H A Dcamera_manager.cpp1450 cameraDeviceList[i]->GetPosition(), cameraDeviceList[i]->GetCameraType()); in CreateCameraInput()
1451 if ((cameraDeviceList[i]->GetPosition() == position) && (cameraDeviceList[i]->GetCameraType() == cameraType)) { in CreateCameraInput()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h73 int32_t GetCameraType();
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp82 statusInfo.camera->cameraType = static_cast<Camera_Type>(cameraStatusInfo.cameraDevice->GetCameraType());
169 static_cast<Camera_Type>(foldStatusInfo.supportedCameras[index]->GetCameraType());
261 outCameras[index].cameraType = static_cast<Camera_Type>(cameraObjList[index]->GetCameraType()); in GetSupportedCameras()
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp131 WriteInt32(reply, info->GetCameraType()); in GetCameraInfo()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp79 info->GetPosition(), info->GetCameraType(), info->GetConnectionType()); in InitCameraStandard()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp81 info->GetPosition(), info->GetCameraType(), info->GetConnectionType()); in InitCameraStandard()
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp260 if (item->GetCameraType() == CAMERA_TYPE_WIDE_ANGLE) { in TestGetMetadata()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp140 int32_t HCameraDevice::GetCameraType() in GetCameraType() function in OHOS::CameraStandard::HCameraDevice
1378 int32_t type = GetCameraType(); in NotifyCameraStatus()
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp2030 int32_t cameraType = cameraInfo->GetCameraType(); in HWTEST_F()
2047 cameraInfo->GetCameraType(); in HWTEST_F()

Completed in 26 milliseconds

12