Searched refs:durIndex (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/lib/ |
D | picopam.c | 255 picoos_uint16 durIndex; member 438 picoos_uint16 durIndex, picoos_uint16 *phonDur, 1378 picoos_uint16 durIndex, picoos_uint16 *phonDur, in pam_get_duration() argument 1392 if (durIndex > 0) in pam_get_duration() 1393 durIndex--; in pam_get_duration() 1396 if (durIndex > pdf->numframes - 1) { in pam_get_duration() 1397 …"PAM durPdf access error, index overflow -> index: %d , numframes: %d", durIndex, pdf->numframes)); in pam_get_duration() 1401 durItem = &(pdf->content[durIndex * pdf->vecsize]); in pam_get_duration() 2209 pam->durIndex = dTreeResult.class; in pamPhoneProcess() 2210 sResult = pam_get_duration(this, pam->durIndex, &(pam->phonDur), in pamPhoneProcess()
|