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 */