Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/media_adapter/src/
Dplayer_framework_adapter_impl.cpp212 int32_t PlayerAdapterImpl::SetVideoSurface(IConsumerSurfaceAdapter* cSurfaceAdapter) in SetVideoSurface() argument
214 if (!player_ || !cSurfaceAdapter) { in SetVideoSurface()
218 auto cSurface = static_cast<ConsumerSurfaceAdapterImpl*>(cSurfaceAdapter)->GetConsumerSurface(); in SetVideoSurface()
/base/web/webview/ohos_adapter/media_adapter/include/
Dplayer_framework_adapter_impl.h49 int32_t SetVideoSurface(IConsumerSurfaceAdapter* cSurfaceAdapter) override;
/base/web/webview/ohos_adapter/interfaces/
Dmedia_adapter.h89 virtual int32_t SetVideoSurface(IConsumerSurfaceAdapter* cSurfaceAdapter) = 0;