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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 54 int16_t speechType;
203 (int16_t)len, decoded_data,&speechType);
iLBC_testLib.c 43 short encoded_data[55], data[240], speechType;
176 len=WebRtcIlbcfix_Decode(Dec_Inst, encoded_data, len, data, &speechType);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 61 int16_t speechType[1];
139 speechType);
151 speechType);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 66 int16_t speechType[1];
127 err = WebRtcG722_Decode((G722DecInst *)G722dec_inst, streamdata, stream_len, decoded, speechType);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 118 int16_t speechType[1];
412 *speechType = 1;
515 speechType);
545 speechType);
559 speechType);
565 speechType);
598 speechType);
632 speechType);
638 speechType);
kenny.cc 115 int16_t speechType[1];
525 *speechType = 1;
745 decoded, speechType );
756 stream_len, decoded, speechType );
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 214 short speechType[1];
424 audioBuff60ms, speechType);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 118 WebRtc_Word16 speechType[1];
412 *speechType = 1;
510 speechType);
540 speechType);
554 speechType);
560 speechType);
593 speechType);
627 speechType);
633 speechType);
kenny.c 114 WebRtc_Word16 speechType[1];
534 *speechType = 1;
757 decoded, speechType );
768 stream_len, decoded, speechType );
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 67 int16_t speechType[1];
607 *speechType = 1;
898 stream_len, decoded, speechType);
904 decodedTC, speechType);
910 stream_len, decoded, speechType);
916 decodedTC, speechType);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 71 int16_t speechType[1];
458 rcuStreamLen, decoded, speechType);
464 stream_len, decoded, speechType);

Completed in 213 milliseconds