Lines Matching full:pico
17 * This is the Manager layer. It sits on top of the native Pico engine
21 * The supported SSML tags are mapped to corresponding tags natively supported by Pico.
22 * Native Pico functions always begin with picoXXX.
24 * In the Pico engine, the language cannot be changed indpendently of the voice.
38 #define LOG_TAG "SVOX Pico Engine"
83 Pico does not seperately specify the voice and locale. */
176 * Unloads any loaded Pico resources.
332 ALOGE("Failed to initialize the pico system object\n");
751 * The Pico <phoneme> tag only supports one word in each tag,
753 * @xsampa - text to convert to Pico phomene string
1039 * Allocates Pico memory block and initializes the Pico system.
1054 ALOGE("Failed to allocate memory for Pico system");
1060 ALOGE("Failed to initialize Pico system");
1086 * Unloads all Pico resources; terminates Pico system and frees Pico memory block.