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

  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 256 CA_AcoustInputParams* acousticParams;
286 acousticParams = NULL;
308 acousticParams = CA_AllocateAcousticParameters();
309 if (acousticParams == NULL)
315 rc = impl->getLegacyParameters(acousticParams);
378 if (!CA_LoadAcousticSub(acoustic, modelFilename, acousticParams))
411 CA_FreeAcousticParameters(acousticParams);
416 if (acousticParams != NULL)
417 CA_FreeAcousticParameters(acousticParams);
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 661 milliseconds