Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 25 of 260) sorted by relevance

1234567891011

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dsurface_test.cpp50 auto surface = std::make_unique<Surface>(); variable
62 auto surface = std::make_unique<Surface>(); variable
76 auto surface = std::make_unique<Surface>(); variable
93 auto surface = std::make_unique<Surface>(); variable
107 auto surface = std::make_unique<Surface>(); variable
128 auto surface = std::make_unique<Surface>(); variable
142 auto surface = std::make_unique<Surface>(); variable
160 auto surface = std::make_unique<Surface>(); variable
174 auto surface = std::make_unique<Surface>(); variable
192 auto surface = std::make_unique<Surface>(); variable
[all …]
/foundation/graphic/surface_lite/test/unittest/
Dgraphic_surface_test.cpp200 Surface* surface = Surface::CreateSurface(); variable
275 Surface* surface = Surface::CreateSurface(); variable
318 Surface* surface = Surface::CreateSurface(); variable
370 Surface* surface = Surface::CreateSurface(); variable
417 Surface* surface = Surface::CreateSurface(); variable
461 Surface* surface = Surface::CreateSurface(); variable
513 Surface* surface = Surface::CreateSurface(); variable
551 Surface* surface = Surface::CreateSurface(); variable
599 Surface* surface = Surface::CreateSurface(); variable
630 Surface* surface = Surface::CreateSurface(); variable
[all …]
/foundation/multimedia/player_framework/test/unittest/avcodec_test/vcodec_test/
Dvcodec_unit_test.cpp158 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
191 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
228 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
269 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
305 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
343 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
435 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
472 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
509 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
559 std::shared_ptr<SurfaceMock> surface = videoEnc_->GetInputSurface(); variable
[all …]
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
Drecorder_video_source.cpp44 Surface *surface = Surface::CreateSurface(); in GetSurface() local
60 Surface *surface = Surface::CreateSurface(); in SetSurfaceSize() local
69 Surface *surface = surface_.get(); in SetSurfaceSize() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
Dimage_sink_processor_test.cpp152 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); variable
167 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); variable
/foundation/multimedia/player_framework/test/unittest/avcodec_test/native/surface/
Dsurface_native_mock.h27 explicit SurfaceNativeMock(sptr<Surface> surface) : surface_(surface) {} in SurfaceNativeMock()
/foundation/graphic/surface_lite/frameworks/
Dsurface.cpp22 SurfaceImpl* surface = new SurfaceImpl(); in CreateSurface() local
/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/inner/
Dsurface_inner_mock.h26 explicit SurfaceInnerMock(sptr<Surface> &surface) : surface_(surface) {} in SurfaceInnerMock()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_surface_ohos_converter.cpp31 sptr<Surface> RSSurfaceConverter::ConvertToOhosSurface(std::shared_ptr<RSRenderSurface> surface) in ConvertToOhosSurface()
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
Dproperty_carrier.cpp26 int32_t PropertyCarrier::CarrySurfaceProperty(sptr<Surface>& surface) in CarrySurfaceProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
Drs_surface_ohos_converter.cpp21 sptr<Surface> RSSurfaceConverter::ConvertToOhosSurface(std::shared_ptr<RSSurface> surface) in ConvertToOhosSurface()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
Ddcamera_client_demo.h45 …explicit DemoDCameraBufferConsumerListener(const sptr<IConsumerSurface>& surface) : surface_(surfa… in DemoDCameraBufferConsumerListener()
102 explicit DemoDCameraPhotoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPhotoSurfaceListener()
133 explicit DemoDCameraPreviewSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPreviewSurfaceListener()
165 explicit DemoDCameraVideoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraVideoSurfaceListener()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
Ddcamera_client_demo.h45 …explicit DemoDCameraBufferConsumerListener(const sptr<IConsumerSurface>& surface) : surface_(surfa… in DemoDCameraBufferConsumerListener()
102 explicit DemoDCameraPhotoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPhotoSurfaceListener()
133 explicit DemoDCameraPreviewSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPreviewSurfaceListener()
165 explicit DemoDCameraVideoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraVideoSurfaceListener()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_receiver_manager_test.cpp84 auto surface = imageReceiverManager.getSurfaceByKeyId(""); variable
102 auto surface = imageReceiverManager.getSurfaceByKeyId(receiverKey); variable
/foundation/multimedia/camera_lite/frameworks/
Dframe_config.cpp34 void FrameConfig::AddSurface(Surface &surface) in AddSurface()
40 void FrameConfig::RemoveSurface(Surface &surface) in RemoveSurface()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
Ddecode_surface_listener.h30 …DecodeSurfaceListener(sptr<IConsumerSurface> surface, std::weak_ptr<DecodeDataProcess> decodeVideo… in DecodeSurfaceListener()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_physical_screen_processor.cpp46 [this](const auto& surface, const auto& layers) { Redraw(surface, layers); }); in Init()
77 void RSPhysicalScreenProcessor::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr… in Redraw()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
Drs_surface_factory.cpp25 const sptr<Surface>& surface, std::shared_ptr<DrawingContext> drawingContext) in CreateRSSurface()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/capi/
Dsurface_capi_mock.cpp25 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface(sptr<Surface> &surface) in CreateSurface()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
Dsurface_ohos.cpp34 std::shared_ptr<SurfaceBase> SurfaceOhos::CreateSurface(sptr<Surface> surface) in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
Drender_context_ohos_gl.cpp173 EGLSurface surface = EGL_NO_SURFACE; in MakeCurrent() local
230 EGLSurface surface = eglCreateWindowSurface(eglDisplay_, config_, nativeWindow_, NULL); in CreateSurface() local
269 auto surface = eglState->eglSurface; in DestroySurface() local
338 auto surface = eglState->eglSurface; in SwapBuffers() local
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dext_surface.cpp67 auto surface = weak.Upgrade(); in Create() local
90 auto surface = weak.Upgrade(); in CreateExtSurface() local
98 auto surface = weak.Upgrade(); in CreateExtSurface() local
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
Ddcamera_codec_event.h39 CodecPacket(const sptr<IConsumerSurface>& surface) in CodecPacket()
63 void SetSurface(sptr<IConsumerSurface> surface) in SetSurface()
/foundation/arkui/ui_lite/frameworks/window/
Dwindow_impl.cpp202 ISurface* surface = iWindow_->GetSurface(); in Flush() local
212 ISurface* surface = iWindow_->GetSurface(); in UpdateHalDisplayBuffer() local
/foundation/multimedia/camera_lite/services/impl/src/
Dcamera_device.cpp250 Surface *surface = surfaceList.front(); in CameraCreateJpegEnc() local
295 static void StreamAttrInitialize(StreamAttr *streamAttr, Surface *surface, in StreamAttrInitialize()
319 static int32_t SurfaceSetSize(SurfaceBuffer* surfaceBuf, Surface* surface, uint32_t size) in SurfaceSetSize()
442 for (auto &surface : surfaceList) { in SetFrameConfig() local
536 static void GetSurfaceRect(Surface *surface, IRect *attr) in GetSurfaceRect()
552 Surface *surface = surfaceList.front(); in SetFrameConfig() local
617 Surface *surface = surfaceList.front(); in SetFrameConfig() local
724 Surface *surface = surfaceList.front(); in SetFrameConfig() local
888 Surface* surface = surfaceList.front(); in TriggerLoopingCapture() local

1234567891011