HomeSort by relevance Sort by last modified time
    Searched refs:speechType (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711_interface.h 77 * - speechType : 1 normal, 2 CNG (for G711 it should
88 int16_t* speechType);
101 * - speechType : 1 normal, 2 CNG (for G711 it should
112 int16_t* speechType);
g711_interface.c 36 int16_t* speechType) {
40 *speechType = 1;
47 int16_t* speechType) {
51 *speechType = 1;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.h 179 * - speechType : 1 normal, 2 CNG
189 int16_t* speechType);
194 int16_t* speechType);
199 int16_t* speechType);
ilbc.c 146 int16_t* speechType)
191 *speechType=1;
199 int16_t* speechType)
219 *speechType=1;
227 int16_t* speechType)
247 *speechType=1;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c 85 int16_t *speechType)
88 *speechType=G722_WEBRTC_SPEECH;
g722_interface.h 156 * - speechType : 1 normal, 2 CNG (Since G722 does not have its own
166 int16_t *speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 54 int16_t speechType[1];
136 WebRtcG711_DecodeA(streamdata, stream_len, decoded, speechType);
147 WebRtcG711_DecodeU(streamdata, stream_len, decoded, speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 108 int16_t speechType[1];
377 *speechType = 1;
475 decoded, speechType);
497 decoded, speechType);
511 stream_len, decoded, speechType);
514 stream_len, decoded, speechType);
540 decoded, speechType);
571 stream_len, decoded, speechType);
574 stream_len, decoded, speechType);
kenny.cc 119 int16_t speechType[1];
529 *speechType = 1;
754 speechType);
765 stream_len, decoded, speechType );
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 61 int16_t speechType[1];
128 speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 253 int16_t *speechType);
282 int16_t *speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h 216 int16_t* speechType);
704 int16_t* speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 55 int16_t speechType;
207 len, decoded_data,&speechType);
iLBC_testLib.c 43 short encoded_data[55], data[240], speechType;
179 &speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 65 int16_t speechType[1];
550 *speechType = 1;
806 stream_len, decoded, speechType);
811 streamLenTransCoding, decodedTC, speechType);
816 stream_len, decoded, speechType);
820 streamLenTransCoding, decodedTC, speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 208 short speechType[1];
426 speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 71 int16_t speechType[1];
407 speechType);
411 speechType);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 769 int16_t* speechType)
803 *speechType=1;
868 int16_t* speechType)
903 *speechType=1;
    [all...]

Completed in 1794 milliseconds