HomeSort by relevance Sort by last modified time
    Searched defs:octave (Results 1 - 13 of 13) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon7399
eas_imelodydata.h 64 EAS_U8 octave; /* octave prefix */ member in struct:__anon7386
eas_otadata.h 72 EAS_U8 octave; /* octave modifier */ member in struct:__anon7389
eas_rtttl.c 268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave comes after note *
870 EAS_I32 octave; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon7449
eas_imelodydata.h 64 EAS_U8 octave; /* octave prefix */ member in struct:__anon7436
eas_otadata.h 72 EAS_U8 octave; /* octave modifier */ member in struct:__anon7439
eas_rtttl.c 268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave comes after note *
870 EAS_I32 octave; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon7501
eas_imelodydata.h 65 EAS_U8 octave; /* octave prefix */ member in struct:__anon7484
eas_otadata.h 72 EAS_U8 octave; /* octave modifier */ member in struct:__anon7491
eas_rtttl.c 268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave comes after note *
870 EAS_I32 octave; local
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asound_fm.h 66 * This describes an FM note by its voice, octave, frequency number (10bit)
72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note

Completed in 183 milliseconds