Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1050 private int mMaxInputChannelCount; field in MediaCodecInfo.AudioCapabilities
1084 return mMaxInputChannelCount; in getMaxInputChannelCount()
1107 mMaxInputChannelCount = MAX_INPUT_CHANNEL_COUNT; in initWithPlatformLimits()
1120 (inputChannels < 1 || inputChannels > mMaxInputChannelCount)) { in supports()
1257 mMaxInputChannelCount = Range.create(1, mMaxInputChannelCount) in applyLimits()
1295 if (mMaxInputChannelCount == 1) { in getDefaultFormat()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37016 Landroid/media/MediaCodecInfo$AudioCapabilities;->mMaxInputChannelCount:I