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"
82 Pico does not seperately specify the voice and locale. */
175 * Unloads any loaded Pico resources.
331 ALOGE("Failed to initialize the pico system object\n");
750 * The Pico <phoneme> tag only supports one word in each tag,
752 * @xsampa - text to convert to Pico phomene string
1038 * Allocates Pico memory block and initializes the Pico system.
1053 ALOGE("Failed to allocate memory for Pico system");
1059 ALOGE("Failed to initialize Pico system");
1091 * Unloads all Pico resources; terminates Pico system and frees Pico memory block.