Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2049 audio_config_t halconfig = *config; in openInput_l() local
2052 status_t status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig, in openInput_l()
2057 halconfig.sample_rate, in openInput_l()
2058 halconfig.format, in openInput_l()
2059 halconfig.channel_mask, in openInput_l()
2067 audio_is_linear_pcm(halconfig.format) && in openInput_l()
2068 (halconfig.sample_rate <= AUDIO_RESAMPLER_DOWN_RATIO_MAX * config->sample_rate) && in openInput_l()
2069 (audio_channel_count_from_in_mask(halconfig.channel_mask) <= FCC_2) && in openInput_l()
2074 status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig, in openInput_l()
2090 NBAIO_Format format = Format_from_SR_C(halconfig.sample_rate, in openInput_l()
[all …]