Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/audio/
Daudio_aec.c346 struct aec_info spk_info = aec->last_spk_info; in get_spk_timestamp() local
356 fifo_read(aec->ts_fifo, &spk_info, sizeof(struct aec_info)); in get_spk_timestamp()
359 spk_info.bytes, aec->read_write_diff_bytes, timespec_to_usec(spk_info.timestamp)); in get_spk_timestamp()
360 aec->read_write_diff_bytes -= spk_info.bytes; in get_spk_timestamp()
362 aec->last_spk_info = spk_info; in get_spk_timestamp()
618 struct aec_info spk_info; in process_aec() local
619 spk_info.bytes = bytes; in process_aec()
620 int ref_ret = get_reference_samples(aec, aec->spk_buf, &spk_info); in process_aec()
621 spk_time = spk_info.timestamp_usec; in process_aec()