Searched refs:kMaxChannelsWithDefaultLayout (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp307 static const int kMaxChannelsWithDefaultLayout = 2; member in namespace:android
308 static const uint8_t kDefaultOpusChannelLayout[kMaxChannelsWithDefaultLayout] = { 0, 1 };
357 if (header->channels > kMaxChannelsWithDefaultLayout) {
444 if (mHeader->channels <= kMaxChannelsWithDefaultLayout) {
447 kMaxChannelsWithDefaultLayout);

Completed in 90 milliseconds