Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc44 static constexpr int64_t kAllocationThreshold = 33000000; // 33ms variable
1821 if (elapsed_timestamp > kAllocationThreshold) { in RequestStreamBuffers()