Searched defs:durIndex (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicopam.c255 picoos_uint16 durIndex; member in struct:pam_subobj
438 picoos_uint16 durIndex, picoos_uint16 *phonDur,
1367 * @param durIndex : index of duration in the pdf
1378 picoos_uint16 durIndex, picoos_uint16 *phonDur,
1392 if (durIndex > 0)
1393 durIndex--;
1396 if (durIndex > pdf->numframes - 1) {
1397 PICODBG_ERROR(("PAM durPdf access error, index overflow -> index: %d , numframes: %d", durIndex, pdf->numframes));
1401 durItem = &(pdf->content[durIndex * pdf->vecsize]);
2209 pam->durIndex
1377 pam_get_duration(register picodata_ProcessingUnit this, picoos_uint16 durIndex, picoos_uint16 *phonDur, picoos_uint8 *numFramesState) argument
[all...]

Completed in 212 milliseconds