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

<<11121314151617181920>>

  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 3 # setup, this is a test of sample rate switching
76 # wrap-up, this was a test of sample rate switching
  /external/v8/test/message/
testcfg.py 126 return ['sample', 'sample=shell']
  /external/v8/test/mjsunit/
testcfg.py 127 return ['sample', 'sample=shell']
  /external/v8/test/mozilla/
testcfg.py 129 return ['sample', 'sample=shell']
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 95 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 144 LPCTSTR header(_T("[Sample Header]"));
177 LPCTSTR footer(_T("[Sample Footer]"));
  /frameworks/base/media/java/android/media/
AudioFormat.java 34 /** Audio data format: PCM 16 bit per sample */
36 /** Audio data format: PCM 8 bit per sample */
EncoderCapabilities.java 76 * <li>Sample rate: the sampling rate used for recording the audio in samples per second;
85 public final int mMinSampleRate, mMaxSampleRate; // min and max sample rate (hz)
AudioTrack.java 44 * (high sampling rate, bits per sample ...)</li>
240 * @param sampleRateInHz the sample rate expressed in Hertz. Examples of rates are (but
315 // sample rate
318 + "Hz is not a supported sample rate."));
358 throw(new IllegalArgumentException("Unsupported sample encoding."
433 * Returns the configured audio data sample rate in Hz
533 * Returns the hardware output sample rate
544 * @param sampleRateInHz the sample rate expressed in Hertz.
579 loge("getMinBufferSize(): " + sampleRateInHz +"Hz is not a supported sample rate.");
664 * Sets the playback sample rate for this track. This sets the sampling rate at whic
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 21 ** Original Code. The Original Code is: OpenGL Sample Implementation,
33 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation
  /ndk/docs/
CPU-ARM-NEON.TXT 120 Sample code:
123 Look at the source code for the "hello-neon" sample in this NDK for an example
  /packages/apps/Email/src/com/android/email/
Utility.java 129 * sample -> "sample"
130 * "sample" -> "sample"
131 * ""sample"" -> "sample"
132 * "sample"" -> "sample"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
ConvertToAndroidAction.java 91 * Toggles sample nature on a project
93 * @param project to have sample nature added or removed
  /system/extras/tests/sdcard/
stopwatch.h 88 // measured (1 sample == 1 start + 1 stop). Used
106 // is a pair (time, duration). The 1st sample is always at time
  /prebuilt/linux-x86/oprofile/bin/
opannotate 
  /external/iproute2/misc/
nstat.c 336 double sample; local
340 sample = (double)(incr*1000)/interval;
342 n->rate += W*(sample-n->rate);
345 n->rate = sample;
348 n->rate += w*(sample-n->rate);
rtacct.c 311 double sample; local
320 sample = (double)(incr*1000)/interval;
322 kern_db->rate[i] += W*(sample-kern_db->rate[i]);
325 kern_db->rate[i] = sample;
328 kern_db->rate[i] += w*(sample-kern_db->rate[i]);
  /external/opencore/fileformats/mp4/composer/src/
sampledescriptionatom.cpp 239 {//storing the start, end and the sample index number
373 // Assuming only one sample entry for video tracks
408 //HANDLE LIKE VIDEO - ONLY ONE SAMPLE ENTRY PER TRACK
437 // Check whether or not this sample meets the criteria
439 // Otherwise, add new entry according to this sample
  /external/oprofile/daemon/
opd_sfile.c 3 * Management of sample files
236 verbprintf(vsamples, "Losing sample at 0x%llx of unknown provenance.\n",
246 verbprintf(vsamples, "Lost kernel sample %llx\n", trans->pc);
370 printf("Sample ");
443 /* can happen if kernel sample falls through the cracks,
  /frameworks/base/docs/html/guide/developing/tools/
aidl.jd 112 package com.android.sample;
116 import com.android.sample.IAtmService;
299 <p>Here is some sample code demonstrating calling an AIDL-created service, taken
300 from the Remote Service sample in the ApiDemos project.</p>
301 <p>{@sample development/samples/ApiDemos/src/com/example/android/apis/app/RemoteService.java
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 102 /** Initial value for the Create Project From Sample. */
266 /** Returns the value of the "Create from Existing Sample" radio. */
503 mCreateFromSampleRadio.setText("Create project from existing sample");
519 mSamplesCombo.setToolTipText("Select a sample");
692 /** Returns the current selected sample path,
703 * or the Create From Sample check box. */
761 * A sample was selected. Update the location field, manifest and validate.
766 // selected sample. We just need to refresh the manifest data & validate.
793 // an existing project/sample we won't edit existing files anyway so the
    [all...]
  /external/sonivox/arm-fm-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
  /external/sonivox/arm-hybrid-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

Completed in 61 milliseconds

<<11121314151617181920>>