HomeSort by relevance Sort by last modified time
    Searched full:waveform (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /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,
  /frameworks/base/media/java/android/media/videoeditor/
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
MediaVideoItem.java 62 * The audio waveform data
103 * @param audioWaveformFilename The name of the audio waveform file
537 * Waveform file does not exist
586 * Get the audio waveform file name if {@link #extractAudioWaveform()} was
611 * @return The waveform data
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
waveform.rs 93 // fade waveform to 0
115 // morph from idle animation back to waveform
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 62 const asr_int16_t** waveform, size_t* size)
66 if (waveform == NULL)
75 *waveform = (asr_int16_t*)(((unsigned char *) impl->recogImpl->waveformBuffer->cbuffer) +
86 *waveform = (asr_int16_t*)(((unsigned char *) impl->recogImpl->waveformBuffer->cbuffer) + sizeof(CircularBuffer) + impl->recogImpl->waveformBuffer->cbuffer->readIdx);
  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.idl 45 // Real-time waveform data
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 166 * Set the waveform data
168 * @param waveformData The waveform data
282 * @return The waveform data
297 } else if (mTimelineDurationMs > 0) { // Draw waveform
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */
81 EAS_U8 flags; /* mode bits and noise waveform flags */
90 EAS_U8 flags; /* mode bits and noise waveform flags */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */
81 EAS_U8 flags; /* mode bits and noise waveform flags */
90 EAS_U8 flags; /* mode bits and noise waveform flags */
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 96 * Waveform Buffering stuff (for Nametags)
177 * Legacy CREC Input waveform object.
268 * if bit1 (OSI_LOG_LEVEL_AUDIO) is set: do audio waveform logging
287 * Waveform buffer (for nametags) .
340 * Indicates if we've skipped holdOffPeriod frames at the beginning of the waveform.
SR_RecognizerResultImpl.h 82 const asr_int16_t** waveform,
  /packages/wallpapers/MusicVisualization/res/values/
cube.xml 24 <string name="wallpaper_vis2">Waveform</string>
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 178 assertNotNull("waveform capture failed", mWaveform);
284 Visualizer visualizer, byte[] waveform, int samplingRate) {
288 mWaveform = waveform;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieAudioTrack.java 51 // The audio waveform data
416 * @return The waveform data
423 * @param waveformData The audio waveform data
MovieMediaItem.java 69 // The audio waveform data
462 * @return waveform data
469 * @param waveformData The waveform data
ApiServiceListener.java 258 * Extract media item audio waveform progress callback
268 * The audio waveform of the specified media item completed
437 * Extract audio waveform progress callback
447 * The audio track audio waveform of the specified audio track completed
  /external/quake/quake/src/QW/client/
snd_win.c 446 /* Open a waveform device for output using window callback. */
470 * Allocate and lock memory for the waveform data. The memory
471 * for waveform data must be globally allocated with
702 * waveOutWrite function returns immediately and waveform
  /external/quake/quake/src/WinQuake/
snd_win.cpp 448 /* Open a waveform device for output using window callback. */
472 * Allocate and lock memory for the waveform data. The memory
473 * for waveform data must be globally allocated with
704 * waveOutWrite function returns immediately and waveform

Completed in 1562 milliseconds

12 3 4 5 6