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

<<21222324252627282930>>

  /external/quake/quake/src/QW/client/
snd_linux.c 108 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8);
223 // shm->samplepos = (count.bytes / (shm->samplebits / 8)) & (shm->samples-1);
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 127 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8);
242 // shm->samplepos = (count.bytes / (shm->samplebits / 8)) & (shm->samples-1);
  /external/sonivox/arm-fm-22k/lib_src/
eas_audioconst.h 37 * BUFFER_SIZE_IN_MONO_SAMPLES size of buffer in samples
40 * SYNTH_UPDATE_PERIOD_IN_BITS length of an audio frame (2^x samples)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_audioconst.h 37 * BUFFER_SIZE_IN_MONO_SAMPLES size of buffer in samples
40 * SYNTH_UPDATE_PERIOD_IN_BITS length of an audio frame (2^x samples)
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 264 ULONG ulStart; /* Start of loop in samples */
265 ULONG ulLength; /* Length of loop in samples */
eas_audioconst.h 37 * BUFFER_SIZE_IN_MONO_SAMPLES size of buffer in samples
40 * SYNTH_UPDATE_PERIOD_IN_BITS length of an audio frame (2^x samples)
  /external/speex/libspeex/
lpc.c 129 const spx_word16_t *x, /* in: [0...n-1] samples x */
182 const spx_word16_t *x, /* in: [0...n-1] samples x */
  /external/srec/srec/include/
front.h 88 samdata *outbuff; /* incoming samples buffer */
89 samdata *refbuff; /* outgoing samples buffer */
utteranc.h 49 ** read/store samples - including the header
215 * The number of samples per frame.
  /external/tremolo/Tremolo/
codec_internal.h 229 ogg_int16_t *pcm,int samples);
230 extern int vorbis_dsp_read(vorbis_dsp_state *v,int samples);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.cpp 142 void Extensions3DOpenGL::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height)
144 ::glRenderbufferStorageMultisampleEXT(target, samples, internalformat, width, height);
  /external/webp/examples/
dwebp.c 31 " -raw: save the raw YUV samples as a grayscale PGM\n"
111 // convenient format for viewing the samples, esp. for
  /external/webp/include/webp/
decode_vp8.h 62 // called when fresh samples are available. Currently, samples are in
  /frameworks/base/docs/html/resources/articles/
live-wallpapers.jd 12 <li><a href="{@docRoot}resources/samples/CubeLiveWallpaper/index.html">Live Wallpaper
35 href="../samples/CubeLiveWallpaper/index.html">CubeLiveWallpaper sample code</a>.</p>
  /frameworks/base/docs/html/resources/
resources_toc.cs 18 <li><a href="<?cs var:toroot ?>resources/samples/get.html">
19 <span class="en">Getting the Samples</span>
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 118 for more useful widgets. And for more raw code samples, visit the
119 <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/index.html">Api
  /frameworks/base/docs/html/sdk/
compatibility-library.jd 15 <li><a href="#Samples">Samples</a></li>
245 <p>When done, all files (including source code, samples, and the {@code .jar} files) are saved
274 apps in {@code extras/android/support/&lt;version&gt;/samples/}.</p>
365 <h2 id="Samples">Samples</h2>
367 <p>If you want to see some code that uses the support libraries, samples are included with the
369 extras/android/support/v4/samples/}.</p>
  /frameworks/base/include/media/stagefright/
MPEG4Writer.h 112 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples)
113 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) {
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 77 LVM_UINT16 NumSamples) /* Number of samples */
123 * Get the input samples
  /frameworks/base/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 72 LVREV_INVALIDNUMSAMPLES = 3, /* Invalid number of samples */
290 /* NumSamples Number of samples in the input buffer */
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 149 LVM_INT32 A_DelaySize[4]; /* A delay length in samples */
150 LVM_INT32 B_DelaySize[4]; /* B delay length in samples */
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 51 #define LVPSA_MAXINPUTBLOCKSIZE 5000 /* Maximum length in mono samples of the block to process */
105 LVM_UINT16 nSamplesBufferUpdate; /* Number of samples to make 20ms */
LVPSA_QPD_Process.c 95 /* Correct also the number of samples */
159 the exact number of samples for 20ms.*/
LVPSA_Tables.c 71 /* Number of samples in 20ms */
76 * Table for converting between the enumerated type and the number of samples
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_acelp_4p_in_64.cpp 61 4 tracks x 16 positions per track = 64 samples.
63 20 bits --> 4 pulses in a frame of 64 samples.
64 36 bits --> 8 pulses in a frame of 64 samples.
65 44 bits --> 10 pulses in a frame of 64 samples.
66 52 bits --> 12 pulses in a frame of 64 samples.
67 64 bits --> 16 pulses in a frame of 64 samples.
68 72 bits --> 18 pulses in a frame of 64 samples.
69 88 bits --> 24 pulses in a frame of 64 samples.

Completed in 1021 milliseconds

<<21222324252627282930>>