Searched refs:GetConsumerSurface (Results 1 – 10 of 10) sorted by relevance
110 sptr<Surface> ImageSourceProcessor::GetConsumerSurface() in GetConsumerSurface() function in OHOS::DistributedHardware::ImageSourceProcessor113 return imageEncoder_->GetConsumerSurface(); in GetConsumerSurface()
39 virtual sptr<Surface> GetConsumerSurface() = 0;
37 sptr<Surface> GetConsumerSurface() override;
221 auto cSurface = surfaceAdapter_->GetConsumerSurface();273 auto cSurface = surfaceAdapter->GetConsumerSurface();
81 sptr<IConsumerSurface>& GetConsumerSurface();
66 sptr<Surface> GetConsumerSurface();
219 …face = std::static_pointer_cast<ConsumerSurfaceAdapterImpl>(cSurfaceAdapter)->GetConsumerSurface(); in SetVideoSurface()
188 sptr<IConsumerSurface>& ConsumerSurfaceAdapterImpl::GetConsumerSurface() in GetConsumerSurface() function in OHOS::NWeb::ConsumerSurfaceAdapterImpl
64 consumerSurface_ = imageProcessor_->GetConsumerSurface(); in SetConsumerSurface()
160 sptr<Surface> ImageSourceEncoder::GetConsumerSurface() in GetConsumerSurface() function in OHOS::DistributedHardware::ImageSourceEncoder