/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Process.c | 36 /* pLVPSA_InputSamples Pointer to the input samples buffer */ 37 /* InputBlockSize Number of mono samples to process */ 38 /* AudioTime Playback time of the input samples */ 84 PROCESS SAMPLES 86 /* Put samples in range [-0.5;0.5[ for BP filters (see Biquads documentation) */
|
/external/webrtc/src/common_audio/signal_processing_library/main/interface/ |
signal_processing_library.h | 229 WebRtc_Word16 samples, 715 // Returns the # of bits required to scale the samples specified in the 716 // |in_vector| parameter so that, if the squares of the samples are added the 722 // - in_vector_length : Samples in |in_vector| [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
GlitchExperiment.java | 64 private void addGlitches(short[] samples) { 67 samples[random.nextInt(samples.length)] = 0;
|
GainLinearityExperiment.java | 59 short[] samples = Utils.scale(mReference, db); local 60 return Utils.shortToByteArray(samples);
|
/external/oprofile/doc/ |
opreport.1.in | 102 number of samples, symbol name, debug filename and line number, 112 of total samples. 131 .I /var/lib/oprofile/samples/
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audio.c | 220 SDL_Delay((audio->spec.samples*1000)/audio->spec.freq); 457 if ( desired->samples == 0 ) { 460 desired->samples = (Uint16)SDL_atoi(env); 463 if ( desired->samples == 0 ) { 465 int samples = (desired->freq / 1000) * 46; local 467 while ( power2 < samples ) { 470 desired->samples = power2; 506 if ( audio->spec.samples != desired->samples ) { 507 desired->samples = audio->spec.samples [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 28 #define N_FRAMES_PER_BUFFER 512 /* low-level driver counts in terms of frames, not samples */ 29 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */ 41 /* store incoming samples here, then write to file at the end */
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 30 #define N_FRAMES_PER_BUFFER 512 /* low-level driver counts in terms of frames, not samples */ 31 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */ 44 /* store incoming samples here, then write to file at the end */
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioChannel.h | 37 // An AudioChannel represents a buffer of non-interleaved floating-point audio samples. 38 // The PCM samples are normally assumed to be in a nominal range -1.0 -> +1.0 88 // Scales all samples by the same amount.
|
/frameworks/base/docs/html/guide/topics/media/ |
jetplayer.jd | 19 <h2>Related Samples</h2> 21 <li><a href="{@docRoot}resources/samples/JetBoy/index.html">JetBoy</a></li> 70 <a href="{@docRoot}resources/samples/JetBoy/index.html">JetBoy</a>.</p
|
/frameworks/base/docs/html/guide/topics/testing/ |
index.jd | 77 <h4>Samples</h4> 80 The <a href="{@docRoot}resources/samples/AlarmServiceTest.html">Alarm Service Test</a> 81 is a test package for the <a href="{@docRoot}resources/samples/Alarm.html">Alarm</a>
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 55 /* 1. In the delay settings 'Samples' is the number of samples to the end of the */ 149 /* Create reverb using the block of input samples based on the following block */ 171 /* NumSamples Number of samples to process */ 177 /* 1. Process in blocks of samples the size of the delay where possible, if not */ 178 /* the number of samples left over */
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 66 Set<HprofData.Sample> samples = data.getSamples(); local 68 for (HprofData.Sample sample : samples) { 72 writeCpuSamples(total, samples); 177 private void writeCpuSamples(int totalSamples, Set<HprofData.Sample> samples) 179 int samplesCount = samples.size(); 186 for (HprofData.Sample sample : samples) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 58 * Finds all samples projects in set SDK and verify they can be built in Eclipse. 73 String path = target.getPath(IAndroidTarget.SAMPLES); 74 File samples = new File(path); local 75 if (samples.isDirectory()) { 76 File[] files = samples.listFiles(); 111 state.packageName = "com.android.samples";
|
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 31 LOCAL_MODULE_TAGS := samples 58 LOCAL_MODULE_TAGS := samples
|
/development/samples/SearchableDictionary/ |
_index.html | 27 (Available in the <em>Samples for SDK API 11</em>.)</li> 38 samples included with the platforms for API Level 4-6.</p>
|
/development/samples/TicTacToeLib/ |
_index.html | 24 downloading the "Samples for SDK API 8" component (or higher version) into your 30 <a href="../TicTacToeMain/index.html">TicTacToeMain</a> application, which is also included in the Samples
|
/development/tools/idegen/ |
excluded-paths | 31 ^development/samples/MySampleRss$ 33 ^packages/apps/IM/samples/PluginDemo$
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
options.html | 79 <li><a href="http://www.free-samples-n-loops.com/loops.html">www.free-samples-n-loops.com/loops.html</a></li>
|
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 74 You can find samples of this API on the 75 <a href="samples.html#omnibox">sample page</a>.
|
/external/flac/libFLAC/include/private/ |
ogg_encoder_aspect.h | 59 typedef FLAC__StreamEncoderWriteStatus (*FLAC__OggEncoderAspectWriteCallbackProxy)(const void *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data); 61 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
|
/external/libgsm/ |
README | 15 GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling 18 16-bit linear samples into 33-byte frames (1650 Bytes/s).
|
/external/oprofile/daemon/liblegacy/ |
opd_image.h | 32 /** all samples files belonging to this image */ 71 * close the samples files then freeze all memory belonging to this image.
|