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

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 164 int16 *synth = &synth_lo[M + L_SUBFR]; local
165 int16 *HF = &synth[L_SUBFR];
198 synth,
203 highpass_50Hz_at_12k8(synth,
207 oversamp_12k8_to_16k(synth,
286 highpass_400Hz_at_12k8(synth, L_SUBFR, st->mem_hp400);
292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]);
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ])
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 145 private HashMap<SpeechItem, Boolean> mKillList; // Used to ensure that in-flight synth calls
374 // synth will become null during onDestroy()
386 // synth will become null during onDestroy()
398 // synth will become null during onDestroy()
425 // synth will become null during onDestroy()
559 // synth will become null during onDestroy()
674 // synth will become null during onDestroy()
782 Thread synth = (new Thread(new SynthThread())); local
783 synth.start();
870 Thread synth = (new Thread(new SynthThread())); local
888 Thread synth = (new Thread(new SynthThread())); local
970 Thread synth = (new Thread(new SynthThread())); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 194 Word16 synth[L_SUBFR]; /* 12.8kHz synthesis vector */ local
1342 Word16 synth[L_SUBFR]; local
    [all...]

Completed in 154 milliseconds