Home | History | Annotate | Download | only in tts

Lines Matching full:outbuf

1464     short       outbuf[MAX_OUTBUF_SIZE/2];
1580 ret = pico_getData( picoEngine, (void *) outbuf, MAX_OUTBUF_SIZE, &bytes_recv,
1584 memcpy(buffer+bufused, (int8_t *) outbuf, bytes_recv);
1597 memcpy(buffer, (int8_t *) outbuf, bytes_recv);