Home
last modified time | relevance | path

Searched refs:GetCameraType (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h33 bool GetCameraType(BASE_NS::string_view type, CameraType& out); in CORE3D_BEGIN_NAMESPACE()
44 BASE_NS::string_view GetCameraType(CameraType type); in CORE3D_BEGIN_NAMESPACE()
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
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_info.h83 virtual int32_t GetCameraType() const in GetCameraType() function
/ohos5.0/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;
/ohos5.0/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();
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp161 fuzzCameraDevice->GetCameraType(); in CameraDeviceFuzzTest2Case1()
274 camera->GetCameraType(); in Test3()
/ohos5.0/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()
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h119 RetCode GetCameraType(std::shared_ptr<CameraAbility> &ability);
H A Dohos_camera_demo.cpp257 GetCameraType(ability_); in InitCameraDevice()
1077 RetCode OhosCameraDemo::GetCameraType(std::shared_ptr<CameraAbility> &ability) in GetCameraType() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h118 RetCode GetCameraType(std::shared_ptr<CameraAbility> &ability);
H A Dohos_camera_demo_3a.cpp252 GetCameraType(ability_); in InitCameraDevice()
1085 RetCode OhosCameraDemo::GetCameraType(std::shared_ptr<CameraAbility> &ability) in GetCameraType() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h143 RetCode GetCameraType(std::shared_ptr<CameraAbility> &ability);
H A Ddcamera_hdf_demo.cpp250 GetCameraType(ability_); in InitCameraDevice()
1026 RetCode DcameraHdfDemo::GetCameraType(std::shared_ptr<CameraAbility> &ability) in GetCameraType() function in OHOS::DistributedHardware::DcameraHdfDemo
/ohos5.0/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.cpp192 CameraType CameraDevice::GetCameraType() in GetCameraType() function in OHOS::CameraStandard::CameraDevice
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp69 …Info.camera->cameraType = static_cast<Camera_Type>(cameraStatusInfo.cameraDevice->GetCameraType()); in OnCameraStatusChanged()
141 … static_cast<Camera_Type>(foldStatusInfo.supportedCameras[index]->GetCameraType()); in OnFoldStatusChanged()
223 … outCameras[index].cameraType = static_cast<Camera_Type>(cameraObjList[index]->GetCameraType()); in GetSupportedCameras()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp81 info->GetPosition(), info->GetCameraType(), info->GetConnectionType()); in InitCameraStandard()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h73 int32_t GetCameraType();
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp131 WriteInt32(reply, info->GetCameraType()); in GetCameraInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp79 info->GetPosition(), info->GetCameraType(), info->GetConnectionType()); in InitCameraStandard()

12