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

  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon35134
eas_imelodydata.h 65 EAS_U8 octave; /* octave prefix */ member in struct:__anon35117
eas_otadata.h 72 EAS_U8 octave; /* octave modifier */ member in struct:__anon35124
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...]
eas_ota.c 504 /* add octave */
505 pData->note += pData->octave;
517 /* fetch octave */
520 pData->octave = (EAS_U8) (temp * 12 + 59);
866 pData->octave = 59;
    [all...]
eas_imelody.c 486 /* octave */
490 pData->octave = (EAS_U8) ((c - '0' + 1) * 12);
897 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
morse.py 12 OCTAVE = 2 # 1 == 441 Hz, 2 == 882 Hz, ...
60 def mkwave(octave):
63 val = int(math.sin(math.pi * i * octave / 50.0) * 30000)
67 defaultwave = mkwave(OCTAVE)
75 ' [ -o outfile ] [ -p octave ] [ words ] ...\n')
  /external/python/cpython2/Demo/scripts/
morse.py 12 OCTAVE = 2 # 1 == 441 Hz, 2 == 882 Hz, ...
60 def mkwave(octave):
63 val = int(math.sin(math.pi * i * octave / 50.0) * 30000)
67 defaultwave = mkwave(OCTAVE)
75 ' [ -o outfile ] [ -p octave ] [ words ] ...\n')
  /bionic/libc/kernel/uapi/sound/
asound_fm.h 49 unsigned char octave; member in struct:snd_dm_fm_note
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 67 * This describes an FM note by its voice, octave, frequency number (10bit)
73 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
  /hardware/qcom/msm8996/kernel-headers/sound/
asound_fm.h 56 unsigned char octave; member in struct:snd_dm_fm_note
  /hardware/qcom/msm8996/original-kernel-headers/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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
  /external/python/cpython2/Mac/Demo/sound/
morse.py 5 OCTAVE = 2 # 1 == 441 Hz, 2 == 882 Hz, ...
66 def mkwave(octave):
71 val = int(math.sin(2 * math.pi * i * octave / n) * 0x7fff)
76 mkwave(OCTAVE)
morselib.py 7 OCTAVE = 2
141 octave = OCTAVE
144 val = int(sin(2 * pi * i * octave / n) * 0x7fff)
  /external/opencv/cv/src/
cvsurf.cpp 118 int octave, sc; local
123 for( octave = k = 0; octave < params->nOctaves; octave++ )
128 sizeCache[k] = size = 7 << octave; // gaussian scale 1.0;
130 sizeCache[k] = size = (sc*6 + 9) << octave; // gaussian scale size*1.2/9.;
184 for( octave = 0, k = 1; octave < params->nOctaves; octave++, k+=2 )
242 for( octave = k = 0; octave < params->nOctaves; octave++
    [all...]
  /external/adhd/scripts/mic_testing/frontend/
analysis.js 205 for (var octave = 0; octave <= noctaves; octave++) {
206 var x = octave * width / noctaves + leftMargin;
212 var f = nyquist * Math.pow(2.0, octave - noctaves);
  /external/adhd/scripts/audio_tuning/frontend/
audio.js     [all...]
  /external/libopus/celt/
celt_decoder.c 944 int qg, octave; local
945 octave = ec_dec_uint(dec, 6);
946 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
    [all...]
celt_encoder.c 1617 int octave; local
    [all...]
  /external/skia/src/shaders/
SkPerlinNoiseShader.cpp 533 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) {
    [all...]
  /external/skqp/src/shaders/
SkPerlinNoiseShader.cpp 526 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) {
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 597 milliseconds