Searched
full:samples (Results
401 -
425 of
1585) sorted by null
<<11121314151617181920>>
/cts/apps/CtsVerifier/jni/audioquality/ |
Fft.h | 44 // Return the power of 2 required to contain at least size samples.
|
LinearityTest.h | 22 lengths in samples. They are all sampled at sampleRate. The pcms
|
Window.cpp | 49 there are mWindowSize+1 samples available in data. */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
CalibrateVolumeActivity.java | 207 short[] samples = Utils.byteToShortArray(mBuffer, 0, bytes); local 208 float[] results = mNative.measureRms(samples, 216 for (short x : samples) { 219 verifyRms /= samples.length;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
BiasExperiment.java | 28 * It calculates the mean of the observed samples.
|
/development/samples/JetBoy/ |
_index.html | 17 in the SDK, located at <code><sdk>/platforms/<platform>/samples/JetBoy/</code>.
|
/development/samples/SimpleJNI/ |
Android.mk | 27 LOCAL_MODULE_TAGS := samples
|
/device/sample/products/ |
sample_addon.mk | 23 # emulator skin (or for samples)
|
/external/chromium/chrome/common/extensions/docs/build/ |
build.py | 34 _samples_json = _base_dir + "/samples.json" 177 help="do not generate zip files for samples", 211 # Render a manifest file containing metadata about all the extension samples 215 # Write zipped versions of the samples listed in the manifest to the
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 41 * Four examples: {@include samples/ApiDemos/src/com/google/app/Notification1.java} {@sample 42 * samples/ApiDemos/src/com/google/app/Notification1.java} {@include 43 * samples/ApiDemos/src/com/google/app/Notification1.java Bleh} {@sample 44 * samples/ApiDemos/src/com/google/app/Notification1.java Bleh}
|
/external/flac/libFLAC/include/private/ |
stream_encoder_framing.h | 43 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
|
/external/flac/libFLAC/include/protected/ |
stream_decoder.h | 46 unsigned blocksize; /* in samples (per channel) */
|
/external/gtest/scripts/test/ |
Makefile | 18 SAMPLE_DIR = ../../samples
|
/external/icu4c/test/compat/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/tzdate
|
/external/jpeg/ |
jdct.h | 19 * for 8-bit samples, INT32 for 12-bit samples. (NOTE: Floating-point DCT 46 * Note that the number of samples emitted by the IDCT routine is 78 #define RANGE_MASK (MAXJSAMPLE * 4 + 3) /* 2 bits wider than legal samples */
|
/external/oprofile/doc/ |
oparchive.1.in | 67 .I /var/lib/oprofile/samples/
|
/external/oprofile/libdb/ |
db_stat.c | 21 count_type total_count; /**< cumulated samples count */
|
/external/protobuf/gtest/scripts/test/ |
Makefile | 18 SAMPLE_DIR = ../../samples
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_mixer_MMX.c | 25 MMX assembler version of SDL_MixAudio for signed little endian 16 bit samples and signed 8 bit samples 47 " shrl $4,%%edx\n" /* process 16 bytes per iteration = 8 samples */ 157 " shr $3,%%edx\n" /* process 8 bytes per iteration = 8 samples */
|
/external/speex/libspeex/ |
lpc.h | 41 const spx_word16_t * x, /* in: [0...n-1] samples x */
|
/external/v8/tools/visual_studio/ |
v8_process_sample.vcproj | 139 RelativePath="..\..\samples\process.cc"
|
v8_process_sample_arm.vcproj | 139 RelativePath="..\..\samples\process.cc"
|
v8_process_sample_x64.vcproj | 139 RelativePath="..\..\samples\process.cc"
|
v8_shell_sample.vcproj | 141 RelativePath="..\..\samples\shell.cc"
|
v8_shell_sample_arm.vcproj | 141 RelativePath="..\..\samples\shell.cc"
|
Completed in 1024 milliseconds
<<11121314151617181920>>