Searched refs:acoustic (Results 1 - 6 of 6) sorted by relevance

/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c50 * Initializes acoustic-models properties to default values.
257 CA_Acoustic* acoustic; local
282 impl->acoustic = NULL;
287 acoustic = NULL;
301 rc = ArrayListCreate(&impl->acoustic);
353 acoustic = CA_AllocateAcoustic();
354 if (acoustic == NULL)
368 if (!CA_LoadAcousticSub(acoustic, modelFilename, 0))
378 if (!CA_LoadAcousticSub(acoustic, modelFilename, acousticParams))
385 rc = ArrayListAdd(impl->acoustic, acousti
425 CA_Acoustic* acoustic; local
588 CA_Acoustic* acoustic; local
657 CA_Acoustic* acoustic; local
[all...]
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModelsImpl.h76 * ArrayList of legacy CREC acoustic models.
78 ArrayList* acoustic; member in struct:SR_AcousticModelsImpl_t
/external/srec/tools/grxmlcompile/
H A Dvocab.h85 int lookupModelIDs( AcousticModel &acoustic );
H A Dvocab.cpp219 int Pronunciation::lookupModelIDs( AcousticModel &acoustic )
247 int id = CA_ArbdataGetModelIdsForPIC( acoustic.getCAModelHandle(), lphon, cphon, rphon );
/external/kernel-headers/original/linux/
H A Dhdreg.h398 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
421 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
636 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c960 /* OSI ACST acoustic state reset */
1289 CA_Acoustic* acoustic; local
1317 CHKLOG(rc, ArrayListGetSize(modelsImpl->acoustic, &size));
1320 CHKLOG(rc, ArrayListGet(modelsImpl->acoustic, i, (void **)&acoustic));
1321 CA_LoadModelsInAcoustic(recogImpl->recognizer, acoustic, acousticParams);
1568 PLogError(L("acoustic models must be configured"));

Completed in 104 milliseconds