Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dhal_smoothness.c27 struct hal_smoothness itfe; member
201 smoothness_meta->itfe.version = version; in hal_smoothness_initialize()
202 smoothness_meta->itfe.increment_underrun = increment_underrun; in hal_smoothness_initialize()
203 smoothness_meta->itfe.increment_overrun = increment_overrun; in hal_smoothness_initialize()
204 smoothness_meta->itfe.increment_total_writes = increment_total_writes; in hal_smoothness_initialize()
205 smoothness_meta->itfe.flush = flush; in hal_smoothness_initialize()
211 *smoothness = &smoothness_meta->itfe; in hal_smoothness_initialize()
Dresampler.c30 struct resampler_itfe itfe; member
226 rsmp->itfe.reset = resampler_reset; in create_resampler()
227 rsmp->itfe.resample_from_provider = resampler_resample_from_provider; in create_resampler()
228 rsmp->itfe.resample_from_input = resampler_resample_from_input; in create_resampler()
229 rsmp->itfe.delay_ns = resampler_delay_ns; in create_resampler()
238 resampler_reset(&rsmp->itfe); in create_resampler()
245 *resampler = &rsmp->itfe; in create_resampler()
247 rsmp, &rsmp->itfe, rsmp->speex_resampler); in create_resampler()
Decho_reference.c39 struct echo_reference_itfe itfe; member
543 er->itfe.read = echo_reference_read; in create_echo_reference()
544 er->itfe.write = echo_reference_write; in create_echo_reference()
555 *echo_reference = &er->itfe; in create_echo_reference()