Searched refs:kMaxNumSamplesPerChannel (Results 1 – 2 of 2) sorted by relevance
31 constexpr int16_t kMaxNumSamplesPerChannel = 8192; variable163 size_t maxSamplesInBuffer = kMaxNumSamplesPerChannel * mVi->channels; in decodeFrames()166 vorbis_dsp_pcmout(mState, outputBuf, kMaxNumSamplesPerChannel); in decodeFrames()
28 constexpr uint32_t kMaxNumSamplesPerChannel = 8192; variable232 size_t outCapacity = kMaxNumSamplesPerChannel * numChannels * sizeof(int16_t); in processVorbisDecoder()243 numFrames = vorbis_dsp_pcmout(mState, mOutputBuffer, kMaxNumSamplesPerChannel); in processVorbisDecoder()