Home
last modified time | relevance | path

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

/external/adhd/sound_card_init/dsm/src/
Dlib.rs95 const CALI_ERROR_LOWER_LIMIT: f32 = 0.03; constant
233 } else if diff < Self::CALI_ERROR_LOWER_LIMIT { in decide_calibration_value_workflow()