Searched refs:kMaxNumSamplesPerFrame (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h54 kMaxNumSamplesPerFrame = 1152, enumerator in enum:android::SoftFlacEncoder::__anon448
55 kMaxInputBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t) * 2,
H A DSoftFlacEncoder.cpp76 mInputBufferPcm32 = (FLAC__int32*) malloc(sizeof(FLAC__int32) * 2 * kMaxNumSamplesPerFrame);
315 CHECK_LE(nbInputSamples, 2 * kMaxNumSamplesPerFrame);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h45 kMaxNumSamplesPerFrame = 16384, enumerator in enum:android::SoftG711::__anon449
H A DSoftG711.cpp90 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
224 if (inHeader->nFilledLen > kMaxNumSamplesPerFrame) {
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h52 kMaxNumSamplesPerFrame = 16384, enumerator in enum:android::SoftGSM::__anon450
H A DSoftGSM.cpp90 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
207 if (inHeader->nFilledLen > kMaxNumSamplesPerFrame) {

Completed in 196 milliseconds