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 D | modeSwitchPage.ets | 52 @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 D | image-effect-guidelines.md | 123 this.mSurfaceId = this.mXComponentController.getXComponentSurfaceId() 126 this.mSurfaceId = imageEffect.getSurfaceId(this.mSurfaceId)
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-foldable-display.md | 115 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 D | camera-foldable-display.md | 115 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 D | camera_manager.h | 82 Camera_ErrorCode StartPhoto(char* mSurfaceId);
|
H A D | camera_manager.cpp | 574 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 D | image-effect-guidelines.md | 123 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 D | CameraService.ts | 443 let mSurfaceId = await this.mReceiver.getReceivingSurfaceId(); 444 this.createPhotoOutputFn(this.photoProfileObj, mSurfaceId);
|