Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc48 uint32_t local_time; member
60 uint32_t local_time; member
78 state.local_time = state.stream_time = state.t0; in OnEvent()
94 uint32_t local_time = state.local_time + elapsed_us; in OnEvent() local
95 int dt_current = int(timestamp_us - local_time); in OnEvent()
98 if (local_time - state.decim_t0 < 1000 * 1000) return; in OnEvent()
103 state.local_time += elapsed_us; in OnEvent()
112 state.local_time += state.decim_dt[1]; in OnEvent()
144 int err = state.stream_time - (state.local_time + state.decim_dt[0]); in OnEvent()
156 ref.local_time = state.local_time - state.t0; in OnEvent()
[all …]