Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 34) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
Dgrovespeaker.cxx58 NoteData note; in storeNote() local
59 note.delayTimeLow = noteDelayLow; in storeNote()
60 note.delayTimeLowSharp = noteDelayLowSharp; in storeNote()
61 note.delayTimeMed = noteDelayMed; in storeNote()
62 note.delayTimeMedSharp = noteDelayMedSharp; in storeNote()
63 note.delayTimeHigh = noteDelayHigh; in storeNote()
64 note.delayTimeHighSharp = noteDelayHighSharp; in storeNote()
65 return note; in storeNote()
/hardware/bsp/intel/peripheral/libupm/src/buzzer/
Dbuzzer.cxx56 int Buzzer::playSound(int note, int delay) { in playSound() argument
57 mraa_pwm_period_us(m_pwm_context, note); in playSound()
63 return note; in playSound()
Dbuzzer.h89 int playSound (int note, int delay);
/hardware/bsp/intel/peripheral/libupm/examples/java/
DBuzzerSample.java55 int note = sound.playSound(chord[i], 1000000); in main() local
56 System.out.println(note); in main()
DBuzzer_soundSample.java56 int note = sound.playSound( chord[i], 1000000); in main() local
57 System.out.println(note); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.asm33 ; Optimization note: The resulted data from dequantization are signed
Didct_dequant_full_2x_neon.asm122 ; see note on shifting above
Dvp8_subpixelvariance8x8_neon.asm25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
Dvp8_subpixelvariance16x16s_neon.asm345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_…
348 ;note: It happens that both xoffset and yoffset are zero. This can be handled in c code later.
Dvp8_subpixelvariance16x16_neon.asm27 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
/hardware/intel/bootstub/
Dbootstub.mk45 $(hide) $(TARGET_OBJCOPY) -O binary -R .note -R .comment -S $(PRIVATE_ELF_FILE) $@
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h195 unsigned char note; member
284 struct snd_seq_ev_note note; member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h132 unsigned char note; member
212 struct snd_seq_ev_note note; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm386 section .note.GNU-stack noalloc noexec nowrite progbits
389 section .note.GNU-stack noalloc noexec nowrite progbits
392 section .note.GNU-stack noalloc noexec nowrite progbits
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dvp8_mse16x16_neon.asm26 ;note: in this function, sum is never used. So, we can remove this part of calculation
/hardware/bsp/intel/peripheral/libmraa/docs/
Dftdi_ft4222.md62 Please note that some mraa features might not be fully implemented yet and they
Dbuilding.md111 During the build, we'll assume you're building from git, note that if you
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dexample.rst56 The PWM module is rather simple, note that different hardware support PWM
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm639 SECTION .note.GNU-stack noalloc noexec nowrite progbits
641 SECTION .note.GNU-stack noalloc noexec nowrite progbits
643 SECTION .note.GNU-stack noalloc noexec nowrite progbits
/hardware/bsp/intel/peripheral/libupm/doxy/
Dindex.rst51 .. note::
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DREADME122 toolchain, the following command could be used (note, POSIX SH syntax, adapt
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_mse16x16_armv6.asm24 ;note: Based on vp8_variance16x16_armv6. In this function, sum is never used.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didctllm_sse2.asm126 ; note the transpose of xmm1 and xmm2, necessary for shuffle
458 ; note the transpose of xmm1 and xmm2, necessary for shuffle
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dsixtappredict8x4_v6.asm23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size…
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dindex.handlebars107 <div class="admonition note">

12