Searched refs:mInputFrame (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrWbEnc.cpp | 172 mInputFrame[i] = 0x0008; /* EHF_MASK */ in onStop() 243 inputData.Buffer = (unsigned char *) mInputFrame; in encodeInput() 326 memcpy(mInputFrame + validSamples, inPtr + inPos, in process() 330 memcpy(mInputFrame + validSamples, inPtr + inPos, (inSize - inPos)); in process() 335 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
|
D | C2SoftAmrNbEnc.cpp | 243 memcpy(mInputFrame + validSamples, inPtr + inPos, in process() 247 memcpy(mInputFrame + validSamples, inPtr + inPos, (inSize - inPos)); in process() 252 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process() 257 int numEncBytes = AMREncode(mEncState, mSidState, mMode, mInputFrame, in process()
|
D | C2SoftAmrNbEnc.h | 60 int16_t mInputFrame[kNumSamplesPerFrame]; variable
|
D | C2SoftAmrWbEnc.h | 61 int16_t mInputFrame[kNumSamplesPerFrame]; variable
|