Searched refs:customConfig (Results 1 – 2 of 2) sorted by relevance
52 struct audio_config customConfig = *config; in open() local74 customConfig.sample_rate = config->sample_rate * mRateMultiplier; in open()76 customConfig.format = AUDIO_FORMAT_PCM_16_BIT; in open()77 customConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO; in open()89 customConfig.sample_rate, in open()90 customConfig.format, in open()91 customConfig.channel_mask); in open()96 &customConfig, in open()
150 struct audio_config customConfig = *config; in open() local151 customConfig.format = AUDIO_FORMAT_PCM_16_BIT; in open()157 &customConfig, in open()