/external/sonivox/arm-fm-22k/lib_src/ |
eas_rtttl.c | 90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; 380 note = noteTable[1]; 422 note = noteTable[c - 'a']; [all...] |
eas_imelody.c | 106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; 888 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_rtttl.c | 90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; 380 note = noteTable[1]; 422 note = noteTable[c - 'a']; [all...] |
eas_imelody.c | 106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; 888 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttl.c | 90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; 380 note = noteTable[1]; 422 note = noteTable[c - 'a']; [all...] |
eas_imelody.c | 106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; 897 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); [all...] |