Searched refs:bytes_per_ms_ (Results 1 – 5 of 5) sorted by relevance
452 bytes_per_ms_ = 8; in SetUp()457 bytes_per_ms_ = 2 * 8; in SetUp()461 bytes_per_ms_ = 8; in SetUp()465 bytes_per_ms_ = 16; in SetUp()469 bytes_per_ms_ = 32; in SetUp()473 bytes_per_ms_ = 64; in SetUp()477 bytes_per_ms_ = 96; in SetUp()481 bytes_per_ms_ = 2 * 16; in SetUp()485 bytes_per_ms_ = 2 * 32; in SetUp()489 bytes_per_ms_ = 2 * 64; in SetUp()[all …]
201 bytes_per_ms_(audio_parameters.channels() * in Callback()207 CHECK_NE(bytes_per_ms_, 0); // Catch division by zero early. in Callback()
62 const int bytes_per_ms_; variable
294 int audio_delay_milliseconds = pending_data / bytes_per_ms_; in Process()
317 int audio_delay_milliseconds = pending_data / bytes_per_ms_; in Process()