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

/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h48 const unsigned int kMaxNumSamplesPerFrame = 1152; member in struct:android::SoftFlacEncoder
49 const unsigned int kMaxInputBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t) * 2;
H A DSoftFlacEncoder.cpp77 mInputBufferPcm32 = (FLAC__int32*) malloc(sizeof(FLAC__int32) * 2 * kMaxNumSamplesPerFrame);
387 CHECK_LE(nbInputSamples, 2 * kMaxNumSamplesPerFrame);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h45 kMaxNumSamplesPerFrame = 16384, enumerator in enum:android::SoftG711::__anon565
H A DSoftG711.cpp90 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
283 if (inHeader->nFilledLen > kMaxNumSamplesPerFrame) {
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h52 kMaxNumSamplesPerFrame = 16384, enumerator in enum:android::SoftGSM::__anon566
H A DSoftGSM.cpp90 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
266 if (inHeader->nFilledLen > kMaxNumSamplesPerFrame) {

Completed in 114 milliseconds