Searched refs:check_bounds (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler.cc | 445 auto check_bounds = [](int v, int min, int max) { in __anon1887976e0802() local 449 if (!check_bounds(channels, 1, 8) || 450 !check_bounds(sample_rate, 1 * 1000, 100 * 1000) || 451 !check_bounds(bit_depth, 8, 32) || 452 !check_bounds(interval_us, 1 * 1000, 100 * 1000) || 453 !check_bounds(num_burst_buffers, 0, 10) || 454 !check_bounds(burst_delay_ms, 0, 1000)) {
|