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.h54 kMaxNumSamplesPerFrame = 1152, enumerator
55 kMaxInputBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t) * 2,
DSoftFlacEncoder.cpp76 mInputBufferPcm32 = (FLAC__int32*) malloc(sizeof(FLAC__int32) * 2 * kMaxNumSamplesPerFrame); in SoftFlacEncoder()
315 CHECK_LE(nbInputSamples, 2 * 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()
224 if (inHeader->nFilledLen > 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()
207 if (inHeader->nFilledLen > kMaxNumSamplesPerFrame) { in onQueueFilled()