HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 276 - 300 of 1478) sorted by null

<<11121314151617181920>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TableHelper.java 41 * @param sample_text A sample text to figure out column width if preference
54 // if there is no pref store or the entry is missing, we use the sample
101 * @param sample_text A sample text to figure out column width if preference
113 // if there is no pref store or the entry is missing, we use the sample
169 // if there is no pref store or the entry is missing, we use the sample
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 33 Sint32 sample; local
46 sample = src[0] + src[1];
47 *dst = (Uint8)(sample / 2);
60 sample = src[0] + src[1];
61 *dst = (Sint8)(sample / 2);
75 sample = (Uint16)((src[0]<<8)|src[1])+
77 sample /= 2;
78 dst[1] = (sample&0xFF);
79 sample >>= 8;
80 dst[0] = (sample&0xFF)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 41 * Represents a sample XML node in an SDK repository.
46 private static final String PROP_MIN_API_LEVEL = "Sample.MinApiLevel"; //$NON-NLS-1$
58 * Creates a new sample package from the attributes and elements of the given XML node.
77 * Creates a new sample package based on an actual {@link IAndroidTarget} (which
80 * The target <em>must</em> have an existing sample directory that uses the /samples
108 * Creates a new sample package from an actual directory path and previously
202 * A sample package is typically installed in SDK/samples/android-"version".
203 * However if we can find a different directory that already has this sample
299 "Please select YES to delete the existing sample and replace them " +
  /external/esd/include/
audiofile.h 131 AF_INST_SAMP_STARTFRAME = 310, /* start sample for this inst */
132 AF_INST_SAMP_ENDFRAME = 311, /* end sample for this inst */
136 AF_INST_SAMP_RATE = 315, /* sample rate of this inst's sample */
259 AF_BAD_RATE = 14, /* invalid sample rate */
261 AF_BAD_SAMPCNT = 16, /* invalid sample count */
262 AF_BAD_WIDTH = 17, /* invalid sample width */
267 AF_BAD_SAMPFMT = 22, /* bad sample format */
339 AF_ERR_BAD_RATE = 14+AF_ERR_BASE, /* invalid sample rate */
341 AF_ERR_BAD_SAMPCNT = 16+AF_ERR_BASE, /* invalid sample count *
    [all...]
  /external/jpeg/
jdmainct.c 30 * sample rows of each component. (We require DCT_scaled_size values to be
39 * each iMCU row contains v_samp_factor * DCT_scaled_size sample rows, or
42 * number of sample rows varies across components, but the number of row
43 * groups does not. Some garbage sample rows may be included in the last iMCU
47 * access to the sample row(s) above and below its current input row group.
58 * context rows are manufactured by duplicating the first or last real sample
63 * upsamplers really only need one sample row of context. An upsampler
99 * the first or last sample row as necessary (this is cheaper than copying
100 * sample rows around).
267 /* Change the pointer lists to duplicate the last sample row at the botto
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
mediaatom.h 299 // Returns the timestamp from the last video sample
302 // audio sample to request.
315 // Returns the sample number of the last samplle returned
316 // Used when requesting a hint sample for a specific randomly accessed sample
351 } // Seeks to the base-layer sample in the hint track
mediainformationatom.h 322 // Returns the timestamp from the last video sample
325 // audio sample to request.
338 // Returns the sample number of the last samplle returned
339 // Used when requesting a hint sample for a specific randomly accessed sample
374 } // Seeks to the base-layer sample in the hint track
  /external/quake/quake/src/QW/client/
snd_mem.c 39 int sample, samplefrac, fracstep; local
79 sample = LittleShort ( ((short *)data)[srcsample] );
81 sample = (int)( (unsigned char)(data[srcsample]) - 128) << 8;
83 ((short *)sc->data)[i] = sample;
85 ((signed char *)sc->data)[i] = sample >> 8;
130 Con_Printf ("%s is a stereo sample\n",s->name);
  /external/quake/quake/src/WinQuake/
snd_mem.cpp 39 int sample, samplefrac, fracstep; local
79 sample = LittleShort ( ((short *)data)[srcsample] );
81 sample = (int)( (unsigned char)(data[srcsample]) - 128) << 8;
83 sc->data.s[i] = sample;
85 sc->data.sc[i] = sample >> 8;
130 Con_Printf ("%s is a stereo sample\n",s->name);
  /external/skia/src/core/
SkBitmapSampler.cpp 58 virtual SkPMColor sample(SkFixed x, SkFixed y) const { return 0; } function in class:SkNullBitmapSampler
92 virtual SkPMColor sample(SkFixed x, SkFixed y) const function in class:ARGB32_Bilinear_Sampler
140 virtual SkPMColor sample(SkFixed x, SkFixed y) const function in class:RGB16_Bilinear_Sampler
194 virtual SkPMColor sample(SkFixed x, SkFixed y) const function in class:Index8_Bilinear_Sampler
254 virtual SkPMColor sample(SkFixed x, SkFixed y) const function in class:A8_Bilinear_Sampler
308 virtual SkPMColor sample(SkFixed x, SkFixed y) const function in class:A8_NoFilter_Sampler
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h 78 EAS_I16 z1; /* 1 sample delay state variable */
79 EAS_I16 z2; /* 2 sample delay state variable */
96 #define WT_FLAGS_USE_ADPCM 4 /* sample is ADPCM encoded */
127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
128 EAS_U32 loopStart; /* points to first sample at start of loop */
129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 78 EAS_I16 z1; /* 1 sample delay state variable */
79 EAS_I16 z2; /* 2 sample delay state variable */
96 #define WT_FLAGS_USE_ADPCM 4 /* sample is ADPCM encoded */
127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
128 EAS_U32 loopStart; /* points to first sample at start of loop */
129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
  /external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js 127 'heap-sample-begin,"Heap","allocated",' +
129 'heap-sample-stats,"Heap","allocated",10000,1000\n';
131 'heap-sample-item,STRING_TYPE,100,1000\n' +
132 'heap-sample-item,CODE_TYPE,10,200\n' +
133 'heap-sample-item,MAP_TYPE,20,350\n';
136 this.log_ += 'heap-sample-end,"Heap","allocated"\n';
  /packages/apps/Gallery/src/com/android/camera/
Util.java 84 * Compute the sample size as a function of minSideLength
91 * The function returns a sample size based on the constraints.
94 * The functions prefers returning a sample size that
97 * Also, the function rounds up the sample size to a power of 2 or multiple
98 * of 8 because BitmapFactory only honors sample size this way.
100 * request is 3. So we round up the sample size to avoid OOM.
  /packages/apps/Gallery3D/src/com/cooliris/media/
Utils.java 257 * Compute the sample size as a function of minSideLength
264 * The function returns a sample size based on the constraints.
267 * The functions prefers returning a sample size that
270 * Also, the function rounds up the sample size to a power of 2 or multiple
271 * of 8 because BitmapFactory only honors sample size this way.
273 * request is 3. So we round up the sample size to avoid OOM.
  /external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp 641 // Set the sample rate for the specific video track
662 // Create media sample buffer and size field
670 if (mediaType == MEDIA_TYPE_TEXT)//CALCULATES SIZE OF TIMED TEXT SAMPLE
742 Oscl_Vector <OsclMemoryFragment, OsclMemAllocator>& fragmentList, // vector which contains either NALs or a sample
755 // Create media sample buffer and size field
763 // calculate size of AVC sample
766 // compose AVC sample
772 // all memory fragments in the vector combines into one sample
    [all...]
chunkoffsetatom.cpp 62 // If sample is the start of a new chunk, add the current offset entry
76 // Increment the size of the offset by the length of this sample
  /dalvik/tools/gdbjithelper/
gdbjithelper.c 54 // Sample content
63 // Sample content
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 73 // Normally we would do some work here... for our sample, we will
99 // In this sample, we'll use the same text for the ticker and the expanded notification
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 45 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
73 // fetch updates from the sample service over the cloud
  /development/samples/SpinnerTest/
_index.html 2 This sample is the test application for the
49 <img alt="The initial user interface for the Spinner sample application" style="height:230px;"
  /external/gtest/samples/
sample2_unittest.cc 30 // A sample program demonstrating using Google C++ testing framework.
35 // This sample shows how to write a more complex unit test for a class
  /external/icu4c/samples/case/
ucase.c 35 printf("** C Case Mapping Sample\n");
82 u_fprintf(out, "\n** end of C sample\n");
  /external/iproute2/tc/
f_basic.c 33 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-natt 1 # Id: racoon.conf.sample-natt,v 1.5 2005/12/13 16:41:07 vanhu Exp
6 # sample files and manual pages for details about the rest.

Completed in 67 milliseconds

<<11121314151617181920>>