Searched refs:kMaxChannels (Results 1 – 13 of 13) sorted by relevance
33 kMaxChannels = 8, enumerator87 FLAC__int32 const * mWriteBuffer[kMaxChannels];
310 if (getChannels() == 0 || getChannels() > kMaxChannels) { in parseMetadata()
48 static constexpr unsigned int kMaxChannels = 2; member51 kNumSamplesPerFrame * kMaxChannels * sizeof(float);
80 sizeof(FLAC__int32) * kNumSamplesPerFrame * kMaxChannels * 2); in SoftFlacEncoder()275 if (pcmParams->nChannels < 1 || pcmParams->nChannels > kMaxChannels) { in internalSetParameter()409 CHECK_LE(nbInputSamples, kNumSamplesPerFrame * kMaxChannels); in onQueueFilled()415 CHECK_LE(nbInputSamples, kNumSamplesPerFrame * kMaxChannels * 2); in onQueueFilled()
33 constexpr int kMaxChannels = 8; variable35 constexpr uint8_t kOpusChannelMap[kMaxChannels][kMaxChannels] = {103 if (header->channels < 1 || header->channels > kMaxChannels) { in ParseOpusHeader()149 if (header.channels < 1 || header.channels > kMaxChannels) { in WriteOpusHeader()
54 constexpr int kMaxChannels = 8; variable55 constexpr uint8_t kOpusChannelMap[kMaxChannels][kMaxChannels] = {266 ASSERT_LE(header.channels, kMaxChannels); in TEST_P()
27 constexpr int kMaxChannels = 2; variable192 size_t outBufSize = kMaxFrameSamples * kMaxChannels; in decodeFrames()
41 static const int kMaxChannels = 8; variable113 def.nBufferSize = kMaxNumSamplesPerBuffer * sizeof(int16_t) * kMaxChannels; in initPorts()349 if (header->channels <= 0 || header->channels > kMaxChannels) { in ParseOpusHeader()455 uint8_t channel_mapping[kMaxChannels] = {0}; in onQueueFilled()
190 static const int kMaxChannels = 8; variable272 uint8_t channel_mapping[kMaxChannels] = {0}; in process()380 kMaxNumSamplesPerBuffer * kMaxChannels * sizeof(int16_t), in process()
95 kMaxChannels = FCC_8, enumerator148 … void (*mCopy)(int16_t *dst, const int * src[kMaxChannels], unsigned nSamples, unsigned nChannels);165 FLAC__int32 const * mWriteBuffer[kMaxChannels];519 if (getChannels() == 0 || getChannels() > kMaxChannels) { in init()
145 : kMaxBlockSize * FLACDecoder::kMaxChannels * sampleSize; in processFlacDecoder()
92 def.nBufferSize = kNumSamplesPerFrame * FLACDecoder::kMaxChannels * sizeof(float); in initPorts()
282 : kMaxBlockSize * FLACDecoder::kMaxChannels * sampleSize; in process()