/hardware/bsp/intel/peripheral/libupm/src/grovespeaker/ |
D | grovespeaker.cxx | 58 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/ |
D | buzzer.cxx | 56 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()
|
D | buzzer.h | 89 int playSound (int note, int delay);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | BuzzerSample.java | 55 int note = sound.playSound(chord[i], 1000000); in main() local 56 System.out.println(note); in main()
|
D | Buzzer_soundSample.java | 56 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/ |
D | shortidct4x4llm_neon.asm | 33 ; Optimization note: The resulted data from dequantization are signed
|
D | idct_dequant_full_2x_neon.asm | 122 ; see note on shifting above
|
D | vp8_subpixelvariance8x8_neon.asm | 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
|
D | vp8_subpixelvariance16x16s_neon.asm | 345 ;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.
|
D | vp8_subpixelvariance16x16_neon.asm | 27 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
|
/hardware/intel/bootstub/ |
D | bootstub.mk | 45 $(hide) $(TARGET_OBJCOPY) -O binary -R .note -R .comment -S $(PRIVATE_ELF_FILE) $@
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asequencer.h | 195 unsigned char note; member 284 struct snd_seq_ev_note note; member
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | asequencer.h | 132 unsigned char note; member 212 struct snd_seq_ev_note note; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 386 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/ |
D | vp8_mse16x16_neon.asm | 26 ;note: in this function, sum is never used. So, we can remove this part of calculation
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | ftdi_ft4222.md | 62 Please note that some mraa features might not be fully implemented yet and they
|
D | building.md | 111 During the build, we'll assume you're building from git, note that if you
|
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
D | example.rst | 56 The PWM module is rather simple, note that different hardware support PWM
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 639 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/ |
D | index.rst | 51 .. note::
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | README | 122 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/ |
D | vp8_mse16x16_armv6.asm | 24 ;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/ |
D | idctllm_sse2.asm | 126 ; 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/ |
D | sixtappredict8x4_v6.asm | 23 ;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/ |
D | index.handlebars | 107 <div class="admonition note">
|