Home
last modified time | relevance | path

Searched refs:SURFACE_DEFAULT_QUEUE_SIZE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_type.h48 constexpr uint16_t SURFACE_DEFAULT_QUEUE_SIZE = 1; variable
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h27 #define SURFACE_DEFAULT_QUEUE_SIZE 3 macro
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h259 uint32_t queueSize_ = SURFACE_DEFAULT_QUEUE_SIZE;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp174 ASSERT_EQ(bp->GetQueueSize(), (uint32_t)SURFACE_DEFAULT_QUEUE_SIZE);
H A Dbuffer_queue_producer_test.cpp102 ASSERT_EQ(bqp_->GetQueueSize(), (uint32_t)SURFACE_DEFAULT_QUEUE_SIZE);
H A Dbuffer_queue_test.cpp98 ASSERT_EQ(bq->GetQueueSize(), (uint32_t)SURFACE_DEFAULT_QUEUE_SIZE);
H A Dproducer_surface_test.cpp362 ASSERT_EQ(pSurface->GetQueueSize(), (uint32_t)SURFACE_DEFAULT_QUEUE_SIZE);
H A Dconsumer_surface_test.cpp173 ASSERT_EQ(cs->GetQueueSize(), (uint32_t)SURFACE_DEFAULT_QUEUE_SIZE);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp73 constexpr uint32_t MIN_BUFFER_SIZE = SURFACE_DEFAULT_QUEUE_SIZE;