Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.cpp41 static const int kMaxNumChannelsSupported = 2; variable
76 .withFields({C2F(mChannelCount, value).inRange(1, kMaxNumChannelsSupported)}) in IntfImpl()