HomeSort by relevance Sort by last modified time
    Searched full:waveform (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorWood.java 122 protected static WaveForm[] waveformFunctions = new WaveForm[3];
124 waveformFunctions[0] = new WaveForm() {// sinus (TEX_SIN)
131 waveformFunctions[1] = new WaveForm() {// saw (TEX_SAW)
143 waveformFunctions[2] = new WaveForm() {// triangle (TEX_TRI)
189 public final WaveForm waveformFunction;
198 int waveform = ((Number) tex.getFieldValue("noisebasis2")).intValue();//wave form: TEX_SIN=0, TEX_SAW=1, TEX_TRI=2 local
199 if (waveform > TEX_TRI || waveform < TEX_SIN) {
200 waveform = 0; // check to be sure noisebasis2 is initialized ahead of tim
    [all...]
TextureGeneratorMarble.java 107 int waveform; local
108 if (marbleData.waveform > TEX_TRI || marbleData.waveform < TEX_SIN) {
109 waveform = 0;
111 waveform = marbleData.waveform;
118 mi = waveformFunctions[waveform].execute(mi);
134 public final int waveform; field in class:TextureGeneratorMarble.MarbleData
144 waveform = ((Number) tex.getFieldValue("noisebasis2")).intValue();
  /external/srec/srec/Recognizer/include/
SR_RecognizerResult.h 44 * Returns the endpointed waveform that was used for recognition. This returns a read-only buffer,
48 * @param waveform [out] Waveform buffer
49 * @param size [out] Size of waveform buffer (in bytes)
50 * @return ESR_INVALID_ARGUMENT if self, or waveform are null
52 ESR_ReturnCode(*getWaveform)(const struct SR_RecognizerResult_t* self, const asr_int16_t** waveform,
114 * Returns the endpointed waveform that was used for recognition. This returns a read-only buffer,
118 * @param waveform [out] Waveform buffer
119 * @param size [out] Size of waveform buffer (in bytes
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 187 status_t Visualizer::getWaveForm(uint8_t *waveform)
189 if (waveform == NULL) {
199 status = command(VISUALIZER_CMD_CAPTURE, 0, NULL, &replySize, waveform);
206 memset(waveform, 0x80, mCaptureSize);
233 status_t Visualizer::doFft(uint8_t *fft, uint8_t *waveform)
240 ((waveform[i] ^ 0x80) << 24) | ((waveform[i + 1] ^ 0x80) << 8);
269 uint8_t waveform[mCaptureSize]; local
270 status_t status = getWaveForm(waveform);
276 status = doFft(fft, waveform);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 78 unsigned int memory; /* begin of waveform in onboard memory */
79 unsigned char *ptr; /* pointer to waveform in system memory */
82 unsigned int size; /* size of waveform in samples */
118 __u32 size; /* size of waveform in samples */
ainstr_gf1.h 58 unsigned int memory; /* begin of waveform in onboard memory */
59 unsigned char *ptr; /* pointer to waveform in system memory */
62 unsigned int size; /* size of waveform in samples */
112 gf1_wave_t *wave; /* first waveform */
141 __u32 size; /* size of waveform in samples */
ainstr_iw.h 60 unsigned int memory; /* begin of waveform in onboard memory */
61 unsigned char *ptr; /* pointer to waveform in system memory */
64 unsigned int size; /* size of waveform in samples */
71 unsigned char low_note; /* lower frequency range for this waveform */
72 unsigned char high_note; /* higher frequency range for this waveform */
224 __u32 size; /* size of waveform in samples */
231 __u8 low_note; /* lower frequency range for this waveform */
232 __u8 high_note; /* higher frequency range for this waveform */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 78 unsigned int memory; /* begin of waveform in onboard memory */
79 unsigned char *ptr; /* pointer to waveform in system memory */
82 unsigned int size; /* size of waveform in samples */
118 __u32 size; /* size of waveform in samples */
ainstr_gf1.h 58 unsigned int memory; /* begin of waveform in onboard memory */
59 unsigned char *ptr; /* pointer to waveform in system memory */
62 unsigned int size; /* size of waveform in samples */
112 gf1_wave_t *wave; /* first waveform */
141 __u32 size; /* size of waveform in samples */
ainstr_iw.h 60 unsigned int memory; /* begin of waveform in onboard memory */
61 unsigned char *ptr; /* pointer to waveform in system memory */
64 unsigned int size; /* size of waveform in samples */
71 unsigned char low_note; /* lower frequency range for this waveform */
72 unsigned char high_note; /* higher frequency range for this waveform */
224 __u32 size; /* size of waveform in samples */
231 __u8 low_note; /* lower frequency range for this waveform */
232 __u8 high_note; /* higher frequency range for this waveform */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 81 unsigned int memory; /* begin of waveform in onboard memory */
82 unsigned char *ptr; /* pointer to waveform in system memory */
85 unsigned int size; /* size of waveform in samples */
121 __u32 size; /* size of waveform in samples */
ainstr_gf1.h 61 unsigned int memory; /* begin of waveform in onboard memory */
62 unsigned char *ptr; /* pointer to waveform in system memory */
65 unsigned int size; /* size of waveform in samples */
115 struct gf1_wave *wave; /* first waveform */
144 __u32 size; /* size of waveform in samples */
ainstr_iw.h 63 unsigned int memory; /* begin of waveform in onboard memory */
64 unsigned char *ptr; /* pointer to waveform in system memory */
67 unsigned int size; /* size of waveform in samples */
74 unsigned char low_note; /* lower frequency range for this waveform */
75 unsigned char high_note; /* higher frequency range for this waveform */
227 __u32 size; /* size of waveform in samples */
234 __u8 low_note; /* lower frequency range for this waveform */
235 __u8 high_note; /* higher frequency range for this waveform */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 78 unsigned int memory; /* begin of waveform in onboard memory */
79 unsigned char *ptr; /* pointer to waveform in system memory */
82 unsigned int size; /* size of waveform in samples */
118 __u32 size; /* size of waveform in samples */
ainstr_gf1.h 58 unsigned int memory; /* begin of waveform in onboard memory */
59 unsigned char *ptr; /* pointer to waveform in system memory */
62 unsigned int size; /* size of waveform in samples */
112 gf1_wave_t *wave; /* first waveform */
141 __u32 size; /* size of waveform in samples */
ainstr_iw.h 60 unsigned int memory; /* begin of waveform in onboard memory */
61 unsigned char *ptr; /* pointer to waveform in system memory */
64 unsigned int size; /* size of waveform in samples */
71 unsigned char low_note; /* lower frequency range for this waveform */
72 unsigned char high_note; /* higher frequency range for this waveform */
224 __u32 size; /* size of waveform in samples */
231 __u8 low_note; /* lower frequency range for this waveform */
232 __u8 high_note; /* higher frequency range for this waveform */
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 41 * <li>Waveform data: consecutive 8-bit (unsigned) mono samples by using the
367 * Returns a waveform capture of currently playing audio content. The capture consists in
371 * @param waveform array of bytes where the waveform should be returned
377 public int getWaveForm(byte[] waveform)
383 return native_getWaveForm(waveform);
451 * Method called when a new waveform capture is available.
452 * <p>Data in the waveform buffer is valid only within the scope of the callback.
453 * Applications which needs access to the waveform data after returning from the callback
456 * @param waveform array of bytes containing the waveform representation
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
WaveformData.java 25 * Class which describes the waveform data of an audio track. The gain values
52 * @param audioWaveformFilename The name of the audio waveform file
128 * @return The number of frames within the waveform data
AudioTrack.java 60 * The audio waveform filename
65 * The audio waveform data
116 * @param audioWaveformFilename The name of the waveform file
593 * Get the audio waveform file name if extractAudioWaveform was successful.
602 * Delete the waveform file
613 * Get the audio waveform data.
615 * @return The waveform data
617 * @throws IOException if the waveform file cannot be found
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 26 const asr_int16_t** waveform, size_t* size)
33 return self->getWaveform(self, waveform, size);
  /frameworks/av/include/media/
Visualizer.h 35 * - Waveform data: consecutive 8-bit (unsigned) mono samples by using the getWaveForm() method
90 uint8_t *waveform,
119 status_t getWaveForm(uint8_t *waveform);
152 status_t doFft(uint8_t *fft, uint8_t *waveform);
  /packages/wallpapers/MusicVisualization/res/values-en-rGB/
cube.xml 23 <string name="wallpaper_vis2" msgid="4565736588102466989">"Waveform"</string>
  /packages/wallpapers/MusicVisualization/res/values-tl/
cube.xml 23 <string name="wallpaper_vis2" msgid="4565736588102466989">"Waveform"</string>
  /external/srec/srec/EventLog/src/
riff.c 570 //GS_AppendResult(res,"\nnot a RIFF waveform audio file",NULL);
606 cb = MALLOC(chunk.length, MTAG); /* waveform */
672 * waveform: allocated with size num_bytes
676 * If and only if ESR_SUCCESS, caller must free waveform, and swichunk contents (if any)
678 ESR_ReturnCode readRiff2Buf(FILE *f, void **waveform, unsigned int *num_bytes,
685 *waveform = NULL;
747 *waveform = CALLOC(chunk.length, 1, MTAG);
748 if (fread(*waveform, 1, chunk.length, f) != (size_t)chunk.length)
756 short_byte_swap((short *)*waveform, chunk.length);
758 int_byte_swap((int *)*waveform, chunk.length)
    [all...]
  /external/srec/srec/EventLog/include/
riff.h 225 unsigned char *waveform,
236 void **waveform,

Completed in 235 milliseconds

1 2 3 4 5 6