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

/external/srec/seti/sltsEngine/include/
H A DSWIslts.h99 SWIsltsTranscription *pTranscriptions);
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c427 SWIsltsTranscription *pTranscriptions = NULL; local
519 pTranscriptions = NULL;
522 res = SWIsltsG2PGetWordTranscriptions(impl->hSlts, curr, &pTranscriptions, &nNbrOfTranscriptions);
528 const LCHAR* lastPhoneme = pTranscriptions[0].pBuffer;
535 p_infpron = pTranscriptions[0].pBuffer;
542 if (pTranscriptions) {
543 res = SWIsltsG2PFreeWordTranscriptions(impl->hSlts, pTranscriptions);
544 pTranscriptions = NULL;
/external/srec/seti/sltsEngine/src/
H A DSWIslts.c348 SWIsltsTranscription *pTranscriptions)
355 if( pTranscriptions == NULL ) {
359 pBuffer = ((LCHAR *)pTranscriptions - sizeof(int));
363 if( pTranscriptions[i].pBuffer ) {
364 FREE(pTranscriptions[i].pBuffer);
347 SWIsltsG2PFreeWordTranscriptions(SWIsltsHand hLts, SWIsltsTranscription *pTranscriptions) argument

Completed in 92 milliseconds