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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 109 timeleft = this->spec.samples - alGetFillable(audio_port);
119 if ( alWriteFrames(audio_port, mixbuf, this->spec.samples) < 0 ) {
198 (alSetQueueSize(audio_config, spec->samples * 2) >= 0) &&
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 32 #define N_FRAMES_PER_BUFFER 512 /* low-level driver counts in terms of frames, not samples */
33 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */
46 /* store incoming samples here, then write to file at the end */
  /external/srec/srec/cfront/
wav_acc.c 192 /* samples, stop accumulating. */
208 /* Assumes that samples are no larger than */
243 ASSERT(ii <= 16); /* unusual case i=16 if all samples -32678 */
  /frameworks/base/core/java/android/app/
TabActivity.java 36 * {@sample development/samples/Support4Demos/res/layout/fragment_tabs.xml complete}
41 * {@sample development/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabs.java
44 * <p>Also see the <a href="{@docRoot}resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsPager.html">
  /frameworks/base/include/media/
Visualizer.h 35 * - Waveform data: consecutive 8-bit (unsigned) mono samples by using the getWaveForm() method
77 // maximum capture size in samples
79 // minimum capture size in samples
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 75 LVM_UINT16 MaxInputBlockSize; /* Maximum expected input block size (in samples) */
209 /* pLVPSA_InputSamples Pointer to the input samples buffer */
210 /* InputBlockSize Number of mono samples to process */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 147 /* Enhance the stereo image in the input samples based on the following block */
171 /* NumSamples Number of samples to process */
220 (LVM_INT16)NumSamples); /* Number of samples */
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 32 /** Number of samples to take. */
35 /** Time to wait in ms between samples. */
38 /** Time to wait in ms between samples. */
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c 40 * Get 4 BGR samples from input data and build 4 output Y samples
128 /* Get four BGR 565 samples from input data */
M4VIFI_RGB565toYUV420.c 42 * Get 4 RGB samples from input data and build 4 output Y samples
130 /* Get four RGB 565 samples from input data */
M4VIFI_RGB888toYUV420.c 29 Get 4 BGR samples from input data and build 4 output Y samples and
107 /* get RGB samples of 4 pixels */
  /frameworks/base/docs/html/guide/practices/
optimizing-for-3.0.jd 118 <li>Samples for SDK API 11</li>
418 <h3>Look at some samples</h3>
422 samples that allow you to preview the effects and can help you understand how to use them. To get
423 the samples, download them from the SDK repository <a href="{@docRoot}sdk/adding-components.html"
424 >using the Android SDK and AVD Manager</a>. After downloading the samples ("Samples for SDK API
425 11"), you can find them in <code>&lt;sdk_root&gt;/samples/android-11/</code>. The following list
426 provides links to the browsable source code for some of the samples:</p>
429 <li><a href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a>:
433 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment"
    [all...]
  /external/opencv/ml/src/
mlem.cpp 47 * params.nclusters - number of clusters to cluster samples to.
78 CvEM::CvEM( const CvMat* samples, const CvMat* sample_idx,
85 train(samples, sample_idx, params, labels);
339 "The number of samples should be greater than the number of clusters" );
782 CvMat* samples = 0; local
851 CV_CALL( samples = cvCreateMat( nsamples, dims, CV_64FC1 ));
859 double* dst = (double*)(samples->data.ptr + samples->step*i);
929 const double* sample = (double*)(samples->data.ptr + samples->step*i)
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 67 // The first 100ms is the place where samples get mixed. The rest is the real
84 // + If we cannot get enough CPU, we drop samples and simulate packet loss.
316 int16_t samples[mSampleCount]; local
327 samples[i] = sample;
334 memset(samples, 0, sizeof(samples));
343 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT);
351 int length = mCodec->encode(&buffer[3], samples);
375 // Throw away outdated samples
403 int16_t samples[count]; local
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 220 http://developer.android.com/resources/samples/get.html
221 http://developer.android.com/resources/samples/index.html
222 http://developer.android.com/resources/samples/AccelerometerPlay/index.html
223 http://developer.android.com/resources/samples/AccessibilityService/index.html
224 http://developer.android.com/resources/samples/ApiDemos/index.html
225 http://developer.android.com/resources/samples/BackupRestore/index.html
226 http://developer.android.com/resources/samples/BluetoothChat/index.html
227 http://developer.android.com/resources/samples/BusinessCard/index.html
228 http://developer.android.com/resources/samples/ContactManager/index.html
229 http://developer.android.com/resources/samples/Home/index.htm
    [all...]
  /external/esd/include/
esd.h 66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
67 ESD_PROTO_SUBSCRIBE, /* track new and removed players and samples */
111 /* functions for samples only */
183 /* get the stream latency to esound (latency is number of samples */
196 /* structures to retrieve information about streams/samples from the server */
  /external/flac/libFLAC/include/private/
lpc.h 97 * samples in the signal)
164 * *** IMPORTANT: the caller must pass in the historical samples:
165 * IN data[-order,-1] previously-reconstructed historical samples
191 * IN total_samples > 0 # of samples in residual signal
205 * IN total_samples > 0 # of samples in residual signal
  /external/oprofile/daemon/
oprofiled.c 94 { "separate-lib", 0, POPT_ARG_INT, &separate_lib, 0, "separate library samples for each distinct application", "[0|1]", },
95 { "separate-kernel", 0, POPT_ARG_INT, &separate_kernel, 0, "separate kernel samples for each distinct application", "[0|1]", },
97 { "separate-cpu", 0, POPT_ARG_INT, &separate_cpu, 0, "separate samples for each CPU", "[0|1]" },
100 { "verbose", 'V', POPT_ARG_STRING, &verbose, 0, "be verbose in log file", "all,sfile,arcs,samples,module,misc", },
366 } else if (!strcmp(name, "samples")) {
  /external/oprofile/doc/
oprofile.xml 76 Older versions of OProfile were not capable of attributing samples to symbols from dynamically
78 anonymous memory regions. OProfile reported the samples from such code, but the attribution
117 in profiling reports without any samples in these regions.
192 the oprofile daemon log when processing JIT samples if this special user
423 the profile data is written out into the $SESSION_DIR/samples directory (by default at <filename>/var/lib/oprofile/samples</filename>).
549 samples are taken. A counter can choose to sample only kernel code, user-space code,
658 Number of samples in kernel buffer. When using a 2.6 kernel
665 Set kernel buffer watershed to num samples (2.6 only). When it'll remain only
673 Number of samples in kernel per-cpu buffer (2.6 only). If yo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 235 sample_bits = spec->size / spec->samples / spec->channels * 8;
246 header.numFrames = spec->samples;
343 newbuf->dbNumFrames = audio->spec.samples;
436 sample_bits = spec->size / spec->samples / spec->channels * 8;
459 audio_buf[i]->dbNumFrames = spec->samples;
  /external/tremolo/Tremolo/
dsp.c 143 /* pcm==0 indicates we just want the pending samples, no more */
144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){
151 if(n>samples)n=samples;
315 /* partial last frame. Strip the extra samples off */
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 38 /* NumSamples Number of samples in the input buffer */
91 * Trap the case where the number of samples is zero.
167 /* NumSamples Number of samples in the input buffer */
311 * Apply rotation matrix and delay samples
396 * Delay samples
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
67 ESD_PROTO_SUBSCRIBE, /* track new and removed players and samples */
111 /* functions for samples only */
183 /* get the stream latency to esound (latency is number of samples */
196 /* structures to retrieve information about streams/samples from the server */

Completed in 933 milliseconds

<<11121314151617181920>>