Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___torch_status_info.md22 | float [torchLevel](#torchlevel) | 手电筒亮度等级。取值范围为[0,1],越靠近1,亮度越大。 |
46 ### torchLevel subsection
49 float Camera_TorchStatusInfo::torchLevel
H A Djs-apis-camera.md1196 …vailable}, isTorchActive: ${torchStatusInfo.isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
1249 | torchLevel | number | 是 | 否 | 手电筒亮度等级。取值范围为[0,1],越靠近1,亮度越大。 |
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___torch_status_info.md22 | float [torchLevel](#torchlevel) | Flashlight level. The value range is [0, 1]. A larger value ind…
50 ### torchLevel subsection
53 float Camera_TorchStatusInfo::torchLevel
H A Djs-apis-camera.md1199 …vailable}, isTorchActive: ${torchStatusInfo.isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
1252 | torchLevel | number | Yes | No | Flashlight level. The value range is [0, 1]. A large…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h929 float torchLevel; member
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-torch-use.md81 isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-torch-use.md77 isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp104 statusInfo.torchLevel = torchStatusInfo.torchLevel; in OnTorchStatusChange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h83 float torchLevel; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1922 torchStatusInfo.torchLevel = 0; in OnTorchStatusChange()
1927 torchStatusInfo.torchLevel = 1; in OnTorchStatusChange()
1932 torchStatusInfo.torchLevel = 0; in OnTorchStatusChange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts1097 readonly torchLevel: number;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp393 napi_create_double(env_, torchStatusInfo.torchLevel, &propValue); in OnTorchStatusChangeCallback()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp223 … torchStatusInfo.isTorchAvailable, torchStatusInfo.isTorchActive, torchStatusInfo.torchLevel); in OnTorchStatusChange()