Home
last modified time | relevance | path

Searched refs:surface_ (Results 1 - 7 of 7) sorted by relevance

/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp34 NWebOutputFrameCallbackImpl(wptr<Surface> surface, NWebSurfaceAdapter *adapter) : surface_(surface), in NWebOutputFrameCallbackImpl()
40 return adapter_->OutputFrameCallback(buffer, width, height, surface_);
44 wptr<Surface> surface_ = nullptr; member in OHOS::NWeb::NWebOutputFrameCallbackImpl
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp224 ProducerSurfaceAdapterImpl::ProducerSurfaceAdapterImpl(sptr<Surface> surface) : surface_(surface) {} in ProducerSurfaceAdapterImpl()
267 if (!surface_) { in RequestBuffer()
280 surface_->RequestBuffer(buffer, fence, config); in RequestBuffer()
287 if (!surface_ || !bufferAdapter || !flushConfigAdapter) { in FlushBuffer()
298 return surface_->FlushBuffer(bufferImpl->GetBuffer(), fence, config); in FlushBuffer()
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dsurface_adapter_impl.h104 sptr<Surface> surface_ = nullptr; member in OHOS::NWeb::ProducerSurfaceAdapterImpl
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp857 : surfaceType_(type), surface_(surface), listener_(listener) in CameraSurfaceListener()
994 if (surface_ == nullptr) { in OnBufferAvailable()
995 WVLOG_E("OnBufferAvailable:surface_ is null"); in OnBufferAvailable()
998 surface_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable()
1002 std::shared_ptr<CameraRotationInfoAdapter> rotationInfo = GetRotationInfo(surface_->GetTransform()); in OnBufferAvailable()
1010 surfaceType_, size, buffer->GetWidth(), buffer->GetHeight(), surface_->GetTransform(), in OnBufferAvailable()
1013 auto surfaceAdapter = std::make_shared<CameraSurfaceAdapterImpl>(surface_); in OnBufferAvailable()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h181 sptr<IConsumerSurface> surface_; member in OHOS::NWeb::CameraSurfaceListener
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp304 adapter->surface_ = nullptr; in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp254 listener->surface_ = nullptr; in HWTEST_F()

Completed in 9 milliseconds