/frameworks/base/docs/html/resources/ |
resources_toc.cs | 192 <li><a href="<?cs var:toroot ?>resources/samples/get.html"> 193 <span class="en">Getting the Samples</span> 196 <div><a href="<?cs var:toroot ?>resources/samples/index.html"> 197 <span class="en">List of Samples</span> 200 <li><a href="<?cs var:toroot ?>resources/samples/ApiDemos/index.html"> 203 <li><a href="<?cs var:toroot ?>resources/samples/BackupRestore/index.html"> 206 <li><a href="<?cs var:toroot ?>resources/samples/BluetoothChat/index.html"> 209 <li><a href="<?cs var:toroot ?>resources/samples/BusinessCard/index.html"> 212 <li><a href="<?cs var:toroot ?>resources/samples/ContactManager/index.html"> 215 <li><a href="<?cs var:toroot ?>resources/samples/Home/index.html" [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/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/qemu/audio/ |
audio.c | 804 int samples, struct mixeng_volume *vol) 808 (void) samples; 957 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 958 dolog ("live=%d hw->samples=%d\n", live, hw->samples); 973 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 974 dolog ("live=%d hw->samples=%d\n", live, hw->samples); 983 return hw->samples + rpos; 990 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0 local 1098 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local [all...] |
alsaaudio.c | 153 snd_pcm_uframes_t samples; member in struct:alsa_params_obt 302 dolog ("obtained: samples %ld\n", obt->samples); 544 obt->samples = obt_buffer_size; 602 int samples; local 619 samples = decr; 621 while (samples) { 622 int left_till_end_samples = hw->samples - rpos; 623 int len = audio_MIN (samples, left_till_end_samples); 663 rpos = (rpos + written) % hw->samples; [all...] |
fmodaudio.c | 107 hw->samples << hw->info.shift, 125 if ((len1 + len2) - (hw->samples << hw->info.shift)) { 127 len1 + len2, hw->samples << hw->info.shift); 131 audio_pcm_info_clear_buf (&hw->info, p1, hw->samples); 148 if (pos > hw->samples) { 149 src_len1 = hw->samples - hw->rpos; 164 hw->rpos = pos % hw->samples; 268 if ((old_pos > ppos) && ((old_pos + len) > (ppos + hw->samples))) { 269 len = hw->samples - old_pos + ppos; 308 fmd->old_pos = (fmd->old_pos + decr) % hw->samples; [all...] |
audio_template.h | 83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample)); 85 dolog ("Could not allocate " NAME " buffer (%d samples)\n", 86 hw->samples); 109 int samples; local 112 samples = sw->hw->samples; 114 samples = ((int64_t) sw->hw->samples << 32) / sw->ratio; 117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample)); 119 dolog ("Could not allocate buffer for `%s' (%d samples)\n" [all...] |
/frameworks/base/ |
Android.mk | 385 sample_dir := development/samples 387 # the list here should match the list of samples included in the sdk samples package 392 resources/samples/ApiDemos "API Demos" \ 394 resources/samples/BackupRestore "Backup and Restore" \ 396 resources/samples/BluetoothChat "Bluetooth Chat" \ 398 resources/samples/BusinessCard "Business Card" \ 400 resources/samples/ContactManager "Contact Manager" \ 402 resources/samples/CubeLiveWallpaper "Live Wallpaper" \ 404 resources/samples/Home "Home" [all...] |
/external/quake/quake/src/WinQuake/ |
snd_sun.cpp | 122 shm->samples = sizeof(dma_buffer) / (shm->samplebits/8); 145 return ((info.play.samples*shm->channels) % shm->samples); 161 return info.play.samples;
|
sound.h | 64 int samples; // mono samples in buffer member in struct:__anon7232 66 int samplepos; // in mono samples 94 int samples; member in struct:__anon7234
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
AutoCompleteTextViewActivityPortrait.java | 17 package com.android.imftest.samples;
|
ManyEditTextActivityScrollResize.java | 17 package com.android.imftest.samples;
|
/development/samples/ApiDemos/ |
Android.mk | 4 LOCAL_MODULE_TAGS := samples tests
|
/external/icu4c/samples/ |
readme.txt | 58 * How do I build the samples? 62 To build all samples at once: 66 - type 'make all-samples' from this directory 67 (other targets: clean-samples, check-samples) 68 Note: 'make all-samples' won't work correctly in out of source builds.
|
/external/quake/quake/src/QW/client/ |
sound.h | 55 int samples; // mono samples in buffer
member in struct:__anon6787 57 int samplepos; // in mono samples
85 int samples;
member in struct:__anon6789
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
SDL_dcaudio.c | 100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) { 155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) { 179 aica_play(0,mode,this->hidden->leftpos,0,spec->samples*2,spec->freq,255,128,1); 181 aica_play(0,mode,this->hidden->leftpos ,0,spec->samples*2,spec->freq,255,0,1); 182 aica_play(1,mode,this->hidden->rightpos,0,spec->samples*2,spec->freq,255,255,1);
|
/external/srec/srec/EventLog/src/ |
riff.c | 50 * - fills in *length with the number of samples converted 51 * - allocates memory for *samples 61 char *cb, short **samples, int *length, int doSwap); 64 char *cb, short **samples, int *length, int doSwap); 66 char *cb, short **samples, int *length, int doSwap); 68 char *cb, short **samples, int *length, int doSwap); 219 char *cb, short **samples, int *length, int doSwap) 235 *samples = MALLOC(*length * sizeof(short), MTAG); 238 memcpy(*samples, cb, *length*sizeof(short)); 240 for (i = 0;i < *length;i++) swapShort(*samples + i) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/ |
SDL_irixaudio.c | 109 timeleft = this->spec.samples - alGetFillable(audio_port); 119 if ( alWriteFrames(audio_port, mixbuf, this->spec.samples) < 0 ) { 198 (alSetQueueSize(audio_config, spec->samples * 2) >= 0) &&
|
/build/tools/droiddoc/templates/ |
sample.cs | 19 <p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/platforms/android-<version>/samples/...</code></p>
|
/external/tremolo/Tremolo/ |
codec_internal.h | 229 ogg_int16_t *pcm,int samples); 230 extern int vorbis_dsp_read(vorbis_dsp_state *v,int samples);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
CalibrateVolumeActivity.java | 210 short[] samples = Utils.byteToShortArray(mBuffer, 0, bytes); local 211 float[] results = mNative.measureRms(samples, 219 for (short x : samples) { 222 verifyRms /= samples.length;
|
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 31 LOCAL_MODULE_TAGS := samples 58 LOCAL_MODULE_TAGS := samples
|
/external/chromium/net/disk_cache/ |
stats.h | 77 void Snapshot(StatsHistogram::StatsSamples* samples) const;
|
/external/gtest/scripts/test/ |
Makefile | 18 SAMPLE_DIR = ../../samples
|