HomeSort by relevance Sort by last modified time
    Searched defs:outbuf (Results 26 - 34 of 34) sorted by null

12

  /external/speex/libspeex/
preprocess.c 229 spx_word16_t *outbuf; /**< Output buffer (for overlap and add) */ member in struct:SpeexPreprocessState_
471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
500 st->outbuf[i]=0;
560 speex_free(st->outbuf);
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1451 short outbuf[MAX_OUTBUF_SIZE\/2]; local
    [all...]
  /external/qemu/
monitor.c 77 uint8_t outbuf[1024]; member in struct:Monitor
119 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
137 mon->outbuf[mon->outbuf_index++] = '\r';
138 mon->outbuf[mon->outbuf_index++] = c;
139 if (mon->outbuf_index >= (sizeof(mon->outbuf) - 1)
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 386 milliseconds

12