Home
last modified time | relevance | path

Searched refs:mfcfh (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dacmod.c331 if (acmod->mfcfh) in acmod_free()
332 fclose(acmod->mfcfh); in acmod_free()
397 if (acmod->mfcfh) in acmod_set_mfcfh()
398 fclose(acmod->mfcfh); in acmod_set_mfcfh()
399 acmod->mfcfh = logfh; in acmod_set_mfcfh()
400 fwrite(&rv, 4, 1, acmod->mfcfh); in acmod_set_mfcfh()
478 if (acmod->mfcfh) { in acmod_end_utt()
488 fclose(acmod->mfcfh); in acmod_end_utt()
489 acmod->mfcfh = NULL; in acmod_end_utt()
540 if (acmod->mfcfh) in acmod_process_full_cep()
[all …]
H A Dacmod.h176 FILE *mfcfh; /**< File for writing acoustic feature data. */ member
H A Dpocketsphinx.c938 FILE *mfcfh;
940 if ((mfcfh = fopen(logfn, "wb")) == NULL) {
946 acmod_set_mfcfh(ps->acmod, mfcfh);
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dacmod.c324 if (acmod->mfcfh) in acmod_free()
325 fclose(acmod->mfcfh); in acmod_free()
389 if (acmod->mfcfh) in acmod_set_mfcfh()
390 fclose(acmod->mfcfh); in acmod_set_mfcfh()
391 acmod->mfcfh = logfh; in acmod_set_mfcfh()
392 fwrite(&rv, 4, 1, acmod->mfcfh); in acmod_set_mfcfh()
464 if (acmod->mfcfh) { in acmod_end_utt()
473 fclose(acmod->mfcfh); in acmod_end_utt()
474 acmod->mfcfh = NULL; in acmod_end_utt()
525 if (acmod->mfcfh) in acmod_process_full_cep()
[all …]
H A Dacmod.h176 FILE *mfcfh; /**< File for writing acoustic feature data. */ member
H A Dpocketsphinx.c659 FILE *mfcfh;
661 if ((mfcfh = fopen(logfn, "wb")) == NULL) {
667 acmod_set_mfcfh(ps->acmod, mfcfh);