Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/audio/
Daudio_hw.c111 int num_taps = 0; in read_filter_from_file() local
119 int n = sscanf(line, "%" SCNd16 "\n", &filter[num_taps++]); in read_filter_from_file()
121 ALOGE("Could not find coefficient %d! Exiting...", num_taps - 1); in read_filter_from_file()
124 ALOGV("Coeff %d : %" PRId16, num_taps, filter[num_taps - 1]); in read_filter_from_file()
125 if (num_taps == max_length) { in read_filter_from_file()
132 return num_taps; in read_filter_from_file()
142 int num_taps = read_filter_from_file(SPEAKER_EQ_FILE, speaker_eq_coeffs, SPEAKER_MAX_EQ_LENGTH); in out_set_eq() local
143 if (num_taps == 0) { in out_set_eq()
149 out->config.channels, FIR_SINGLE_FILTER, num_taps, in out_set_eq()