Searched refs:bytes_recv (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1452 pico_Int16 bytes_sent, bytes_recv, text_remaining, out_data_type; local
1567 ret = pico_getData( picoEngine, (void *) outbuf, MAX_OUTBUF_SIZE, &bytes_recv,
1569 if (bytes_recv) {
1570 if ((bufused + bytes_recv) <= bufferSize) {
1571 memcpy(buffer+bufused, (int8_t *) outbuf, bytes_recv);
1572 bufused += bytes_recv;
1584 memcpy(buffer, (int8_t *) outbuf, bytes_recv);
1585 bufused += bytes_recv;

Completed in 32 milliseconds