Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1989 audio_config_t halconfig = *config; in openInput_l() local
1992 status_t status = inHwHal->open_input_stream(inHwHal, *input, device, &halconfig, in openInput_l()
1997 halconfig.sample_rate, in openInput_l()
1998 halconfig.format, in openInput_l()
1999 halconfig.channel_mask, in openInput_l()
2007 config->format == halconfig.format && halconfig.format == AUDIO_FORMAT_PCM_16_BIT && in openInput_l()
2008 (halconfig.sample_rate <= 2 * config->sample_rate) && in openInput_l()
2009 (audio_channel_count_from_in_mask(halconfig.channel_mask) <= FCC_2) && in openInput_l()
2014 status = inHwHal->open_input_stream(inHwHal, *input, device, &halconfig, in openInput_l()
2030 NBAIO_Format format = Format_from_SR_C(halconfig.sample_rate, in openInput_l()
[all …]