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

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 93 * Decodes an IMA ADPCM sample
136 /* get predicted sample for left channel */
154 /* get predicted sample for right channel */
213 * Decodes an IMA ADPCM sample
309 /* calculate sample number fraction from msecs */
313 /* add integer sample count */
344 /* find start of block for requested sample */
eas_sndlib.h 52 * sample size
316 * bits 0-17 are the sample rate
320 * bit 21 is sample depth (0 = 8-bits, 1 = 16-bits)
338 * pSampleLen pointer to array of sample lengths
339 * ppSamples pointer to array of sample pointers
370 * pSampleLen pointer to array of sample lengths
371 * ppSamples pointer to array of sample pointers
eas_chorus.c 117 //chorus rate and depth need some massaging from preset value (which is sample rate independent)
156 //right now chorus delay is a compile-time value, as is sample rate
244 * bufSize: the number of sample frames (i.e. stereo samples) in the buffer
305 //scale chorus depth by lfo value to get relative fractional sample index
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample index
351 //scale chorus depth by lfo value to get relative fractional sample index
356 //add fixed chorus delay to get actual fractional sample index
359 //get tap value from chorus delay using fractional sample index
eas_mdls.h 66 /* maximum sample memory for DLS query support */
76 /* size of read buffer for sample conversion */
103 * These macros define the various characteristics of the defined sample rates
  /frameworks/base/libs/audioflinger/
AudioResampler.cpp 120 LOGE("Unsupported sample format, %d bits, %d channels", bitDepth,
304 int32_t sample = Interp(mX0L, in[0], phaseFraction); local
305 out[outputIndex++] += vl * sample;
306 out[outputIndex++] += vr * sample;
328 int32_t sample = Interp(in[inputIndex-1], in[inputIndex], local
330 out[outputIndex++] += vl * sample;
331 out[outputIndex++] += vr * sample;
  /external/iproute2/tc/
f_u32.c 38 fprintf(stderr, " [ sample SAMPLE ]\n");
41 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
42 fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp |"
1045 } else if (strcmp(*argv, "sample") == 0) {
1056 fprintf(stderr, "Illegal \"sample\"\n");
1060 fprintf(stderr, "\"sample\" must contain"
1068 fprintf(stderr, "Illegal sample \"divisor\"\n");
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 117 //chorus rate and depth need some massaging from preset value (which is sample rate independent)
156 //right now chorus delay is a compile-time value, as is sample rate
244 * bufSize: the number of sample frames (i.e. stereo samples) in the buffer
305 //scale chorus depth by lfo value to get relative fractional sample index
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample index
351 //scale chorus depth by lfo value to get relative fractional sample index
356 //add fixed chorus delay to get actual fractional sample index
359 //get tap value from chorus delay using fractional sample index
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 117 //chorus rate and depth need some massaging from preset value (which is sample rate independent)
156 //right now chorus delay is a compile-time value, as is sample rate
244 * bufSize: the number of sample frames (i.e. stereo samples) in the buffer
305 //scale chorus depth by lfo value to get relative fractional sample index
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample index
351 //scale chorus depth by lfo value to get relative fractional sample index
356 //add fixed chorus delay to get actual fractional sample index
359 //get tap value from chorus delay using fractional sample index
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 27 Y Sample Period 1 1
28 U (Cb) Sample Period 2 2
29 V (Cr) Sample Period 2 2
  /external/icu4c/test/cintltst/
udatpg_test.c 315 /* sample code in Userguide */
329 log_err("Failed to initialize the UDateFormat of the sample code in Userguide.\n");
344 log_err("Failed udat_format() of sample code in Userguide.\n");
  /external/jpeg/
filelist.doc 190 example.c Sample code for calling JPEG library.
202 makefile.* Sample makefiles for particular systems.
203 jconfig.* Sample jconfig.h for particular systems.
  /external/webkit/SunSpider/
sunspider 58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
60 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormatResources.properties 58 BitsPerSample=The number of bits per sample
60 SignificantBitsPerSample=The number of significant bits per sample
62 SampleMSB=The position of the most significant bit of each sample
  /frameworks/base/include/tts/
TtsEngine.h 155 // @param[inout] encoding in: the desired audio sample format
157 // @param[inout] rate in: the desired audio sample rate
158 // out: the sample rate used by the TTS engine
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
SdkRepositoryTest.java 36 * Tests local validation of an SDK Repository sample XMLs using an XML Schema validator.
137 /** Validate a valid sample using namespace version 1 using an InputStream */
149 /** Validate a valid sample using namespace version 1 using an InputStream */
  /dalvik/libcore-disabled/SoundTest/src/com/android/tests/soundtest/
SoundTest.java 65 button.setText("Play sample");
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
FloatControl.java 41 public static final Type SAMPLE_RATE = new Type("Sample Rate"); //$NON-NLS-1$
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LaunchingPreferences.java 91 // Read a sample value they have set
LocalService.java 97 // In this sample, we'll use the same text for the ticker and the expanded notification
VoiceRecognition.java 37 * Sample code that invokes the speech recognition intent API.
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 36 * The configuration screen for the ExampleAppWidgetProvider widget sample.
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
User.java 24 * Represents a sample SyncAdapter user
  /development/samples/TicTacToeMain/
_index.html 1 <p>This sample demonstrates how an application can make use of shared code and
  /device/sample/frameworks/PlatformLibrary/
Android.mk 53 # associated JNI code, and a sample client of the library.
  /external/dbus/tools/
dbus-send.1 46 /org/freedesktop/sample/object/name \\

Completed in 383 milliseconds

<<11121314151617181920>>