Home
last modified time | relevance | path

Searched refs:kNumBytesPerInputFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrWbEnc.cpp166 uint8_t outBuffer[kNumBytesPerInputFrame]; in onStop()
167 (void) encodeInput(outBuffer, kNumBytesPerInputFrame); in onStop()
236 inputData.Length = kNumBytesPerInputFrame; in encodeInput()
294 size_t outCapacity = kNumBytesPerInputFrame; in process()
317 if ((inPos + (kNumBytesPerInputFrame - mFilledLen)) <= inSize) { in process()
319 (kNumBytesPerInputFrame - mFilledLen)); in process()
320 inPos += (kNumBytesPerInputFrame - mFilledLen); in process()
327 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
DC2SoftAmrNbEnc.cpp212 size_t outCapacity = kNumBytesPerInputFrame; in process()
235 if ((inPos + (kNumBytesPerInputFrame - mFilledLen)) <= inSize) { in process()
237 (kNumBytesPerInputFrame - mFilledLen)); in process()
238 inPos += (kNumBytesPerInputFrame - mFilledLen); in process()
245 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
DC2SoftAmrNbEnc.h49 static const int32_t kNumBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t); variable
DC2SoftAmrWbEnc.h49 static const int32_t kNumBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t); variable