[go: nahoru, domu]

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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2117 audio_config_t halconfig = *config; local
2120 status_t status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig,
2125 halconfig.sample_rate,
2126 halconfig.format,
2127 halconfig.channel_mask,
2135 audio_is_linear_pcm(halconfig.format) &&
2136 (halconfig.sample_rate <= AUDIO_RESAMPLER_DOWN_RATIO_MAX * config->sample_rate) &&
2137 (audio_channel_count_from_in_mask(halconfig.channel_mask) <= FCC_8) &&
2142 status = inHwHal->open_input_stream(inHwHal, *input, devices, &halconfig,
2158 NBAIO_Format format = Format_from_SR_C(halconfig
[all...]

Completed in 11 milliseconds