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

1 2 3 4

  /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...]
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.
  /frameworks/base/media/libmedia/
Visualizer.cpp 162 status_t Visualizer::getWaveForm(uint8_t *waveform)
164 if (waveform == NULL) {
174 status = command(VISUALIZER_CMD_CAPTURE, 0, NULL, &replySize, waveform);
181 memset(waveform, 0x80, mCaptureSize);
208 status_t Visualizer::doFft(uint8_t *fft, uint8_t *waveform)
215 ((waveform[i] ^ 0x80) << 24) | ((waveform[i + 1] ^ 0x80) << 8);
244 uint8_t waveform[mCaptureSize]; local
245 status_t status = getWaveForm(waveform);
251 status = doFft(fft, waveform);
    [all...]
  /prebuilt/linux-x86/toolchain/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 */
asound_fm.h 62 unsigned char waveform; /* 3 bits: waveform shape */ member in struct:snd_dm_fm_voice
  /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);
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/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
WaveformImage.java 29 * Utility class to draw a waveform into a bitmap, given a byte array
30 * that represents the waveform as a sequence of 16-bit integers.
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 41 * <li>Waveform data: consecutive 8-bit (unsigned) mono samples by using the
314 * Returns a waveform capture of currently playing audio content. The capture consists in
318 * @param waveform array of bytes where the waveform should be returned
324 public int getWaveForm(byte[] waveform)
330 return native_getWaveForm(waveform);
398 * Method called when a new waveform capture is available.
400 * @param waveform array of bytes containing the waveform representation.
403 void onWaveFormDataCapture(Visualizer visualizer, byte[] waveform, int samplingRate)
    [all...]
  /frameworks/base/include/media/
Visualizer.h 35 * - Waveform data: consecutive 8-bit (unsigned) mono samples by using the getWaveForm() method
90 uint8_t *waveform,
113 status_t getWaveForm(uint8_t *waveform);
142 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,
  /cts/apps/CtsVerifier/jni/audioquality/
OverflowCheck.h 22 about 20% clipping. It examines the recorded waveform for possible
  /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 */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java 318 Log.e(TAG, "Capture waveform: wait was interrupted.");
321 assertNotNull(msg +": waveform capture failed", mWaveform);
351 Log.e(TAG, "Capture waveform: wait was interrupted.");
354 assertNotNull(msg +": waveform capture failed", mWaveform);
462 Visualizer visualizer, byte[] waveform, int samplingRate) {
466 mWaveform = waveform;
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 266 Log.e(TAG, "Capture waveform: wait was interrupted.");
269 assertNotNull("waveform capture failed", mWaveform);
366 Visualizer visualizer, byte[] waveform, int samplingRate) {
370 mWaveform = waveform;

Completed in 4689 milliseconds

1 2 3 4