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.md | 22 | float [torchLevel](#torchlevel) | 手电筒亮度等级。取值范围为[0,1],越靠近1,亮度越大。 | 46 ### torchLevel subsection 49 float Camera_TorchStatusInfo::torchLevel
|
H A D | js-apis-camera.md | 1196 …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.md | 22 | 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 D | js-apis-camera.md | 1199 …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 D | camera.h | 929 float torchLevel; member
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-torch-use.md | 81 isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-torch-use.md | 77 isTorchActive}, level: ${torchStatusInfo.torchLevel}`);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 104 statusInfo.torchLevel = torchStatusInfo.torchLevel; in OnTorchStatusChange()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_manager.h | 83 float torchLevel; member
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 1922 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.ts | 1097 readonly torchLevel: number;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_manager_napi.cpp | 393 napi_create_double(env_, torchStatusInfo.torchLevel, &propValue); in OnTorchStatusChangeCallback()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 223 … torchStatusInfo.isTorchAvailable, torchStatusInfo.isTorchActive, torchStatusInfo.torchLevel); in OnTorchStatusChange()
|