Searched refs:mAudioChannels (Results 1 – 2 of 2) sorted by relevance
183 mMetricsItem->setInt32(kRecorderAudioChannels, mAudioChannels); in updateMetrics()561 mAudioChannels = channels; in setParamAudioNumberOfChannels()1379 mAudioChannels, in createAudioSource()1435 format->setInt32("channel-count", mAudioChannels); in createAudioSource()1772 audioChannels == mAudioChannels) { in setDefaultProfileIfNecessary()1862 if (minChannels != -1 && mAudioChannels < minChannels) { in clipNumberOfAudioChannels()1864 " and will be set to (%d)", mAudioChannels, minChannels); in clipNumberOfAudioChannels()1865 mAudioChannels = minChannels; in clipNumberOfAudioChannels()1871 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()1873 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels()[all …]
128 int32_t mAudioChannels; member