Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_player_adapter_wrapper.cpp47 …apterWrapper::SetVideoSurface(std::shared_ptr<OHOS::NWeb::IConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument
50 std::static_pointer_cast<ArkIConsumerSurfaceAdapterWrapper>(cSurfaceAdapter); in SetVideoSurface()
H A Dark_player_adapter_wrapper.h35 …int32_t SetVideoSurface(std::shared_ptr<OHOS::NWeb::IConsumerSurfaceAdapter> cSurfaceAdapter) over…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_player_adapter_impl.cpp47 …2_t ArkPlayerAdapterImpl::SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument
49 …sumerSurfaceAdapterImpl* imp = static_cast<ArkIConsumerSurfaceAdapterImpl*>(cSurfaceAdapter.get()); in SetVideoSurface()
H A Dark_player_adapter_impl.h35 int32_t SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) override;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp213 int32_t PlayerAdapterImpl::SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument
215 if (!player_ || !cSurfaceAdapter) { in SetVideoSurface()
219 …auto cSurface = std::static_pointer_cast<ConsumerSurfaceAdapterImpl>(cSurfaceAdapter)->GetConsumer… in SetVideoSurface()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_adapter.h47 virtual int32_t SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) = 0;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dplayer_framework_adapter_impl.h49 int32_t SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_adapter.h90 virtual int32_t SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) = 0;