Home
last modified time | relevance | path

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

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