Searched refs:encodeInput (Results 1 – 2 of 2) sorted by relevance
64 int encodeInput(uint8_t *buffer, uint32_t length);
167 (void) encodeInput(outBuffer, kNumBytesPerInputFrame); in onStop()232 int C2SoftAmrWbEnc::encodeInput(uint8_t *buffer, uint32_t length) { in encodeInput() function in android::C2SoftAmrWbEnc330 int numEncBytes = encodeInput((wView.data() + outPos), outCapacity - outPos); in process()