/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 57 EAS_PCM x1; /* current generated sample */ 58 EAS_PCM x0; /* previous generated sample */ 86 /* NOTE: For CMF, we use this to store total sample size */ 113 EAS_U16 sampleRate; /* input sample rate */
|
eas_wtengine.c | 114 /* scale sample by gain */ 123 /* get the current sample in the final mix buffer */ 133 /* get the current sample in the final mix buffer */ 146 /* get the current sample in the final mix buffer */ 212 /* save new output sample in buffer */ 221 /* next sample */ 224 /* advance sample pointer */ 304 /* save new output sample in buffer */ 313 /* next sample */ 316 /* advance sample pointer * [all...] |
ARM-E_voice_gain_gnu.s | 148 LDR tmp1, [pMixBuffer] @ get left channel output sample
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
|
/external/zlib/projects/visualc6/ |
README.txt | 37 5) If you built one of the sample programs (example or minigzip),
|
/frameworks/base/awt/java/awt/image/ |
WritableRaster.java | 539 * Sets the sample for the specified band and the specified pixel with an 540 * integer sample. 549 * the sample to be set. 557 * Sets the sample for the specified band and the specified pixel with a 558 * float sample. 567 * the sample to be set. 575 * Sets the sample for the specified band and the specified pixel with an 576 * integer sample. 585 * the sample to be set.
|
/frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/ |
InflatedExpandableListView.java | 44 // Sample data set. children[i] contains the children (String[]) for groups[i].
|
/frameworks/base/docs/html/resources/articles/ |
qsb.jd | 12 sample</a></li> 41 related to a sample app called <a 99 <h2>Searchable Dictionary Sample App</h2> 102 we've created a sample app that simply provides access to a small dictionary of
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
pvmf_mp4ffparser_node.cpp | 5265 uint8* sample = (uint8*)(memFragIn.getMemFrag().ptr); local 5350 uint8* sample = (uint8*)(memFragIn.getMemFrag().ptr); local [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtengine.c | 114 /* scale sample by gain */ 123 /* get the current sample in the final mix buffer */ 133 /* get the current sample in the final mix buffer */ 146 /* get the current sample in the final mix buffer */ 212 /* save new output sample in buffer */ 221 /* next sample */ 224 /* advance sample pointer */ 304 /* save new output sample in buffer */ 313 /* next sample */ 316 /* advance sample pointer * [all...] |
ARM-E_voice_gain_gnu.s | 148 LDR tmp1, [pMixBuffer] @ get left channel output sample
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
|
/cts/tools/annotation-helper/src/spechelper/ |
SimpleComputer.java | 52 * a sample: 148 String replace ="hi there! a longer sample text\nnew line";
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/ |
FileURLConnection.java | 171 * File Sample : "/ZIP211/+/harmony/tools/javac/resources/javac.properties" 172 * Invalid File Sample:
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
AndroidClip.java | 37 * limited, we only support sample playback, but not recording or the querying 38 * of sample information. Many of the methods hence throw
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 40 * <p>Note that this is implemented as an inner class only keep the sample 87 * <p>Note that this is implemented as an inner class only keep the sample
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 57 menu.setHeaderTitle("Sample menu"); 90 // Sample data set. children[i] contains the children (String[]) for groups[i].
|
/external/gtest/samples/ |
sample1_unittest.cc | 30 // A sample program demonstrating using Google C++ testing framework. 35 // This sample shows how to write a simple unit test for a function,
|
sample7_unittest.cc | 32 // This sample shows how to test common properties of multiple 51 // In this sample we will define a simple factory function for PrimeTable
|
/external/icu4c/samples/legacy/ |
README | 36 Sample won't compile: this is quite unlikely, but the most probable reason is that include files cannot be found. 37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path to your libraries.
|
/external/jpeg/ |
jutils.c | 90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays 167 /* This might be sample-array data, block-array data, or alloc_large data. */
|
/external/opencore/fileformats/mp4/composer/src/ |
avcsampleentry.cpp | 98 uint8* sample = pinfo->getInfo(); local 101 setSample(sample, size);
|
movieheaderatom.cpp | 45 * last sample as well, which in our case fp same as the last but one. 137 * last sample as well, which in our case fp same as the last but one.
|
/external/opencore/fileformats/wav/parser/include/ |
pvwavfileparser.h | 113 // Copies Number of Channels, Sampling rate and Bits per sample to input parameters 116 //Seek in PCM Data (Seeks the file position to SampleNumber specified so that user can then get PCM data starting from that Sample)
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_media_data.h | 57 // Bit 3 - Signals whether the media data is or part of a key sample. If set to 1, this 58 // means the media data contained is is or part of a key sample.
|
/external/oprofile/daemon/ |
opd_spu.c | 3 * Processing the sample buffer for Cell BE SPU profile 130 /* log the sample or arc */
|
/external/qemu/audio/ |
mixeng.c | 281 * the input & output frequencies are equal, a delay of one sample is 293 struct st_sample ilast; /* last sample in the input stream */
|