Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_ota.c352 if (pData->restTicks) in OTA_Event()
354 pData->time += (EAS_I32) pData->restTicks; in OTA_Event()
355 pData->restTicks = 0; in OTA_Event()
497 pData->restTicks = duration >> 4; in OTA_Event()
500 pData->restTicks = 0; in OTA_Event()
503 pData->restTicks = duration >> 1; in OTA_Event()
513 pData->time += (EAS_I32) duration - (EAS_I32) pData->restTicks; in OTA_Event()
868 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