Searched defs:speechType (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Dg711_interface.c36 int16_t* speechType) {
40 *speechType = 1;
47 int16_t* speechType) {
51 *speechType = 1;
33 WebRtcG711_DecodeA(const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
44 WebRtcG711_DecodeU(const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_interface.c85 int16_t *speechType)
88 *speechType=G722_WEBRTC_SPEECH;
81 WebRtcG722_Decode(G722DecInst *G722dec_inst, const uint8_t *encoded, size_t len, int16_t *decoded, int16_t *speechType) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc54 int16_t speechType[1]; local
136 WebRtcG711_DecodeA(streamdata, stream_len, decoded, speechType);
147 WebRtcG711_DecodeU(streamdata, stream_len, decoded, speechType);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_test.c55 int16_t speechType; local
207 len, decoded_data,&speechType);
H A DiLBC_testLib.c43 short encoded_data[55], data[240], speechType; local
179 &speechType);
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc61 int16_t speechType[1]; local
128 speechType);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dilbc.c146 int16_t* speechType)
191 *speechType=1;
199 int16_t* speechType)
219 *speechType=1;
227 int16_t* speechType)
247 *speechType=1;
142 WebRtcIlbcfix_Decode(IlbcDecoderInstance* iLBCdec_inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
195 WebRtcIlbcfix_Decode20Ms(IlbcDecoderInstance* iLBCdec_inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
223 WebRtcIlbcfix_Decode30Ms(IlbcDecoderInstance* iLBCdec_inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c108 int16_t speechType[1]; local
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);
H A Dkenny.cc119 int16_t speechType[1]; local
529 *speechType = 1;
754 speechType);
765 stream_len, decoded, speechType );
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
H A DSwitchingSampRate.cc208 short speechType[1]; local
426 speechType);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c71 int16_t speechType[1]; local
407 speechType);
411 speechType);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c769 int16_t* speechType)
803 *speechType=1;
868 int16_t* speechType)
903 *speechType=1;
765 WebRtcIsacfix_Decode(ISACFIX_MainStruct* ISAC_main_inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
864 WebRtcIsacfix_DecodeNb(ISACFIX_MainStruct* ISAC_main_inst, const uint16_t* encoded, size_t len, int16_t* decoded, int16_t* speechType) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc65 int16_t speechType[1]; local
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/source/
H A Disac.c1017 int16_t* speechType,
1292 *speechType = 0;
1325 int16_t* speechType) {
1328 speechType, isRCUPayload);
1357 int16_t* speechType) {
1360 speechType, isRCUPayload);
1013 Decode(ISACStruct* ISAC_main_inst, const uint8_t* encoded, size_t lenEncodedBytes, int16_t* decoded, int16_t* speechType, int16_t isRCUPayload) argument
1321 WebRtcIsac_Decode(ISACStruct* ISAC_main_inst, const uint8_t* encoded, size_t lenEncodedBytes, int16_t* decoded, int16_t* speechType) argument
1353 WebRtcIsac_DecodeRcu(ISACStruct* ISAC_main_inst, const uint8_t* encoded, size_t lenEncodedBytes, int16_t* decoded, int16_t* speechType) argument

Completed in 656 milliseconds