Home
last modified time | relevance | path

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

/external/tremolo/fuzzer/
Dvorbis_dec_fuzzer.cpp31 constexpr int16_t kMaxNumSamplesPerChannel = 8192; variable
163 size_t maxSamplesInBuffer = kMaxNumSamplesPerChannel * mVi->channels; in decodeFrames()
166 vorbis_dsp_pcmout(mState, outputBuf, kMaxNumSamplesPerChannel); in decodeFrames()
/external/tremolo/tests/
DVorbisDecoderTest.cpp28 constexpr uint32_t kMaxNumSamplesPerChannel = 8192; variable
232 size_t outCapacity = kMaxNumSamplesPerChannel * numChannels * sizeof(int16_t); in processVorbisDecoder()
243 numFrames = vorbis_dsp_pcmout(mState, mOutputBuffer, kMaxNumSamplesPerChannel); in processVorbisDecoder()