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

12

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/include/
H A Dg711_interface.h85 * - speechType : 1 normal, 2 CNG (for G711 it should
97 int16_t* speechType);
112 * - speechType : 1 normal, 2 CNG (for G711 it should
124 int16_t* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
H A Dpcm16b.h80 int16_t* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/interface/
H A Dilbc.h178 * - speechType : 1 normal, 2 CNG
188 int16_t *speechType);
193 int16_t *speechType);
198 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
H A Dg711_interface.c93 int16_t* speechType) {
122 *speechType = 1;
130 int16_t* speechType) {
159 *speechType = 1;
89 WebRtcG711_DecodeA(void* state, int16_t* encoded, int16_t len, int16_t* decoded, int16_t* speechType) argument
126 WebRtcG711_DecodeU(void* state, int16_t* encoded, int16_t len, int16_t* decoded, int16_t* speechType) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_interface.c93 int16_t *speechType)
96 *speechType=G722_WEBRTC_SPEECH;
89 WebRtcG722_Decode(G722DecInst *G722dec_inst, int16_t *encoded, int16_t len, int16_t *decoded, int16_t *speechType) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc61 int16_t speechType[1]; local
139 speechType);
151 speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
H A Dg722_interface.h163 * - speechType : 1 normal, 2 CNG (Since G722 does not have its own
174 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
H A Dpcm16b.c69 int16_t* speechType)
82 *speechType=1;
65 WebRtcPcm16b_DecodeW16(void *inst, int16_t *speechIn16b, int16_t len, int16_t *speechOut16b, int16_t* speechType) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dilbc.c142 int16_t *speechType)
179 *speechType=1;
187 int16_t *speechType)
203 *speechType=1;
211 int16_t *speechType)
227 *speechType=1;
138 WebRtcIlbcfix_Decode(iLBC_decinst_t *iLBCdec_inst, const int16_t *encoded, int16_t len, int16_t *decoded, int16_t *speechType) argument
183 WebRtcIlbcfix_Decode20Ms(iLBC_decinst_t *iLBCdec_inst, const int16_t *encoded, int16_t len, int16_t *decoded, int16_t *speechType) argument
207 WebRtcIlbcfix_Decode30Ms(iLBC_decinst_t *iLBCdec_inst, const int16_t *encoded, int16_t len, int16_t *decoded, int16_t *speechType) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c118 int16_t speechType[1]; local
412 *speechType = 1;
510 speechType);
540 speechType);
554 speechType);
560 speechType);
593 speechType);
627 speechType);
633 speechType);
H A Dkenny.cc115 int16_t speechType[1]; local
525 *speechType = 1;
745 decoded, speechType );
756 stream_len, decoded, speechType );
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c118 WebRtc_Word16 speechType[1]; local
412 *speechType = 1;
510 speechType);
540 speechType);
554 speechType);
560 speechType);
593 speechType);
627 speechType);
633 speechType);
H A Dkenny.c114 WebRtc_Word16 speechType[1]; local
534 *speechType = 1;
757 decoded, speechType );
768 stream_len, decoded, speechType );
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc66 int16_t speechType[1]; local
127 err = WebRtcG722_Decode((G722DecInst *)G722dec_inst, streamdata, stream_len, decoded, speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h259 int16_t *speechType);
288 int16_t *speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/interface/
H A Disac.h222 int16_t* speechType);
709 int16_t* speechType);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h259 WebRtc_Word16 *speechType);
288 WebRtc_Word16 *speechType);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
H A Disac.h225 WebRtc_Word16* speechType);
720 WebRtc_Word16* speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_test.c54 int16_t speechType; local
203 (int16_t)len, decoded_data,&speechType);
H A DiLBC_testLib.c43 short encoded_data[55], data[240], speechType; local
176 len=WebRtcIlbcfix_Decode(Dec_Inst, encoded_data, len, data, &speechType);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js92 * @param {cvox.SpeechRule.Type} speechType
95 cvox.SpeechRule.Type.toString = function(speechType) {
96 switch (speechType) {
101 default: throw 'Unknown type error: ' + speechType;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc67 int16_t speechType[1]; local
607 *speechType = 1;
898 stream_len, decoded, speechType);
904 decodedTC, speechType);
910 stream_len, decoded, speechType);
916 decodedTC, speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
H A DSwitchingSampRate.cc214 short speechType[1]; local
423 audioBuff60ms, speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c71 int16_t speechType[1]; local
456 rcuStreamLen, decoded, speechType);
462 stream_len, decoded, speechType);
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h739 const SpeechType speechType,
798 const SpeechType speechType,
807 _speechType = speechType;
792 UpdateFrame( const WebRtc_Word32 id, const WebRtc_UWord32 timeStamp, const WebRtc_Word16* payloadData, const WebRtc_UWord16 payloadDataLengthInSamples, const int frequencyInHz, const SpeechType speechType, const VADActivity vadActivity, const WebRtc_UWord8 audioChannel, const WebRtc_Word32 volume, const WebRtc_Word32 energy) argument

Completed in 535 milliseconds

12