Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig.c44 #define PICOSIG_IN_BUFF_SIZE PICODATA_BUFSIZE_SIG /*input buffer size for SIG */ macro
74 picoos_uint8 inBuf[PICOSIG_IN_BUFF_SIZE]; /* internal input buffer */
124 sig_subObj->inBufSize = PICOSIG_IN_BUFF_SIZE; in sigInitialize()