Searched refs:enableMovingPhoto (Results 1 – 8 of 8) sorted by relevance
72 function enableMovingPhoto(photoOutput: camera.PhotoOutput): void {74 photoOutput.enableMovingPhoto(true);78 console.error(`The enableMovingPhoto call failed. error code: ${err.code}`);
73 function enableMovingPhoto(photoOutput: camera.PhotoOutput): void {75 photoOutput.enableMovingPhoto(true);79 console.error(`The enableMovingPhoto call failed. error code: ${err.code}`);
376 …ErrorCode OH_PhotoOutput_EnableMovingPhoto(Camera_PhotoOutput* photoOutput, bool enableMovingPhoto) in OH_PhotoOutput_EnableMovingPhoto() argument381 return photoOutput->EnableMovingPhoto(enableMovingPhoto); in OH_PhotoOutput_EnableMovingPhoto()
399 Camera_ErrorCode Camera_PhotoOutput::EnableMovingPhoto(bool enableMovingPhoto) in EnableMovingPhoto() argument406 int32_t ret = session->EnableMovingPhoto(enableMovingPhoto); in EnableMovingPhoto()
264 Camera_ErrorCode EnableMovingPhoto(bool enableMovingPhoto);
8163 enableMovingPhoto(enabled: boolean): void;
2633 ### enableMovingPhoto<sup>12+</sup>2635 enableMovingPhoto(enabled: boolean): void2664 function enableMovingPhoto(photoOutput: camera.PhotoOutput): void {2666 photoOutput.enableMovingPhoto(true);2670 console.error(`The enableMovingPhoto call failed. error code: ${err.code}`);
2640 ### enableMovingPhoto<sup>12+</sup>2642 enableMovingPhoto(enabled: boolean): void2671 function enableMovingPhoto(photoOutput: camera.PhotoOutput): void {2673 photoOutput.enableMovingPhoto(true);2677 console.error(`The enableMovingPhoto call failed. error code: ${err.code}`);