Searched
full:samples (Results
526 -
550 of
1585) sorted by null
<<21222324252627282930>>
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 228 /* Play the PCM samples using a buffer queue */ 324 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE; 331 if ( (shm->samples & 0x1ff) != 0 ) { 332 LOGE("SNDDDMA_Init: samples must be power of two."); 349 return the current sample position (in mono samples read) 657 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE; 664 if ( (shm->samples & 0x1ff) != 0 ) { 665 LOGE("SNDDDMA_Init: samples must be power of two."); 685 return the current sample position (in mono samples read)
|
snd_mix.cpp | 124 lpos = lpaintedtime & ((shm->samples>>1)-1); 128 snd_linear_count = (shm->samples>>1) - lpos; 134 // write a linear blast of samples 172 out_mask = shm->samples - 1;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */
|
/external/srec/audio/AudioIn/UNIX/include/ |
filter.h | 25 typedef short typeSample; // for input and output samples
|
/external/srec/srec/include/ |
frontapi.h | 428 * However the process of getting samples into the CA_Wave object from 608 * enables correct internal interpretation of the audio samples. If the 645 * waveform buffer and the resultant samples clamped to a 16-bit 691 * length Number of samples in the segment 742 * sampleCount The number of samples in the supplied buffer. 769 * Returns The number of samples read; <0 on failure. 784 * Returns The number of samples read; <0 on failure. 803 * waveform buffer and the resultant samples clamped to a 16-bit 818 * Returns The audio samples in the In channel are [all...] |
fronttyp.h | 34 #define SAMDATA_SIZE 16 /* samples */
|
/external/tremolo/Tremolo/ |
mdct.h | 65 int start,int end /* samples, this frame */);
|
/external/webkit/Source/WebCore/platform/audio/ |
FFTConvolver.h | 58 // Buffer input until we get fftSize / 2 samples then do an FFT
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
Extensions3DOpenGL.h | 47 virtual void renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
Extensions3DQt.cpp | 69 void Extensions3DQt::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height)
|
/external/webkit/Tools/wx/packaging/debian/ |
rules | 63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
|
/frameworks/base/core/tests/coretests/res/layout/ |
scroll_to_rectangle.xml | 3 /* //device/samples/SampleCode/res/layout/scroll_view_1.xml
|
/frameworks/base/docs/html/ |
offline.jd | 29 especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li>
|
/frameworks/base/libs/rs/ |
rsProgram.h | 52 // coordinates into type specific. Multiple samples may also be taken
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
Core_MixInSoft_D32C31_SAT.c | 42 InLoop = (LVM_INT16)(n >> 2); /* Process per 4 samples */
|
Core_MixSoft_1St_D32C31_WRA.c | 42 InLoop = (LVM_INT16)(n >> 2); /* Process per 4 samples */
|
LVC_Mixer.h | 126 LVM_INT16 n); /* Number of stereo samples */
|
LVC_Mixer_SetTimeConstant.c | 41 /* Delta - the step change for fractional gain per 4 samples */
|
LVC_Mixer_VarSlope_SetTimeConstant.c | 42 /* Delta - the step change for fractional gain per 4 samples */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
convolve.h | 42 * : L samples of the convolution are computed.
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
main.h | 30 Word16 speech16k[], /* input : 320 new speech samples (at 16 kHz) */
|
/frameworks/base/opengl/libs/GLES_CM/ |
glext_api.in | 298 void API_ENTRY(glRenderbufferStorageMultisampleIMG)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) { 299 CALL_GL_API(glRenderbufferStorageMultisampleIMG, target, samples, internalformat, width, height); 301 void API_ENTRY(glFramebufferTexture2DMultisampleIMG)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) { 302 CALL_GL_API(glFramebufferTexture2DMultisampleIMG, target, attachment, textarget, texture, level, samples);
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
DialogActivity.java | 17 package com.android.imftest.samples;
|
Completed in 857 milliseconds
<<21222324252627282930>>