Home
last modified time | relevance | path

Searched refs:isPrelaunchSupported (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/docs/
H A Dpreformance-imporvement-instructions.md23 ### isPrelaunchSupported subsection
25 isPrelaunchSupported(camera: CameraDevice) : boolean
54 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {
93 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {
163 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-performance-improvement.md143 | isPrelaunchSupported(camera: CameraDevice) : boolean | 判断指定cameraDevice是否支持预热启动。 |
196 if(cameraManager.isPrelaunchSupported(cameras[0])) {
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-performance-improvement.md142 | isPrelaunchSupported(camera: CameraDevice) : boolean | Checks whether the camera supports prelau…
195 if(cameraManager.isPrelaunchSupported(cameras[0])) {
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1245 bool isPrelaunchSupported = false; in IsPrelaunchSupported() local
1248 CHECK_ERROR_RETURN_RET_LOG(ret != CAMERA_OK, isPrelaunchSupported, in IsPrelaunchSupported()
1256 isPrelaunchSupported = (item.data.u8[0] == 1); in IsPrelaunchSupported()
1260 return isPrelaunchSupported; in IsPrelaunchSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1540 … bool isPrelaunchSupported = cameraManagerNapi->cameraManager_->IsPrelaunchSupported(cameraInfo); in IsPrelaunchSupported() local
1541 MEDIA_DEBUG_LOG("isPrelaunchSupported: %{public}d", isPrelaunchSupported); in IsPrelaunchSupported()
1543 napi_get_boolean(env, isPrelaunchSupported, &result); in IsPrelaunchSupported()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts894 isPrelaunchSupported(camera: CameraDevice): boolean;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md336 ### isPrelaunchSupported subsection
338 isPrelaunchSupported(camera: CameraDevice): boolean
377 isSupported = cameraManager.isPrelaunchSupported(cameras[0]);
391 在调用setPrelaunchConfig接口前,需要先检查设备是否支持预热启动,使用[isPrelaunchSupported](#isprelaunchsupported)判断指定cameraD…
427 if(cameraManager.isPrelaunchSupported(cameraDevice)) {
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md337 ### isPrelaunchSupported subsection
339 isPrelaunchSupported(camera: CameraDevice): boolean
378 isSupported = cameraManager.isPrelaunchSupported(cameras[0]);
392 Before the setting, call [isPrelaunchSupported](#isprelaunchsupported) to check whether the camera …
428 if(cameraManager.isPrelaunchSupported(cameraDevice)) {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multimedia.md176 |新增|NA|类名:CameraManager;<br>方法or属性:isPrelaunchSupported(camera: CameraDevice): boolean;|@ohos.multi…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multimedia.md176 |Added|NA|Class name: CameraManager;<br>Method or attribute name: isPrelaunchSupported(camera: Came…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-multimedia.md286 |新增|NA|类名:CameraManager;<br>方法or属性:isPrelaunchSupported(camera: CameraDevice): boolean;|@ohos.multi…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-multimedia.md286 |Added|NA|Class name: CameraManager;<br>Method or attribute name: isPrelaunchSupported(camera: Came…