HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 726 - 750 of 1585) sorted by null

<<21222324252627282930>>

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h 55 /* reverb parameters are updated every 2^(REVERB_UPDATE_PERIOD_IN_BITS) samples */
139 #define GUARD 5 // safety guard of this many samples
271 EAS_U16 m_nMinSamplesToAdd; /* ComputeReverb() generates this many samples */
326 EAS_U16 m_nXfadeInterval; // update/xfade after this many samples
380 * nNumSamplesToAdd - number of samples to write to buffer
444 * number of samples actually reverberated
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 55 /* reverb parameters are updated every 2^(REVERB_UPDATE_PERIOD_IN_BITS) samples */
139 #define GUARD 5 // safety guard of this many samples
271 EAS_U16 m_nMinSamplesToAdd; /* ComputeReverb() generates this many samples */
326 EAS_U16 m_nXfadeInterval; // update/xfade after this many samples
380 * nNumSamplesToAdd - number of samples to write to buffer
444 * number of samples actually reverberated
eas_dlssynth.c 364 * Synthesize a block of samples for the given voice.
371 * number of samples actually written to buffer
374 * - samples are added to the presently free buffer
419 /* call into engine to generate samples */
452 * Synthesize a block of samples for the given voice.
459 * number of samples actually written to buffer
462 * - samples are added to the presently free buffer
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 244 size_t samples = length / sizeof(asr_int16_t); local
245 length = samples * sizeof(asr_int16_t);
250 // put the samples into the recognizer
252 (asr_int16_t*)buffer, &samples, isLast ? ESR_TRUE : ESR_FALSE));
253 if (samples != length / sizeof(asr_int16_t)) {
258 return samples * sizeof(asr_int16_t);
  /external/webp/include/webp/
decode.h 34 // Decodes WEBP images pointed to by *data and returns RGB samples, along
57 // the Y samples buffer. Upon return, *u and *v will point to the U and V
123 uint8_t* rgba; // pointer to RGBA samples
129 uint8_t* y, *u, *v, *a; // pointer to luma, chroma U/V, alpha samples
217 // will output the r/g/b(/a) samples specified by 'mode' into a preallocated
226 // will output the raw luma/chroma samples into a preallocated planes. The luma
  /external/webrtc/src/common_audio/vad/main/source/
vad_core.c 241 WebRtc_Word16 speechWB[480]; // Downsampled speech frame: 960 samples (30ms in SWB)
242 WebRtc_Word16 speechNB[240]; // Downsampled speech frame: 480 samples (30ms in WB)
263 WebRtc_Word16 speechNB[240]; // Downsampled speech frame: 480 samples (30ms in WB)
319 // 80 input samples
326 // 160 input samples
333 // 240 input samples
  /external/webrtc/src/modules/audio_processing/agc/main/source/
digital_agc.c 310 WebRtc_Word16 L, L2; // samples/subframe
312 // determine number of samples per ms
393 // iterate over samples
550 // iterate over samples
595 // iterate over samples
646 WebRtc_Word16 nrSamples) // (i) number of samples
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 288 * Put audio samples into the <code>Recognizer</code>.
289 * @param buf holds the audio samples.
291 * @param length number of bytes containing samples.
300 * Read audio samples from an <code>InputStream</code> and put them in the
302 * @param audio <code>InputStream</code> containing PCM audio samples.
557 * Not enough samples to process one frame.
  /frameworks/base/docs/html/resources/tutorials/opengl/
opengl-es10.jd 24 <h2 id="code-samples-list">Related Samples</h2>
26 <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/
29 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/
31 <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/
531 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 228 // process input samples
253 // if done with buffer, save samples
322 // process input samples
348 // if done with buffer, save samples
377 * in : pointer on input samples
487 * in : pointer on input samples
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 529 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/
688 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/
    [all...]
  /external/chromium/chrome/common/extensions/docs/
overview.html 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a>
237 <li><h2><a href="samples.html">Samples</a></h2></li>
437 This <a href="samples.html#gmail">mail extension</a>
442 This <a href="samples.html#mappy">map extension</a>
449 This <a href="samples.html#news">news extension</a>
    [all...]
messaging.html 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a>
237 <li><h2><a href="samples.html">Samples</a></h2></li>
612 <a href="samples.html">Samples</a>.
777 Attribution 3.0 License</a>, and code samples are licensed under the
  /external/jpeg/
jpeglib.h 41 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */
61 /* Data structures for images (arrays of samples and of DCT coefficients).
66 typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */
141 /* Size of a DCT block in samples. Always DCTSIZE for compression.
149 * of samples at the main buffer (preprocessing/compression interface), thus
154 JDIMENSION downsampled_width; /* actual width in samples */
155 JDIMENSION downsampled_height; /* actual height in samples */
167 int MCU_sample_width; /* MCU width in samples, MCU_width*DCT_scaled_size */
327 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
568 boolean CCIR601_sampling; /* TRUE=first samples are cosited *
    [all...]