Home
last modified time | relevance | path

Searched defs:surface (Results 326 - 350 of 916) sorted by relevance

1...<<11121314151617181920>>...37

/base/update/updater/services/ui/driver/
H A Ddrm_driver.cpp41 void DrmDriver::GetGrSurface(GrSurface &surface) in GetGrSurface() argument
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp224 ProducerSurfaceAdapterImpl::ProducerSurfaceAdapterImpl(sptr<Surface> surface) : surface_(surface) {} in ProducerSurfaceAdapterImpl() argument
107 BufferConsumerListenerImpl( wptr<IConsumerSurface> surface, std::shared_ptr<IBufferConsumerListenerAdapter> listener) BufferConsumerListenerImpl() argument
/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp494 sptr<Surface> surface; in HWTEST_F() local
727 sptr<Surface> surface; HWTEST_F() local
[all...]
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp263 std::shared_ptr<ProducerSurfaceAdapter> surface = mediaCodecEncoderAdapterImpl->CreateInputSurface(); in HWTEST_F() local
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp156 sptr<Surface> surface = nullptr; in HWTEST_F() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_blit.c242 static hi_void drv_blit_init(hi_tde_surface *surface, hi_tde_rect *rect, in drv_blit_init() argument
535 drv_rotate_init(hi_tde_surface *surface, hi_tde_rect *rect, HIFB_BUFFER_S *src_img, HIFB_BUFFER_S *dst_img) drv_rotate_init() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player.cpp62 sptr<Surface> surface = SurfaceUtils::GetInstance()->GetSurface(surfaceUniqueId); in SetSurface() local
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp79 bool VideoPlayController::SetSurface(sptr<Surface> surface, bool keyFrame) in SetSurface() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_sink_demo.cpp135 sptr<Surface> surface = WindowManager::GetInstance().GetSurface(windowId); in AppendSurface() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp100 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(producer); in SetSurface() local
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp100 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(producer); in SetSurface() local
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_sink_decoder.cpp318 bool VideoSinkDecoder::SetSurface(sptr<Surface> surface) in SetSurface() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.cpp423 int32_t Interaction::AppendSurface(uint32_t contextId, uint32_t agentId, sptr<Surface> surface, SceneType sceneType) in AppendSurface() argument
511 int32_t Interaction::GetSurface(int32_t windowId, sptr<Surface> &surface) in GetSurface() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp113 auto surface = SurfaceUtils::GetInstance()->GetSurface(surfaceId); in AppendSurface() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp30 void XComponentSurfaceCallback::OnSurfaceCreated(const OHOS::sptr<OHOS::Surface>& surface) in OnSurfaceCreated() argument
282 void XComponentElement::OnSurfaceCreated(const OHOS::sptr<OHOS::Surface>& surface) in OnSurfaceCreated() argument
302 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) in OnSurfaceChanged() argument
37 OnSurfaceChanged( const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) OnSurfaceChanged() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp91 auto surface = weak.Upgrade(); in CreateExtSurface() local
99 auto surface = weak.Upgrade(); in CreateExtSurface() local
109 auto surface = weak.Upgrade(); CreateExtSurface() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.h96 void SetPreviewSurface(Surface &surface) in SetPreviewSurface() argument
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp51 sptr<Surface> surface = iter->second.promote(); in GetSurface() local
59 SurfaceError SurfaceUtils::Add(uint64_t uniqueId, const wptr<Surface> &surface) in Add() argument
[all...]
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp278 SurfaceImpl* surface = new SurfaceImpl(sid); in GenericSurfaceByIpcIo() local
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.cpp105 Surface *surface = Surface::CreateSurface(); in InitSurface() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_filter.cpp153 Status SurfaceDecoderFilter::SetOutputSurface(sptr<Surface> surface) in SetOutputSurface() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp60 static inline sptr<Surface> surface = nullptr; member in OHOS::Rosen::BufferQueueConsumerTest
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp467 void RSSubThread::AddToReleaseQueue(std::shared_ptr<Drawing::Surface>&& surface) in AddToReleaseQueue() argument
H A Drs_sub_thread_manager.cpp328 void RSSubThreadManager::AddToReleaseQueue(std::shared_ptr<Drawing::Surface>&& surface, uint32_t threadIndex) in AddToReleaseQueue() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp179 auto surface = CreateSurface(pixelMap_); in Run() local
48 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
370 CreateSurfaceSyncCopyTask( std::shared_ptr<Drawing::Surface> surface, std::unique_ptr<Media::PixelMap> pixelMap, NodeId id, sptr<RSISurfaceCaptureCallback> callback, int32_t rotation, bool useDma) CreateSurfaceSyncCopyTask() argument
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...37