/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | ilbc.c | 142 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/ |
D | g711_interface.c | 93 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/ |
D | test_iSACfixfloat.c | 118 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()
|
D | kenny.cc | 115 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/ |
D | test_iSACfixfloat.c | 118 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()
|
D | kenny.c | 114 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/ |
D | ilbc.h | 188 int16_t *speechType); 193 int16_t *speechType); 198 int16_t *speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/include/ |
D | g711_interface.h | 97 int16_t* speechType); 124 int16_t* speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 61 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/ |
D | g722_interface.c | 93 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/ |
D | pcm16b.c | 69 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/ |
D | testG722.cc | 66 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/ |
D | isac.h | 225 WebRtc_Word16* speechType); 720 WebRtc_Word16* speechType);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/ |
D | isacfix.h | 259 WebRtc_Word16 *speechType); 288 WebRtc_Word16 *speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/ |
D | isacfix.h | 259 int16_t *speechType); 288 int16_t *speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/interface/ |
D | isac.h | 222 int16_t* speechType); 709 int16_t* speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 67 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/ |
D | speech_rule.js | 95 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/ |
D | iLBC_testLib.c | 43 short encoded_data[55], data[240], speechType; local 176 len=WebRtcIlbcfix_Decode(Dec_Inst, encoded_data, len, data, &speechType);
|
D | iLBC_test.c | 54 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/ |
D | pcm16b.h | 80 int16_t* speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/ |
D | g722_interface.h | 174 int16_t *speechType);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 71 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/ |
D | SwitchingSampRate.cc | 214 short speechType[1]; in main() local 423 audioBuff60ms, speechType); in main()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 775 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()
|