/system/extras/tests/sdcard/ |
stopwatch.cpp | 133 // print each duration sample 219 if (mDataLen > 2) // if there is only one sample, avg, min, max are trivial.
|
/device/htc/dream-sapphire/tools/ |
btconfig.c | 51 0x10, 0x00, // out sample size: 16 bits 52 0x00, 0x00, // out sample offset in frame: 0 PCM clock cycle 54 0x0E, 0x00, // in sample size: 14 bits 55 0x01, 0x00, // in sample offset in frame: 1 PCM clock cycle 180 0x04, // din order: MSB first, don't swap bytes, shift sample 181 0x04, // dout order: MSB first, don't swap bytes, shift sample
|
/external/iproute2/misc/ |
ifstat.c | 450 double sample; local 454 sample = (double)(incr*1000)/interval; 456 n->rate[i] += W*(sample-n->rate[i]); 459 n->rate[i] = sample; 462 n->rate[i] += w*(sample-n->rate[i]); 558 " -d, --scan=SECS sample every statistics every SECS\n"
|
/external/jpeg/ |
example.c | 37 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/ 67 * Sample routine for JPEG compression. We assume that the target file name 210 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/ 278 * Sample routine for JPEG decompression. We assume that the source file name 362 /* Make a one-row-high sample array that will go away when done with image */ 378 /* Assume put_scanline_someplace wants a pointer and sample count. */
|
structure.doc | 21 A "sample" is a single component value (i.e., one number in the image data). 27 We do not use the terms "pixel" and "sample" interchangeably. When we say 28 pixel, we mean an element of the full-size image, while a sample is an element 39 * cjpeg/djpeg, two sample applications that use the library to transform 181 only to the next block (8-sample) boundary. In an interleaved-scan situation, 351 component before downsampling, and Vk sample rows afterwards (remember Vk 356 edge (i.e., extending each sample row to a multiple of 8 samples); but the 358 duplicating the bottom sample row as needed to make a multiple of 8 rows). 574 Arrays of pixel sample values use the following data structure: 591 specification that sample values run from -128..127 is accommodated b [all...] |
cjpeg.c | 190 fprintf(stderr, " -sample HxV[,...] Set component sampling factors\n"); 218 char * samplearg = NULL; /* saves -sample parm if any */ 375 } else if (keymatch(arg, "sample", 2)) { 380 /* Must delay setting sample factors until after we have processed any 436 if (samplearg != NULL) /* process -sample if it was present */
|
rdppm.c | 9 * The extended 2-byte-per-sample raw PPM/PGM formats are supported. 135 * A really fast path is provided for reading byte/sample raw files with 403 /* Need to translate anyway, so make a separate sample buffer. */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.h | 91 macros for other audio sample related math. 108 output = (1-frac) * sample[n] + (frac) * sample[n+1] 120 Multiply the signed audio sample by the unsigned fraction. 121 - a is the signed audio sample 292 /* we use 16-bits in the PC per audio sample */
|
eas_pcm.c | 84 * Sample rate conversion 488 * is dependent on the sample rate and block size. 876 * Calculates the fractional phase increment for the sample rate converter 879 * sampleRate - sample rate in samples/sec 882 * Returns fractional sample rate with a 15-bit fraction 900 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Sample rate %u not in table, calculating by division\n", sampleRate); */ } [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.h | 91 macros for other audio sample related math. 108 output = (1-frac) * sample[n] + (frac) * sample[n+1] 120 Multiply the signed audio sample by the unsigned fraction. 121 - a is the signed audio sample 292 /* we use 16-bits in the PC per audio sample */
|
eas_pcm.c | 84 * Sample rate conversion 488 * is dependent on the sample rate and block size. 876 * Calculates the fractional phase increment for the sample rate converter 879 * sampleRate - sample rate in samples/sec 882 * Returns fractional sample rate with a 15-bit fraction 900 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Sample rate %u not in table, calculating by division\n", sampleRate); */ } [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_math.h | 91 macros for other audio sample related math. 108 output = (1-frac) * sample[n] + (frac) * sample[n+1] 120 Multiply the signed audio sample by the unsigned fraction. 121 - a is the signed audio sample 292 /* we use 16-bits in the PC per audio sample */
|
eas_pcm.c | 84 * Sample rate conversion 488 * is dependent on the sample rate and block size. 876 * Calculates the fractional phase increment for the sample rate converter 879 * sampleRate - sample rate in samples/sec 882 * Returns fractional sample rate with a 15-bit fraction 900 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Sample rate %u not in table, calculating by division\n", sampleRate); */ } [all...] |
/packages/apps/Settings/src/com/android/settings/ |
TextToSpeechSettings.java | 323 * Ask the current default engine to return a string of sample text to be 481 String sample = getString(R.string.tts_demo); local 483 sample = data.getStringExtra("sampleText"); 486 mTts.speak(sample, TextToSpeech.QUEUE_FLUSH, null); 490 Log.e(TAG, "Did not have a sample string for the requested language"); 553 // Get the sample text from the TTS engine; onActivityResult will do [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 48 This document will discuss \texttt{btt} usage, provide some sample output, 292 sample shows a sample of both unplug sections: 315 in the sample output in the immediately preceding table one can see 328 Here is a sample output of this sections: 368 Here is a sample portion of this type of chart, showing Q2Q times 569 Figure~\ref{fig:qhist} is a sample graph generated from data used during 585 Figure~\ref{fig:dhist} is a sample graph generated from data used during 774 in the times present for the current sample, then the second columns [all...] |
/frameworks/base/awt/java/awt/image/ |
ColorModel.java | 458 * Checks if the sample model is compatible with this color model. 461 * the sample model. 462 * @return true, if the sample model is compatible with this color model. 470 * Creates the compatible sample model. 473 * the width of the desired sample model. 475 * the height of the desired sample model. 476 * @return the sample model.
|
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 163 GLSurfaceViewActivity sample 320 <p>The CustomView sample in the 325 <p>The LabelView sample demonstrates a number of different aspects of custom components:</p> 341 <p>You can see some sample usages of the LabelView custom View in 435 Speech quotes. The corresponding classes in the sample code are 455 NotePad sample into Eclipse (or 503 <p>For the NotePad sample, overriding the <code>onDraw()</code> method allows
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 11 <a href="#DownloadCode">Installing the Tutorial Sample Code</a> 168 <h2 id="DownloadCode">Installing the Tutorial Sample Code</h2> 170 During this tutorial, you will be working with sample code that is provided as part 172 with a pair of related sample applications — an application under test and a test 191 The sample applications are provided in the SDK component named 232 <strong>Note:</strong> Although the sample code for this tutorial is provided in the [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 88 attempts to generate the same IOs seen during the sample workload phase. 96 during the sample workload. 106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to 111 the precise order they were seen during the sample workload run. 167 ordering and timing of IOs seen during the sample workload. The reclaiming
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkManager.java | 731 * Returns the {@link AndroidVersion} of the sample in the given folder. 733 * @param folder The sample's folder. 745 log.warning("Ignoring sample '%1$s': does not contain %2$s.", //$NON-NLS-1$ 748 log.warning("Ignoring sample '%1$s': failed reading %2$s.", //$NON-NLS-1$ 751 log.warning("Ignoring sample '%1$s': no android version found in %2$s.", //$NON-NLS-1$
|
/development/samples/ApiDemos/res/values/ |
strings.xml | 95 <string name="local_service_label">Sample Local Service</string> 118 <string name="remote_service_label">Sample Remote Service</string> 133 <string name="service_start_arguments_label">Sample Service Start Arguments 151 <string name="foreground_service_label">Sample Foreground Service</string> 176 <string name="alarm_service_label">Sample Alarm Service</string> 187 <string name="activity_local_sample">App/Instrumentation/Local Sample</string> 201 <string name="status_bar_notification_title">Sample Notification</string> 439 <string name="shortcut_name">Sample</string> 449 <string name="sample_device_admin">Sample Device Admin</string> 450 <string name="sample_device_admin_description">Sample code for writin [all...] |
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_parser.cpp | 313 //first Sample reset sample count. 544 arOffset += (CHUNK_SIZE + CHUNK_SIZE); //add 4 bytes each for sample type and data size param.
|
/external/opencore/fileformats/mp4/composer/include/ |
a_impeg4file.h | 70 * (time stamp, sample size, chunk tables etc) for the presentation. This API also 125 * (time stamp, sample size, chunk tables etc) for the presentation. This API is to be 271 // Methods to set the sample rate (i.e. timescales) for the streams and
|
/external/oprofile/daemon/ |
opd_ibs.c | 122 /* sfile can change at each sample for kernel */ 134 * can happen if kernel sample falls through the cracks, or if 135 * it's a sample from an anon region we couldn't find
|
/external/qemu/hw/ |
goldfish_audio.c | 348 int sample = (sample1 + sample2) >> 1; local 349 dst[0] = (uint8_t) sample; 350 dst[1] = (uint8_t)(sample >> 8);
|