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

/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp52 struct audio_config customConfig = *config; local
74 customConfig.sample_rate = config->sample_rate * mRateMultiplier;
76 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
77 customConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO;
81 // Print before open() because HAL may modify customConfig.
89 customConfig.sample_rate,
90 customConfig.format,
91 customConfig.channel_mask);
96 &customConfig,
H A DAudioStreamOut.cpp149 struct audio_config customConfig = *config; local
150 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
156 &customConfig,

Completed in 37 milliseconds