Home
last modified time | relevance | path

Searched refs:kRawMinBufferCount (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dhdrplus_capture_session.h78 static const uint32_t kRawMinBufferCount = 12; variable
Dhdrplus_capture_session.cc289 if (hal_configured_streams->at(i).max_buffers < kRawMinBufferCount) { in BuildPipelines()
290 hal_configured_streams->at(i).max_buffers = kRawMinBufferCount; in BuildPipelines()