Home
last modified time | relevance | path

Searched refs:speechType (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.c142 int16_t *speechType) in WebRtcIlbcfix_Decode() argument
179 *speechType=1; in WebRtcIlbcfix_Decode()
187 int16_t *speechType) in WebRtcIlbcfix_Decode20Ms() argument
203 *speechType=1; in WebRtcIlbcfix_Decode20Ms()
211 int16_t *speechType) in WebRtcIlbcfix_Decode30Ms() argument
227 *speechType=1; in WebRtcIlbcfix_Decode30Ms()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
Dg711_interface.c93 int16_t* speechType) { in WebRtcG711_DecodeA() argument
122 *speechType = 1; in WebRtcG711_DecodeA()
130 int16_t* speechType) { in WebRtcG711_DecodeU() argument
159 *speechType = 1; in WebRtcG711_DecodeU()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dtest_iSACfixfloat.c118 int16_t speechType[1]; in main() local
412 *speechType = 1; in main()
510 speechType); in main()
540 speechType); in main()
554 speechType); in main()
560 speechType); in main()
593 speechType); in main()
627 speechType); in main()
633 speechType); in main()
Dkenny.cc115 int16_t speechType[1]; in main() local
525 *speechType = 1; in main()
745 decoded, speechType ); in main()
756 stream_len, decoded, speechType ); in main()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dtest_iSACfixfloat.c118 WebRtc_Word16 speechType[1]; in main() local
412 *speechType = 1; in main()
510 speechType); in main()
540 speechType); in main()
554 speechType); in main()
560 speechType); in main()
593 speechType); in main()
627 speechType); in main()
633 speechType); in main()
Dkenny.c114 WebRtc_Word16 speechType[1]; in main() local
534 *speechType = 1; in main()
757 decoded, speechType ); in main()
768 stream_len, decoded, speechType ); in main()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/interface/
Dilbc.h188 int16_t *speechType);
193 int16_t *speechType);
198 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/include/
Dg711_interface.h97 int16_t* speechType);
124 int16_t* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc61 int16_t speechType[1]; in main() local
139 speechType); in main()
151 speechType); in main()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
Dg722_interface.c93 int16_t *speechType) in WebRtcG722_Decode() argument
96 *speechType=G722_WEBRTC_SPEECH; in WebRtcG722_Decode()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
Dpcm16b.c69 int16_t* speechType) in WebRtcPcm16b_DecodeW16() argument
82 *speechType=1; in WebRtcPcm16b_DecodeW16()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc66 int16_t speechType[1]; in main() local
127 … err = WebRtcG722_Decode((G722DecInst *)G722dec_inst, streamdata, stream_len, decoded, speechType); in main()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
Disac.h225 WebRtc_Word16* speechType);
720 WebRtc_Word16* speechType);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
Disacfix.h259 WebRtc_Word16 *speechType);
288 WebRtc_Word16 *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
Disacfix.h259 int16_t *speechType);
288 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/interface/
Disac.h222 int16_t* speechType);
709 int16_t* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc67 int16_t speechType[1]; in main() local
607 *speechType = 1; in main()
898 stream_len, decoded, speechType); in main()
904 decodedTC, speechType); in main()
910 stream_len, decoded, speechType); in main()
916 decodedTC, speechType); in main()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dspeech_rule.js95 cvox.SpeechRule.Type.toString = function(speechType) { argument
96 switch (speechType) {
101 default: throw 'Unknown type error: ' + speechType;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
DiLBC_testLib.c43 short encoded_data[55], data[240], speechType; local
176 len=WebRtcIlbcfix_Decode(Dec_Inst, encoded_data, len, data, &speechType);
DiLBC_test.c54 int16_t speechType; in main() local
203 (int16_t)len, decoded_data,&speechType); in main()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
Dpcm16b.h80 int16_t* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
Dg722_interface.h174 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c71 int16_t speechType[1]; in main() local
456 rcuStreamLen, decoded, speechType); in main()
462 stream_len, decoded, speechType); in main()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
DSwitchingSampRate.cc214 short speechType[1]; in main() local
423 audioBuff60ms, speechType); in main()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c775 int16_t *speechType) in WebRtcIsacfix_Decode() argument
818 *speechType=1; in WebRtcIsacfix_Decode()
878 int16_t *speechType) in WebRtcIsacfix_DecodeNb() argument
919 *speechType=1; in WebRtcIsacfix_DecodeNb()

12