Searched refs:mMaxInputChannelCount (Results 1 – 2 of 2) sorted by relevance
1050 private int mMaxInputChannelCount; field in MediaCodecInfo.AudioCapabilities1084 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()
37016 Landroid/media/MediaCodecInfo$AudioCapabilities;->mMaxInputChannelCount:I