Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c96 const int16_t* audio_in, in WebRtcOpus_Encode() argument
118 if (audio_in[i * channels + c] == 0) { in WebRtcOpus_Encode()
122 memcpy(buffer, audio_in, samples * channels * sizeof(int16_t)); in WebRtcOpus_Encode()
136 use_buffer ? buffer : audio_in, in WebRtcOpus_Encode()
Dopus_interface.h70 const int16_t* audio_in,