HomeSort by relevance Sort by last modified time
    Searched full:ptranscriptions (Results 1 - 3 of 3) sorted by null

  /external/srec/seti/sltsEngine/src/
SWIslts.c 348 SWIsltsTranscription *pTranscriptions)
355 if( pTranscriptions == NULL ) {
359 pBuffer = ((LCHAR *)pTranscriptions - sizeof(int));
363 if( pTranscriptions[i].pBuffer ) {
364 FREE(pTranscriptions[i].pBuffer);
  /external/srec/seti/sltsEngine/include/
SWIslts.h 99 SWIsltsTranscription *pTranscriptions);
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 427 SWIsltsTranscription *pTranscriptions = NULL;
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;

Completed in 73 milliseconds