Home
last modified time | relevance | path

Searched refs:mSurfaceId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/views/
H A DmodeSwitchPage.ets52 @State mSurfaceId: string = ''
290 this.mSurfaceId = await this.mReceiver.getReceivingSurfaceId()
291 if(this.mSurfaceId) {
292 Logger.info(this.tag, `createImageReceiver mSurfaceId: ${this.mSurfaceId} `)
294 Logger.info(this.tag, `Get mSurfaceId failed `)
303 cameraDemo.startPhotoOrVideo(this.modelBagCol, this.videoId, this.mSurfaceId)
311 cameraDemo.startPhotoOrVideo(this.modelBagCol, this.videoId, this.mSurfaceId)
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-effect-guidelines.md123 this.mSurfaceId = this.mXComponentController.getXComponentSurfaceId()
126 this.mSurfaceId = imageEffect.getSurfaceId(this.mSurfaceId)
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-foldable-display.md115 private mSurfaceId: string = '';
196 await this.initCamera(this.mSurfaceId, this.mCameraPosition);
253 this.mSurfaceId = this.mXComponentController.getXComponentSurfaceId();
256 await this.initCamera(this.mSurfaceId, this.mCameraPosition);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-foldable-display.md115 private mSurfaceId: string = '';
196 await this.initCamera(this.mSurfaceId, this.mCameraPosition);
253 this.mSurfaceId = this.mXComponentController.getXComponentSurfaceId();
256 await this.initCamera(this.mSurfaceId, this.mCameraPosition);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.h82 Camera_ErrorCode StartPhoto(char* mSurfaceId);
H A Dcamera_manager.cpp574 Camera_ErrorCode NDKCamera::StartPhoto(char* mSurfaceId) in StartPhoto() argument
584 ret = CreatePhotoOutput(mSurfaceId); in StartPhoto()
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-effect-guidelines.md123 this.mSurfaceId = this.mXComponentController.getXComponentSurfaceId()
126 this.mSurfaceId = imageEffect.getSurfaceId(this.mSurfaceId)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DCameraService.ts443 let mSurfaceId = await this.mReceiver.getReceivingSurfaceId();
444 this.createPhotoOutputFn(this.photoProfileObj, mSurfaceId);