Home
last modified time | relevance | path

Searched refs:restTicks (Results 1 – 18 of 18) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_ota.c348 if (pData->restTicks) in OTA_Event()
350 pData->time += (EAS_I32) pData->restTicks; in OTA_Event()
351 pData->restTicks = 0; in OTA_Event()
492 pData->restTicks = duration >> 4; in OTA_Event()
495 pData->restTicks = 0; in OTA_Event()
498 pData->restTicks = duration >> 1; in OTA_Event()
508 pData->time += (EAS_I32) duration - (EAS_I32) pData->restTicks; in OTA_Event()
863 pData->restTicks = 0; in OTA_ParseHeader()
Deas_rtttl.c292 if (pData->restTicks) in RTTTL_Event()
294 pData->time += pData->restTicks; in RTTTL_Event()
295 pData->restTicks = 0; in RTTTL_Event()
463 pData->restTicks = ticks >> 4; in RTTTL_Event()
468 pData->restTicks = 0; in RTTTL_Event()
474 pData->restTicks = ticks >> 1; in RTTTL_Event()
483 pData->time += ticks - pData->restTicks; in RTTTL_Event()
989 pData ->restTicks = 0; in RTTTL_ParseHeader()
Deas_imelody.c370 if (pData->restTicks) in IMY_Event()
372 pData->time += pData->restTicks; in IMY_Event()
373 pData->restTicks = 0; in IMY_Event()
913 pData->restTicks = duration >> 4; in IMY_PlayNote()
916 pData->restTicks = 0; in IMY_PlayNote()
920 pData->restTicks = duration >> 1; in IMY_PlayNote()
925 pData->restTicks = duration >> 4; in IMY_PlayNote()
930 pData->time += duration - pData->restTicks; in IMY_PlayNote()
1454 pData ->restTicks = 0; in IMY_ParseHeader()
Deas_rtttldata.h57 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_imelodydata.h56 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_otadata.h63 EAS_U32 restTicks; /* ticks to rest after current note */ member
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_ota.c348 if (pData->restTicks) in OTA_Event()
350 pData->time += (EAS_I32) pData->restTicks; in OTA_Event()
351 pData->restTicks = 0; in OTA_Event()
492 pData->restTicks = duration >> 4; in OTA_Event()
495 pData->restTicks = 0; in OTA_Event()
498 pData->restTicks = duration >> 1; in OTA_Event()
508 pData->time += (EAS_I32) duration - (EAS_I32) pData->restTicks; in OTA_Event()
863 pData->restTicks = 0; in OTA_ParseHeader()
Deas_rtttl.c292 if (pData->restTicks) in RTTTL_Event()
294 pData->time += pData->restTicks; in RTTTL_Event()
295 pData->restTicks = 0; in RTTTL_Event()
463 pData->restTicks = ticks >> 4; in RTTTL_Event()
468 pData->restTicks = 0; in RTTTL_Event()
474 pData->restTicks = ticks >> 1; in RTTTL_Event()
483 pData->time += ticks - pData->restTicks; in RTTTL_Event()
989 pData ->restTicks = 0; in RTTTL_ParseHeader()
Deas_imelody.c366 if (pData->restTicks) in IMY_Event()
368 pData->time += pData->restTicks; in IMY_Event()
369 pData->restTicks = 0; in IMY_Event()
904 pData->restTicks = duration >> 4; in IMY_PlayNote()
907 pData->restTicks = 0; in IMY_PlayNote()
911 pData->restTicks = duration >> 1; in IMY_PlayNote()
916 pData->restTicks = duration >> 4; in IMY_PlayNote()
921 pData->time += duration - pData->restTicks; in IMY_PlayNote()
1445 pData ->restTicks = 0; in IMY_ParseHeader()
Deas_rtttldata.h57 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_imelodydata.h56 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_otadata.h63 EAS_U32 restTicks; /* ticks to rest after current note */ member
/external/sonivox/arm-fm-22k/lib_src/
Deas_ota.c348 if (pData->restTicks) in OTA_Event()
350 pData->time += (EAS_I32) pData->restTicks; in OTA_Event()
351 pData->restTicks = 0; in OTA_Event()
492 pData->restTicks = duration >> 4; in OTA_Event()
495 pData->restTicks = 0; in OTA_Event()
498 pData->restTicks = duration >> 1; in OTA_Event()
508 pData->time += (EAS_I32) duration - (EAS_I32) pData->restTicks; in OTA_Event()
863 pData->restTicks = 0; in OTA_ParseHeader()
Deas_rtttl.c292 if (pData->restTicks) in RTTTL_Event()
294 pData->time += pData->restTicks; in RTTTL_Event()
295 pData->restTicks = 0; in RTTTL_Event()
463 pData->restTicks = ticks >> 4; in RTTTL_Event()
468 pData->restTicks = 0; in RTTTL_Event()
474 pData->restTicks = ticks >> 1; in RTTTL_Event()
483 pData->time += ticks - pData->restTicks; in RTTTL_Event()
989 pData ->restTicks = 0; in RTTTL_ParseHeader()
Deas_imelody.c366 if (pData->restTicks) in IMY_Event()
368 pData->time += pData->restTicks; in IMY_Event()
369 pData->restTicks = 0; in IMY_Event()
904 pData->restTicks = duration >> 4; in IMY_PlayNote()
907 pData->restTicks = 0; in IMY_PlayNote()
911 pData->restTicks = duration >> 1; in IMY_PlayNote()
916 pData->restTicks = duration >> 4; in IMY_PlayNote()
921 pData->time += duration - pData->restTicks; in IMY_PlayNote()
1445 pData ->restTicks = 0; in IMY_ParseHeader()
Deas_rtttldata.h57 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_imelodydata.h56 EAS_I32 restTicks; /* ticks to rest after current note */ member
Deas_otadata.h63 EAS_U32 restTicks; /* ticks to rest after current note */ member