Searched refs:isPrelaunchSupported (Results 1 – 12 of 12) sorted by relevance
23 ### isPrelaunchSupported subsection25 isPrelaunchSupported(camera: CameraDevice) : boolean54 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {93 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {163 if(this.cameraManager.isPrelaunchSupported(cameras[0])) {
143 | isPrelaunchSupported(camera: CameraDevice) : boolean | 判断指定cameraDevice是否支持预热启动。 |196 if(cameraManager.isPrelaunchSupported(cameras[0])) {
142 | isPrelaunchSupported(camera: CameraDevice) : boolean | Checks whether the camera supports prelau…195 if(cameraManager.isPrelaunchSupported(cameras[0])) {
1245 bool isPrelaunchSupported = false; in IsPrelaunchSupported() local1248 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()
1540 … bool isPrelaunchSupported = cameraManagerNapi->cameraManager_->IsPrelaunchSupported(cameraInfo); in IsPrelaunchSupported() local1541 MEDIA_DEBUG_LOG("isPrelaunchSupported: %{public}d", isPrelaunchSupported); in IsPrelaunchSupported()1543 napi_get_boolean(env, isPrelaunchSupported, &result); in IsPrelaunchSupported()
894 isPrelaunchSupported(camera: CameraDevice): boolean;
336 ### isPrelaunchSupported subsection338 isPrelaunchSupported(camera: CameraDevice): boolean377 isSupported = cameraManager.isPrelaunchSupported(cameras[0]);391 在调用setPrelaunchConfig接口前,需要先检查设备是否支持预热启动,使用[isPrelaunchSupported](#isprelaunchsupported)判断指定cameraD…427 if(cameraManager.isPrelaunchSupported(cameraDevice)) {
337 ### isPrelaunchSupported subsection339 isPrelaunchSupported(camera: CameraDevice): boolean378 isSupported = cameraManager.isPrelaunchSupported(cameras[0]);392 Before the setting, call [isPrelaunchSupported](#isprelaunchsupported) to check whether the camera …428 if(cameraManager.isPrelaunchSupported(cameraDevice)) {
176 |新增|NA|类名:CameraManager;<br>方法or属性:isPrelaunchSupported(camera: CameraDevice): boolean;|@ohos.multi…
176 |Added|NA|Class name: CameraManager;<br>Method or attribute name: isPrelaunchSupported(camera: Came…
286 |新增|NA|类名:CameraManager;<br>方法or属性:isPrelaunchSupported(camera: CameraDevice): boolean;|@ohos.multi…
286 |Added|NA|Class name: CameraManager;<br>Method or attribute name: isPrelaunchSupported(camera: Came…