Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc53 int decim_dt[2]; member
82 state.decim_dt[1] = INT_MAX; in OnEvent()
96 state.decim_dt[1] = std::min(state.decim_dt[1], dt_current); in OnEvent()
111 state.decim_t0 += state.decim_dt[1]; in OnEvent()
112 state.local_time += state.decim_dt[1]; in OnEvent()
113 state.stream_time += state.decim_dt[1]; in OnEvent()
115 state.decim_dt[0] = 0; in OnEvent()
116 state.decim_dt[1] = INT_MAX; in OnEvent()
124 int drift = state.decim_dt[1] - state.decim_dt[0]; in OnEvent()
125 state.decim_dt[0] = state.decim_dt[1]; in OnEvent()
[all …]