/packages/wallpapers/MusicVisualization/res/values/ |
cube.xml | 24 <string name="wallpaper_vis2">Waveform</string>
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
waveform.rs | 103 // fade waveform to 0 125 // morph from idle animation back to waveform
|
GenericWaveRS.java | 113 mScript = new ScriptC_waveform(mRS, mResources, R.raw.waveform);
|
/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
|
/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
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
OverflowExperiment.java | 31 * part of the waveform. The experiment looks for strange clipping behaviour
|
/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
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerResultImpl.h | 82 const asr_int16_t** waveform,
|
/packages/wallpapers/MusicVisualization/ |
AndroidManifest.xml | 49 <!-- Waveform Wallpaper -->
|
/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...] |
/frameworks/base/media/jni/audioeffect/ |
android_media_Visualizer.cpp | 98 uint8_t *waveform, 120 if (waveformSize != 0 && waveform != NULL) { 124 memcpy(nArray, waveform, waveformSize);
|
/external/srec/srec/EventLog/include/ |
SR_EventLog.h | 207 * Opens a new file for recording a waveform of audio. Filename is automatically generated. Opened file 329 * Opens a new file for recording a waveform of audio. Filename is automatically generated. Opened file
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
RecognitionView.java | 50 * Displays a recognition dialog (with waveform, voice meter, etc.), 283 * Shows waveform of input audio.
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
many.rs | 199 // fade waveform to 0 221 // morph from idle animation back to waveform
|
/external/srec/config/en.us/ |
baseline.par | 32 # BIT 1 -> AUDIO waveform logging
|
baseline11k.par | 36 # BIT 1 -> AUDIO waveform logging
|
baseline8k.par | 37 # BIT 1 -> AUDIO waveform logging
|
/external/srec/doc/logs/srec/ |
out_SHIP_bothtags5.txt | 77 Dumping audio waveform to file a1__VCE_Pete_Gonzalez.raw 141 Dumping audio waveform to file a2__VCE_Andrew_Evans.raw 205 Dumping audio waveform to file a3__VCE_Peter_Wilson.raw 269 Dumping audio waveform to file a4__VCE_Edgar_Young.raw 328 Dumping audio waveform to file a5__VCE_John_Martinez.raw
|
out_SHIP_bothtags5_from_saved.txt | 77 Dumping audio waveform to file a1__VCE_Pete_Gonzalez.raw 141 Dumping audio waveform to file a2__VCE_Andrew_Evans.raw 205 Dumping audio waveform to file a3__VCE_Peter_Wilson.raw 269 Dumping audio waveform to file a4__VCE_Edgar_Young.raw 328 Dumping audio waveform to file a5__VCE_John_Martinez.raw
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
VideoEditorAPITest.java | 316 assertNull("WaveForm data", mediaVideoItem1.getWaveformData()); 327 assertTrue("Progress of WaveForm data", mVideoEditorHelper 329 assertNotNull("WaveForm data", mediaVideoItem1.getWaveformData()); 330 assertTrue("WaveForm Frame Duration", 333 assertTrue("WaveForm Frame Count", 336 assertTrue("WaveForm Gain", [all...] |