Home
last modified time | relevance | path

Searched defs:surface (Results 1 - 25 of 53) sorted by relevance

123

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_camera_buffer_listener_adapter_wrapper.cpp31 void ArkCameraBufferListenerAdapterWrapper::OnBufferAvailable(std::shared_ptr<NWeb::CameraSurfaceAdapter> surface, in OnBufferAvailable() argument
H A Dark_media_codec_encoder_adapter_impl.cpp85 std::shared_ptr<NWeb::ProducerSurfaceAdapter> surface = real_->CreateInputSurface(); in CreateInputSurface() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_camera_buffer_listener_adapter_impl.cpp29 void ArkCameraBufferListenerAdapterImpl::OnBufferAvailable(ArkWebRefPtr<ArkCameraSurfaceAdapter> surface, in OnBufferAvailable() argument
H A Dark_producer_surface_adapter_wrapper.cpp34 ArkWebRefPtr<ArkSurfaceBufferAdapter> surface; in RequestBuffer() local
H A Dark_media_codec_encoder_adapter_wrapper.cpp103 ArkWebRefPtr<ArkProducerSurfaceAdapter> surface = ctocpp_->CreateInputSurface(); in CreateInputSurface() local
/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserhost_fuzzer/
H A Daafwkbrowserhost_fuzzer.cpp50 sptr<Surface> surface; in AafwkBrowserHostFuzzTest() local
/base/useriam/face_auth/test/fuzztest/faceauthservice_fuzzer/
H A Dface_auth_service_fuzzer.cpp48 auto surface = IConsumerSurface::Create(); in FuzzSetBufferProducer() local
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H A Dbuffer_adapter.cpp20 SurfaceBufferToCameraBuffer(const OHOS::SurfaceBuffer* surfaceBuffer, const std::shared_ptr<OHOS::Surface>& surface, const std::shared_ptr<IBuffer>& buffer) SurfaceBufferToCameraBuffer() argument
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
H A Dface_auth_interface_service_fuzzer.cpp53 auto surface = IConsumerSurface::Create(); in FuzzSetBufferProducer() local
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/
H A Dcontrolcamera_fuzzer.cpp63 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetPreviewWindow() local
95 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetDisplayWindow() local
/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp124 void FbdevDriver::GetGrSurface(GrSurface &surface) in GetGrSurface() argument
H A Dgraphic_engine.cpp40 __attribute__((weak)) void PostInitSurfDev(std::unique_ptr<SurfaceDev> &surfDev, GrSurface &surface) in PostInitSurfDev() argument
H A Ddrm_driver.cpp41 void DrmDriver::GetGrSurface(GrSurface &surface) in GetGrSurface() argument
/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp64 void MockBrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface() argument
85 sptr<Surface> surface; in AafwkBrowserClientAdapterFuzzTest() local
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Dstream_customer.h41 TestBuffersConsumerListener(const sptr<IConsumerSurface>& surface, in TestBuffersConsumerListener() argument
/base/telephony/cellular_call/services/control/src/
H A Dims_video_call_control.cpp50 SetPreviewWindow( int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) SetPreviewWindow() argument
65 SetDisplayWindow( int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) SetDisplayWindow() argument
/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp34 NWebOutputFrameCallbackImpl(wptr<Surface> surface, NWebSurfaceAdapter *adapter) : surface_(surface), in NWebOutputFrameCallbackImpl() argument
54 std::shared_ptr<NWebCreateInfoImpl> NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo() argument
77 sptr<Surface> surface = surfaceWeak.promote(); in OutputFrameCallback() local
96 RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) RequestBuffer() argument
164 FlushBuffer( sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) FlushBuffer() argument
[all...]
/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_host_impl.cpp107 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(bufferProducer); in HandlePassSurface() local
133 sptr<Surface> surface = ohNativeWindow->surface; in QueryRenderSurface() local
149 void AafwkBrowserHostImpl::PassSurface(sptr<Surface> surface, int64_ argument
[all...]
H A Daafwk_browser_client_adapter_impl.cpp62 sptr<IRemoteObject> surface = reply.ReadRemoteObject(); in QueryRenderSurface() local
92 void BrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface() argument
157 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(bufferProducer); in QueryRenderSurface() local
197 sptr<Surface> surface = utils->GetSurface(surface_id); PassSurface() local
[all...]
/base/web/webview/test/unittest/nweb_surface_adapter_test/
H A Dnweb_surface_adapter_test.cpp105 sptr<Surface> surface = nullptr; in HWTEST_F() local
170 sptr<Surface> surface = nullptr; in HWTEST_F() local
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp114 void HdiGfxComposition::InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer) in InitGfxSurface() argument
[all...]
/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp57 int32_t VideoControlManager::SetPreviewWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface) in SetPreviewWindow() argument
81 int32_t VideoControlManager::SetDisplayWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface) in SetDisplayWindow() argument
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp129 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in TestImsCallClientWithSlotAndType() local
305 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in TestImsCallProxyWithSlotAndType() local
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp94 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetPreviewWindow() local
132 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetDisplayWindow() local
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp214 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetPreviewWindow() local
229 auto surface = SurfaceUtils::GetInstance()->GetSurface(tmpSurfaceId); in SetDisplayWindow() local

Completed in 10 milliseconds

123