Home
last modified time | relevance | path

Searched refs:tot_frm (Results 1 – 12 of 12) sorted by relevance

/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxad/
H A Dcont_ad_base.c244 (double) (r->tot_frm * r->spf) / (double) (r->sps)); in cont_ad_powhist_dump()
441 n = r->tot_frm - n - 1; in sil2speech_transition()
445 (double) (r->tot_frm * in sil2speech_transition()
448 r->tot_frm, frm, in sil2speech_transition()
483 n = r->tot_frm - n; in speech2sil_transition()
487 (double) (r->tot_frm * r->spf) / in speech2sil_transition()
488 (double) (r->sps), r->tot_frm, frm, in speech2sil_transition()
643 fprintf(r->logfp, "\ttot_frm: %d\n", r->tot_frm); in cont_ad_read_log()
806 r->tot_frm++; in cont_ad_classify()
1006 r->read_ts = (r->tot_frm - r->n_frm) * r->spf; in cont_ad_read()
[all …]
/dports/audio/sphinxbase/sphinxbase-0.8/src/sphinx_adtools/
H A Dcont_fileseg.c533 cont->tot_frm, cont->tot_frm * cont->spf, in main()
534 (cont->tot_frm * cont->spf) / (float32) cont->sps); in main()
/dports/audio/sphinxbase/sphinxbase-0.8/include/sphinxbase/
H A Dcont_ad.h191 int32 tot_frm; /**< Total number of frames of A/D data read, including consumed ones */ member
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h694 word32_t tot_frm; /* Total frames */ member
733 word32_t tot_frm; /* Total frames */ member
/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dpthr.c1265 sp->tot_frm = cd->i->end_lba - cd->i->start_lba + 1; in cdda_pthr_getstatus()
H A Dsysvipc.c1380 sp->tot_frm = cd->i->end_lba - cd->i->start_lba + 1;
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dslioc.c1446 s->tot_frm = cdstat.tot_frm;
H A Dfbioc.c1227 s->tot_frm = cdstat.tot_frm; in fbioc_get_playstatus()
H A Daixioc.c1011 s->tot_frm = cdstat.tot_frm; in aixioc_get_playstatus()
H A Dscsipt.c2150 s->tot_frm = cdstat.tot_frm; in scsipt_get_playstatus()
H A Dlibdi.c3510 s->frm_played = s->tot_frm = 0; in di_reset_curstat()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c693 if (s->tot_frm > 0) { in dpy_cddaperf()
706 ttc = (int) (s->tot_frm - s->frm_played) / fps; in dpy_cddaperf()
719 (int) (s->frm_played * 100 / s->tot_frm)); in dpy_cddaperf()