Searched refs:kNumBytesPerInputFrame (Results 1 – 4 of 4) sorted by relevance
174 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()
219 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()
49 static const int32_t kNumBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t); variable