Home
last modified time | relevance | path

Searched defs:lenOut (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/common_audio/resampler/
Dresampler.cc1034 int lenOut; in Insert() local
1047 int lenOut; in Insert() local
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c184 …LinearResampler( WebRtc_Word16 *in, WebRtc_Word16 *out, WebRtc_Word16 lenIn, WebRtc_Word16 lenOut ) in LinearResampler()