HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 201 - 225 of 233) sorted by null

1 2 3 4 5 6 7 8910

  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 17 package com.android.imftest.samples;
  /device/samsung/crespo/alsa-lib/include/
pcm.h 387 /** base address of channel samples */
391 /** samples distance in bits */
    [all...]
  /build/core/
base_rules.mk 68 ifneq ($(filter-out user debug eng tests optional samples,$(LOCAL_MODULE_TAGS)),)
80 $(warning * optional, debug, eng, tests, samples)
main.mk 336 # For the sdk goal, anything with the "samples" tag should be
339 $(if $(filter samples tests,$(1)),,true)
  /device/samsung/crespo/alsa-lib/include/sound/
emu10k1.h 246 unsigned int internal_tram_size; /* in samples */
247 unsigned int external_tram_size; /* in samples */
312 unsigned int size; /* size in samples (4 bytes) */
313 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:__anon1413
321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
322 unsigned int buffer_size; /* count of buffered samples */
323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
326 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) *
    [all...]
  /frameworks/base/opengl/include/GLES/
glext.h     [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
tns.c 65 Word16 samples, Word16 corrCoeff);
675 Word16 samples,
683 isamples = samples;
    [all...]
  /external/libpng/
CHANGES     [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 100 int samples; /* Number of encoded samples */ member in struct:bluetooth_a2dp
104 int nsamples; /* Cumulative number of codec samples */
995 a2dp->samples = 0;
1072 a2dp->samples += encoded / frame_size;
1113 a2dp->samples += encoded / frame_size;
    [all...]
  /external/quake/quake/src/QW/client/
r_surf.c 147 lightmap = surf->samples;
gl_model.c 796 out->samples = NULL;
798 out->samples = loadmodel->lightdata + i;
    [all...]
model.c 787 out->samples = NULL;
789 out->samples = loadmodel->lightdata + i;
    [all...]
gl_rsurf.c 153 lightmap = surf->samples;
    [all...]
  /external/quake/quake/src/WinQuake/
r_surf.cpp 164 lightmap = surf->samples;
gl_model.cpp 796 out->samples = NULL;
798 out->samples = loadmodel->lightdata + i;
    [all...]
model.cpp 805 out->samples = NULL;
807 out->samples = loadmodel->lightdata + i;
    [all...]
gl_rsurf.cpp 154 lightmap = surf->samples;
    [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 19 * Part of http://code.google.com/p/google-app-engine-samples/.
  /external/quake/quake/src/QW/server/
model.c 724 out->samples = NULL;
726 out->samples = loadmodel->lightdata + i;
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 685 int samples = (((int)filelen) - 44) / 2; local
717 ((uint32_t *)(&header[40]))[0] = samples * 2; // size of data
  /external/libvpx/vp8/encoder/
onyx_if.c 2296 double samples = 3.0 \/ 2 * cpi->count * lst_yv12->y_width * lst_yv12->y_height; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 171 /* Store the two initial samples we start with */
189 /* Decode and store the other samples in this block */
299 /* Fill the decode buffer with a channel block of data (8 samples) */
379 /* Decode and store the other samples in this block */
518 spec->samples = 4096; /* Good default buffer size */
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 92 // mNumSamples is used to track how many samples in mSampleSizes List.
107 StscTableEntry(uint32_t chunk, uint32_t samples, uint32_t id)
109 samplesPerChunk(samples),
1112 // Release all the samples in this chunk.
    [all...]
  /external/chromium/third_party/icu/source/
configure     [all...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8910