Searched refs:customConfig (Results 1 – 2 of 2) sorted by relevance
53 struct audio_config customConfig = *config; in open() local75 customConfig.sample_rate = config->sample_rate * mRateMultiplier; in open()77 customConfig.format = AUDIO_FORMAT_PCM_16_BIT; in open()78 customConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO; in open()90 customConfig.sample_rate, in open()91 customConfig.format, in open()92 customConfig.channel_mask); in open()97 &customConfig, in open()
144 struct audio_config customConfig = *config; in open() local145 customConfig.format = AUDIO_FORMAT_PCM_16_BIT; in open()152 &customConfig, in open()