Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.h78 std::unique_ptr<ClockRecovery> clock_recovery_; variable
Dasrc_resampler.cc472 clock_recovery_ = std::make_unique<ClockRecovery>(thread);
595 uint32_t local_us = clock_recovery_->Convert(stream_us_); in Run()
623 clock_recovery_->UpdateOutputStats(ratio * sample_rate_, in Run()