Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrWbEnc.cpp175 (void) encodeInput(outBuffer, kNumBytesPerInputFrame); in onStop()
240 int C2SoftAmrWbEnc::encodeInput(uint8_t *buffer, uint32_t length) { in encodeInput() function in android::C2SoftAmrWbEnc
335 int numEncBytes = encodeInput((wView.data() + outPos), outCapacity - outPos); in process()