/packages/wallpapers/MusicVisualization/res/values-en-rGB/ |
cube.xml | 23 <string name="wallpaper_vis2" msgid="4565736588102466989">"Waveform"</string>
|
/packages/wallpapers/MusicVisualization/res/values-en-rIN/ |
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/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
OscillatorNode.h | 45 // The waveform type. 81 // One of the waveform types defined in the enum.
|
AnalyserNode.idl | 43 // Real-time waveform data
|
PeriodicWave.cpp | 185 // We need to clear out the highest frequencies to band-limit the waveform. 257 // Square-shaped waveform with the first half its maximum value and the second half its 268 // Sawtooth-shaped waveform with the first half ramping from zero to maximum and the 276 // Triangle-shaped waveform going from 0 at time 0 to 1 at time pi/2 and back to 0 at
|
/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/chromium_org/media/base/ |
container_names.h | 56 CONTAINER_WAV, // WAV / WAVE (Waveform Audio)
|
/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);
|
/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/chromium_org/media/audio/win/ |
device_enumeration_win.cc | 96 // The waveform API is weird in that it has completely separate but 105 // Retrieve the number of active waveform input devices. 119 // Retrieve the capabilities of the specified waveform-audio input device.
|
/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.
|
/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;
|