Home
last modified time | relevance | path

Searched refs:SURFACE_QUEUE_SIZE (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_video_source.cpp23 constexpr int32_t SURFACE_QUEUE_SIZE = 3; member
72 surface->SetQueueSize(SURFACE_QUEUE_SIZE); in SetSurfaceSize()
H A Drecorder_data_source.cpp23 constexpr int32_t SURFACE_QUEUE_SIZE = 3; member
51 surface->SetQueueSize(SURFACE_QUEUE_SIZE); in GetSurface()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.h35 constexpr int32_t SURFACE_QUEUE_SIZE = 5; member
107 void SetSurfaceQueueSize(int32_t queueSize = SURFACE_QUEUE_SIZE) override
155 int32_t queueSize_ = SURFACE_QUEUE_SIZE;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_surface_node_demo.cpp44 constexpr int32_t SURFACE_QUEUE_SIZE = 3; variable
153 producerSurface->SetQueueSize(SURFACE_QUEUE_SIZE); in Init()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp25 constexpr int32_t SURFACE_QUEUE_SIZE = 5; member
277 producerSurface_->SetQueueSize(SURFACE_QUEUE_SIZE); in CreateSurface()
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.cpp35 constexpr int32_t SURFACE_QUEUE_SIZE = 5; member
114 surface->SetQueueSize(SURFACE_QUEUE_SIZE); in InitSurface()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_napi.h59 static const std::int32_t SURFACE_QUEUE_SIZE = 10; member
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp62 constexpr int32_t SURFACE_QUEUE_SIZE = 5; member
348 producerSurface->SetQueueSize(SURFACE_QUEUE_SIZE); in PreparePlayer()

Completed in 6 milliseconds