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

12 3 4 5 6

  /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
  /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>
  /frameworks/base/media/java/android/media/videoeditor/
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
VideoEditor.java 51 * <li>Audio waveform for the background audio and MediaItems</li>
327 * audio waveform must be canceled.
341 * Pending audio waveform generations must be allowed to complete.
487 * removed from the storyboard. If the extraction of the audio waveform is
645 * audio waveform is in progress, the extraction is canceled and the file is
  /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
  /packages/wallpapers/MusicVisualization/
AndroidManifest.xml 49 <!-- Waveform Wallpaper -->
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java 354 Log.e(TAG, "Capture waveform: wait was interrupted.");
357 assertNotNull(msg +": waveform capture failed", mWaveform);
387 Log.e(TAG, "Capture waveform: wait was interrupted.");
390 assertNotNull(msg +": waveform capture failed", mWaveform);
584 Visualizer visualizer, byte[] waveform, int samplingRate) {
588 mWaveform = waveform;
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 142 const asr_int16_t *raw_waveform; /*Points to raw waveform returned from voice enrollment */
147 LCHAR raw_waveform_filename [P_PATH_MAX]; /* Name of file of saved waveform data. */
148 PFile *raw_waveform_file; /* Pointer to file of saved waveform data. */
2697 LCHAR waveform [MAX_LINE_LENGTH]; local
2791 LCHAR waveform [MAX_LINE_LENGTH]; local
    [all...]
  /external/srec/srec/include/
frontapi.h 436 * Params typ A waveform type charcater
597 * waveform hardware (normally starting at 0)
645 * waveform buffer and the resultant samples clamped to a 16-bit
696 * This is useful when copying selected sections of a waveform. It is
803 * waveform buffer and the resultant samples clamped to a 16-bit
    [all...]

Completed in 481 milliseconds

12 3 4 5 6