Home
last modified time | relevance | path

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

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_rtttl.c90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; variable
380 note = noteTable[1]; in RTTTL_Event()
422 note = noteTable[c - 'a']; in RTTTL_Event()
Deas_imelody.c106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; variable
888 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); in IMY_PlayNote()
/external/sonivox/arm-fm-22k/lib_src/
Deas_rtttl.c90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; variable
380 note = noteTable[1]; in RTTTL_Event()
422 note = noteTable[c - 'a']; in RTTTL_Event()
Deas_imelody.c106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; variable
888 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); in IMY_PlayNote()
/external/sonivox/arm-wt-22k/lib_src/
Deas_rtttl.c90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; variable
380 note = noteTable[1]; in RTTTL_Event()
422 note = noteTable[c - 'a']; in RTTTL_Event()
Deas_imelody.c106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; variable
897 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); in IMY_PlayNote()