Home
last modified time | relevance | path

Searched refs:PICO_STEP_IDLE (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/lib/
Dpicodefs.h154 #define PICO_STEP_IDLE (pico_Status) 200 macro
Dpicoapi.c651 if ((status != PICO_STEP_IDLE) && (status != PICO_STEP_BUSY)) { in pico_getData()
Dpicoctrl.c781 return (picodata_step_result_t)PICO_STEP_IDLE; in picoctrl_engFetchOutputItemBytes()
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1616 if (ret != PICO_STEP_IDLE) { in synthesizeText()