Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
Dpcm16b.c28 int16_t length_samples, in WebRtcPcm16b_EncodeW16() argument
32 memcpy(speechOut16b, speechIn16b, length_samples * sizeof(int16_t)); in WebRtcPcm16b_EncodeW16()
35 for (i = 0; i < length_samples; i++) { in WebRtcPcm16b_EncodeW16()
39 return length_samples << 1; in WebRtcPcm16b_EncodeW16()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
Dpcm16b.h39 int16_t length_samples,