Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp176 mMetricsItem->setInt32(kRecorderAudioChannels, mAudioChannels); in updateMetrics()
554 mAudioChannels = channels; in setParamAudioNumberOfChannels()
1361 mAudioChannels, in createAudioSource()
1417 format->setInt32("channel-count", mAudioChannels); in createAudioSource()
1733 audioChannels == mAudioChannels) { in setDefaultProfileIfNecessary()
1823 if (minChannels != -1 && mAudioChannels < minChannels) { in clipNumberOfAudioChannels()
1825 " and will be set to (%d)", mAudioChannels, minChannels); in clipNumberOfAudioChannels()
1826 mAudioChannels = minChannels; in clipNumberOfAudioChannels()
1832 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()
1835 mAudioChannels = maxChannels; in clipNumberOfAudioChannels()
[all …]
H A DStagefrightRecorder.h127 int32_t mAudioChannels; member