Home
last modified time | relevance | path

Searched refs:GetConsumerSurface (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp110 sptr<Surface> ImageSourceProcessor::GetConsumerSurface() in GetConsumerSurface() function in OHOS::DistributedHardware::ImageSourceProcessor
113 return imageEncoder_->GetConsumerSurface(); in GetConsumerSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h39 virtual sptr<Surface> GetConsumerSurface() = 0;
H A Dimage_source_processor.h37 sptr<Surface> GetConsumerSurface() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp221 auto cSurface = surfaceAdapter_->GetConsumerSurface();
273 auto cSurface = surfaceAdapter->GetConsumerSurface();
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dsurface_adapter_impl.h81 sptr<IConsumerSurface>& GetConsumerSurface();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H A Dimage_source_encoder.h66 sptr<Surface> GetConsumerSurface();
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp219 …face = std::static_pointer_cast<ConsumerSurfaceAdapterImpl>(cSurfaceAdapter)->GetConsumerSurface(); in SetVideoSurface()
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp188 sptr<IConsumerSurface>& ConsumerSurfaceAdapterImpl::GetConsumerSurface() in GetConsumerSurface() function in OHOS::NWeb::ConsumerSurfaceAdapterImpl
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp64 consumerSurface_ = imageProcessor_->GetConsumerSurface(); in SetConsumerSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp160 sptr<Surface> ImageSourceEncoder::GetConsumerSurface() in GetConsumerSurface() function in OHOS::DistributedHardware::ImageSourceEncoder