Home
last modified time | relevance | path

Searched refs:surfaceID (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-receiver-c.md135 uint64_t surfaceID = 0;
144 // 读取 OH_ImageReceiverNative 的 surfaceID 属性
145 uint64_t surfaceID = 0;
146 errCode = OH_ImageReceiverNative_GetReceivingSurfaceId(receiver, &surfaceID);
148 …OH_LOG_ERROR(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID failed, errCode: %{pu…
153 …G_INFO(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID: %{public}llu.", surfaceID);
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-receiver-c.md135 uint64_t surfaceID = 0;
145 uint64_t surfaceID = 0;
146 errCode = OH_ImageReceiverNative_GetReceivingSurfaceId(receiver, &surfaceID);
148 …OH_LOG_ERROR(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID failed, errCode: %{pu…
153 …G_INFO(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID: %{public}llu.", surfaceID);
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dstreaming-media-playback-development-guide.md47 …应用需要从XComponent组件获取surfaceID,获取方式请参考[XComponent](../../reference/apis-arkui/arkui-ts/ts-basic-comp…
173 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法
178 constructor(surfaceID: string) {
179 this.surfaceID = surfaceID;
209 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
H A Dvideo-playback.md65 …应用需要从XComponent组件获取surfaceID,获取方式请参考[XComponent](../../reference/apis-arkui/arkui-ts/ts-basic-comp…
86 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法
91 constructor(surfaceID: string) {
92 this.surfaceID = surfaceID;
119 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_video_call_control.cpp51 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument
59 return imsCallClient->SetPreviewWindow(slotId, callIndex, surfaceID, surface); in SetPreviewWindow()
66 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument
74 return imsCallClient->SetDisplayWindow(slotId, callIndex, surfaceID, surface); in SetDisplayWindow()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dims_video_call_control.h52 …int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
63 …int32_t SetDisplayWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h339 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) = 0;
351 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) = 0;
H A Dims_call_client.h388 …int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
399 …int32_t SetDisplayWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
H A Dims_call_proxy.h68 … int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) override;
70 … int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) override;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-media-sys.md594 let surfaceID: string; // 传递给外界的surfaceID
598 surfaceID = surfaceId;
641 let surfaceID: string; // 传递给外界的surfaceID
644 surfaceID = surfaceId;
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp510 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument
517 return imsCallProxy_->SetPreviewWindow(slotId, callIndex, surfaceID, surface); in SetPreviewWindow()
521 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument
528 return imsCallProxy_->SetDisplayWindow(slotId, callIndex, surfaceID, surface); in SetDisplayWindow()
H A Dims_call_proxy.cpp579 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument
590 if (!in.WriteString(surfaceID)) { in SetPreviewWindow()
604 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument
615 if (!in.WriteString(surfaceID)) { in SetDisplayWindow()
/ohos5.0/docs/en/application-dev/media/media/
H A Dvideo-playback.md86 …private surfaceID: string = ''; // The surfaceID parameter specifies the window used to display th…
91 constructor(surfaceID: string) {
92 this.surfaceID = surfaceID;
119 …avPlayer.surfaceId = this.surfaceID; // Set the window to display the video. This setting is not r…
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp1083 const std::string surfaceID = data.ReadString(); in OnSetPreviewWindowInner() local
1090 TELEPHONY_LOGI("surfaceId:%{public}s", surfaceID.c_str()); in OnSetPreviewWindowInner()
1091 reply.WriteInt32(SetPreviewWindow(slotId, callIndex, surfaceID, surface)); in OnSetPreviewWindowInner()
1106 const std::string surfaceID = data.ReadString(); in OnSetDisplayWindowInner() local
1113 TELEPHONY_LOGI("surfaceId:%{public}s", surfaceID.c_str()); in OnSetDisplayWindowInner()
1114 reply.WriteInt32(SetDisplayWindow(slotId, callIndex, surfaceID, surface)); in OnSetDisplayWindowInner()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/views/
H A DDeferredPhotoComponent.ets25 // surfaceID
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-quick-switch-short-video.md192 avPlayer.surfaceId = this.surfaceID;
292 this.surfaceID = this.xComponentController.getXComponentSurfaceId();
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h102 bool IsSurfaceIdVaild(uint64_t surfaceID);
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-preview-imageReceiver.md61 OH_LOG_INFO(LOG_APP, "receiver surfaceID:%{public}%llu", receiverSurfaceID);
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md974 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法
983 this.surfaceID = surface_id;
1006 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
H A Dweb-same-layer.md883 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方…
888 this.surfaceID = surface_id;
910 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/
H A Djs-apis-avsession-sys.md2012 let surfaceID: string = '';
2017 surfaceID = surfaceId;
2023 aVCastController.setDisplaySurface(surfaceID).then(() => {
2060 let surfaceID: string = '';
2065 surfaceID = surfaceId;
2071 aVCastController.setDisplaySurface(surfaceID, (err: BusinessError) => {
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/pages/
H A DtableIndex.ets54 // surfaceID
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/pages/
H A DIndex.ets61 // surfaceID
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-preview-imageReceiver.md61 OH_LOG_INFO(LOG_APP, "receiver surfaceID:%{public}%llu", receiverSurfaceID);
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-media-sys.md596 let surfaceID: string; // Surface ID passed to the external system.
600 surfaceID = surfaceId;
643 let surfaceID: string; // Surface ID passed to the external system.
646 surfaceID = surfaceId;

12