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

<<21222324252627282930>>

  /external/oprofile/libpp/
format_output.h 75 /// samples so far
176 /// class to output in a columned format symbols and associated samples
206 /// class to output in a columned format caller/callee and associated samples
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 220 void* samples[maxFrames]; local
221 int frames = backtrace(samples, maxFrames);
224 void* pointer = samples[i];
  /external/webkit/Source/WebCore/platform/audio/
Biquad.cpp 50 // Allocate two samples more for filter history
164 // These buffers are allocated (in the constructor) with space for two extra samples so it's OK to access
180 // Two extra samples for filter history
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-index.jd 23 <a href="{@docRoot}samples/NotePad/index.html">Sample Code</a> documentation. </p>
126 applications in the <code>samples/</code> directory of your downloaded SDK.</li>
128 <code>samples/</code> directory of the SDK, though it does not match it exactly.
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-index.jd 23 <a href="{@docRoot}samples/NotePad/index.html">Sample Code</a> documentation. </p>
126 applications in the <code>samples/</code> directory of your downloaded SDK.</li>
128 <code>samples/</code> directory of the SDK, though it does not match it exactly.
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h 28 // samples, as defined during construction). An arbitrary number of interlaced
73 // samples. Processing can be done in-place, by passing the same buffer as
77 // frameCount Number of multi-channel samples to process.
  /frameworks/base/media/libstagefright/
WAVExtractor.cpp 362 // Convert 8-bit unsigned samples to 16-bit signed.
367 // The new buffer holds the sample number of samples, but each
383 // Convert 24-bit signed samples to 16-bit signed.
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 95 * Pointer to the output buffer to hold the 16-bit PCM audio samples.
116 * samples/second. For this release of the library this value does
140 * This value is the number of output PCM samples per channel.
  /frameworks/media/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 42 * Get 4 RGB samples from input data and build 4 output Y samples
131 /* Get four RGB 565 samples from input data */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 35 // This list must match the list found in samples/ApiDemos/res/values/arrays.xml
  /external/chromium/net/disk_cache/
stats.h 79 void Snapshot(StatsHistogram::StatsSamples* samples) const;
  /external/chromium/testing/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 32 # Executes the samples and tests for the Google Test Framework.
  /external/chromium/testing/gtest/xcode/Scripts/
runtests.sh 32 # Executes the samples and tests for the Google Test Framework.
  /external/gtest/
CHANGES 45 * Added an Xcode project and samples.
  /external/icu4c/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/iproute2/
README.lnstat 78 You can specify the number of samples you want to take (e.g. 5):
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 3 * Dealing with the kernel and kernel module samples
163 printf("oprofiled: /proc/ksyms not readable, can't process module samples.\n");
262 * This function is called to recover from failing to put a samples even
266 * a negative entry for it, to quickly ignore future samples.
  /external/oprofile/libutil++/
generic_spec.h 24 * to store a sub part of a samples filename see PP:3.21.
  /external/oprofile/pp/
oparchive_options.cpp 50 "exclude libs, kernel, and module samples for applications"),
  /external/qemu/android/
audio-test.c 76 /* Initialize samples */
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_MMX_VC.c 27 // MMX assembler version of SDL_MixAudio for signed little endian 16 bit samples and signed 8 bit samples
53 shr ebx, 4 // process 16 bytes per iteration = 8 samples
144 shr ebx, 3 //$3,%%ebx // process 8 bytes per iteration = 8 samples
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 187 frame_ticks = (float)(this->spec->samples*1000) /
419 spec->samples = spec->size / ((spec->format & 0xFF) / 8);
420 spec->samples /= spec->channels;
436 frame_ticks = (float)(spec->samples*1000)/spec->freq;
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 127 left = (written - info.play.samples);
143 left = (written - info.play.samples);
348 fragsize = (spec->samples*1000)/(spec->freq/8);
357 fragsize = spec->samples;
  /external/quake/quake/src/QW/client/
snd_mix.c 116 lpos = lpaintedtime & ((shm->samples>>1)-1);
120 snd_linear_count = (shm->samples>>1) - lpos;
126 // write a linear blast of samples
164 out_mask = shm->samples - 1;

Completed in 1140 milliseconds

<<21222324252627282930>>