Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrWbEnc.cpp174 uint8_t outBuffer[kNumBytesPerInputFrame]; in onStop()
175 (void) encodeInput(outBuffer, kNumBytesPerInputFrame); in onStop()
244 inputData.Length = kNumBytesPerInputFrame; in encodeInput()
302 size_t outCapacity = kNumBytesPerInputFrame; in process()
325 if ((inPos + (kNumBytesPerInputFrame - mFilledLen)) <= inSize) { in process()
327 (kNumBytesPerInputFrame - mFilledLen)); in process()
328 inPos += (kNumBytesPerInputFrame - mFilledLen); in process()
335 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
DC2SoftAmrNbEnc.cpp219 size_t outCapacity = kNumBytesPerInputFrame; in process()
242 if ((inPos + (kNumBytesPerInputFrame - mFilledLen)) <= inSize) { in process()
244 (kNumBytesPerInputFrame - mFilledLen)); in process()
245 inPos += (kNumBytesPerInputFrame - mFilledLen); in process()
252 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