Home
last modified time | relevance | path

Searched refs:bufferQueueSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Ddouble_preview_test.cpp43 constexpr uint32_t bufferQueueSize = 8; // set bufferQueue size in SetStreamInfo() local
56 streamInfo.bufferQueue_->producer_->SetQueueSize(bufferQueueSize); in SetStreamInfo()
H A Dmeta_data_test.cpp65 constexpr uint32_t bufferQueueSize = 8; in SetStreamInfo() local
81 streamInfo.bufferQueue_->producer_->SetQueueSize(bufferQueueSize); in SetStreamInfo()
H A Dcamera_video_test.cpp40 constexpr uint32_t bufferQueueSize = 8; in SetStreamInfo() local
63 streamInfo.bufferQueue_->producer_->SetQueueSize(bufferQueueSize); in SetStreamInfo()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp443 int32_t *bufferQueueSize = va_arg(args, int32_t*); in HandleNativeWindowGetBufferQueueSize() local
444 *bufferQueueSize = static_cast<int32_t>(window->surface->GetQueueSize()); in HandleNativeWindowGetBufferQueueSize()