Searched defs:halconfig (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2053 audio_config_t halconfig = *config; local
2056 status_t status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig,
2061 halconfig.sample_rate,
2062 halconfig.format,
2063 halconfig.channel_mask,
2071 audio_is_linear_pcm(halconfig.format) &&
2072 (halconfig.sample_rate <= AUDIO_RESAMPLER_DOWN_RATIO_MAX * config->sample_rate) &&
2073 (audio_channel_count_from_in_mask(halconfig.channel_mask) <= FCC_2) &&
2078 status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig,
2094 NBAIO_Format format = Format_from_SR_C(halconfig
[all...]

Completed in 30 milliseconds