Searched refs:mic_time (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/audio/ |
D | audio_aec.c | 596 uint64_t mic_time = timespec_to_usec(info->timestamp); in process_aec() local 637 int64_t time_diff = (mic_time > spk_time) ? (mic_time - spk_time) : (spk_time - mic_time); in process_aec() 638 if ((spk_time == 0) || (mic_time == 0) || (time_diff > MAX_TIMESTAMP_DIFF_USEC)) { in process_aec() 645 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec() 652 aec->mic_buf, mic_time, in process_aec() 663 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec() 698 fprintf(fp_ts, "%"PRIu64",%"PRIu64"\n", mic_time, spk_time); in process_aec()
|
/device/linaro/dragonboard/audio/ |
D | audio_aec.c | 588 uint64_t mic_time = timespec_to_usec(info->timestamp); in process_aec() local 629 int64_t time_diff = (mic_time > spk_time) ? (mic_time - spk_time) : (spk_time - mic_time); in process_aec() 630 if ((spk_time == 0) || (mic_time == 0) || (time_diff > MAX_TIMESTAMP_DIFF_USEC)) { in process_aec() 637 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec() 644 aec->mic_buf, mic_time, in process_aec() 655 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec() 690 fprintf(fp_ts, "%"PRIu64",%"PRIu64"\n", mic_time, spk_time); in process_aec()
|