Searched refs:cSurfaceAdapter (Results 1 – 8 of 8) sorted by relevance
47 …apterWrapper::SetVideoSurface(std::shared_ptr<OHOS::NWeb::IConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument50 std::static_pointer_cast<ArkIConsumerSurfaceAdapterWrapper>(cSurfaceAdapter); in SetVideoSurface()
35 …int32_t SetVideoSurface(std::shared_ptr<OHOS::NWeb::IConsumerSurfaceAdapter> cSurfaceAdapter) over…
47 …2_t ArkPlayerAdapterImpl::SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument49 …sumerSurfaceAdapterImpl* imp = static_cast<ArkIConsumerSurfaceAdapterImpl*>(cSurfaceAdapter.get()); in SetVideoSurface()
35 int32_t SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) override;
213 int32_t PlayerAdapterImpl::SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) in SetVideoSurface() argument215 if (!player_ || !cSurfaceAdapter) { in SetVideoSurface()219 …auto cSurface = std::static_pointer_cast<ConsumerSurfaceAdapterImpl>(cSurfaceAdapter)->GetConsumer… in SetVideoSurface()
47 virtual int32_t SetVideoSurface(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> cSurfaceAdapter) = 0;
49 int32_t SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) override;
90 virtual int32_t SetVideoSurface(std::shared_ptr<IConsumerSurfaceAdapter> cSurfaceAdapter) = 0;