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

<<21222324252627282930>>

  /external/protobuf/gtest/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c 392 * We calculate spec->samples like this because SDL_CalculateAudioSpec()
398 spec->samples = paud_bufinfo.write_buf_cap
404 spec->samples = paud_bufinfo.write_buf_cap
500 frame_ticks = (float)(spec->samples*1000)/spec->freq;
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 74 static UMSAudioDevice_ReturnCode UADWrite(_THIS, UMSAudioTypes_Buffer* buff, long samples, long* samples_written);
260 /* sample_bits = spec->size / spec->samples / spec->channels * 8; */
511 long samples,
517 samples,
  /external/quake/quake/src/QW/client/
snd_win.c 401 shm->samples = gSndBufSize/(shm->samplebits/8);
535 shm->samples = gSndBufSize/(shm->samplebits/8);
628 return the current sample position (in mono samples read)
653 s &= (shm->samples-1);
  /external/quake/quake/src/WinQuake/
snd_win.cpp 403 shm->samples = gSndBufSize/(shm->samplebits/8);
537 shm->samples = gSndBufSize/(shm->samplebits/8);
630 return the current sample position (in mono samples read)
655 s &= (shm->samples-1);
  /external/srec/srec/EventLog/include/
riff.h 219 short **samples,
  /external/svox/pico/lib/
picodefs.h 171 /* 16 bit PCM samples, native endianness of platform */
  /external/v8/include/
v8-profiler.h 87 * in milliseconds, estimated by samples count.
93 * estimated by samples count.
97 /** Returns the count of samples where function exists. */
100 /** Returns the count of samples where function was currently executing. */
  /external/v8/src/
runtime-profiler.cc 263 JSFunction* samples[kSamplerFrameCount]; local
297 samples[sample_count++] = function;
326 // Add the collected functions as samples. It's important not to do
330 AddSample(samples[i], kSamplerFrameWeight[i]);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.h 66 EGLint mSamples; // Number of samples per pixel
  /external/webkit/Source/WebCore/platform/graphics/
Extensions3D.h 115 virtual void renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height) = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 49 virtual void renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height);
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.h 24 * The MemorySampler class samples a number of internal and external memory
  /external/webp/src/enc/
webpenc.c 131 // top samples: 1623
168 + samples_size // top/left samples
179 " top samples: %ld\n"
227 // top samples (all 16-aligned)
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
auto_correlation.c 45 // In order to avoid overflow when computing the sum we should scale the samples so that
  /external/webrtc/src/common_audio/vad/main/interface/
webrtc_vad.h 141 * - frame_length : Length of speech frame buffer in number of samples
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
echo_control_mobile.c 34 static const int kBufSizeSamp = BUF_SIZE_FRAMES * FRAME_LEN; // buffer size (samples)
35 static const int kSampMsNb = 8; // samples per ms in nb
386 // The farend buffer size is determined in blocks of 80 samples
437 // Get the next 80 samples from the farend buffer
  /external/webrtc/src/modules/audio_processing/ns/main/interface/
noise_suppression.h 98 * input and output signals should always be 10ms (80 or 160 samples).
noise_suppression_x.h 97 * input and output signals should always be 10ms (80 or 160 samples).
  /frameworks/base/core/java/android/os/
LatencyTimer.java 46 * @param sampleSize number of samples to collect before printing out the average
  /frameworks/base/core/tests/coretests/res/layout/
linear_layout_grid.xml 3 /* //device/samples/SampleCode/res/layout/baseline_1.xml
  /frameworks/base/docs/html/guide/topics/fundamentals/
fragments.jd 49 <h2>Related samples</h2>
52 href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a></li>
54 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">ApiDemos</a></li>
383 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/FragmentRetainInstance.html">{@code
615 href="{@docRoot}resources/samples/NotePad/index.html">NotePad sample</a>. -->More information about
    [all...]
  /frameworks/base/docs/html/resources/
index.jd 39 techniques in the samples.</p>
  /frameworks/base/docs/html/sdk/
android-3.0.jd 168 samples are also available in the <a
169 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">
221 samples are also available in the <a
222 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#ActionBar">
265 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/content/ClipboardSample.
267 href="{@docRoot}resources/samples/NotePad/index.html">Note Pad</a> application.</p>
311 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.html">
313 href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a>
347 href="{@docRoot}resources/samples/StackWidget/index.html">StackView App Widget</a> and <a
348 href="{@docRoot}resources/samples/WeatherListWidget/index.html">Weather List Widget</a
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 87 * Raw bayer format used for images, which is 10 bit precision samples

Completed in 1751 milliseconds

<<21222324252627282930>>