Home
last modified time | relevance | path

Searched refs:mAudioChannels (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp161 mAnalyticsItem->setInt32(kRecorderAudioChannels, mAudioChannels); in updateMetrics()
518 mAudioChannels = channels; in setParamAudioNumberOfChannels()
1095 mAudioChannels, in createAudioSource()
1153 format->setInt32("channel-count", mAudioChannels); in createAudioSource()
1469 audioChannels == mAudioChannels) { in setDefaultProfileIfNecessary()
1559 if (minChannels != -1 && mAudioChannels < minChannels) { in clipNumberOfAudioChannels()
1561 " and will be set to (%d)", mAudioChannels, minChannels); in clipNumberOfAudioChannels()
1562 mAudioChannels = minChannels; in clipNumberOfAudioChannels()
1568 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()
1570 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels()
[all …]
DStagefrightRecorder.h113 int32_t mAudioChannels; member