HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 176 - 200 of 1585) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 49 int freq; /* DSP frequency -- samples per second */
53 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
60 Stereo samples are stored in a LRLRLR ordering.
67 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
68 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
69 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
70 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
127 * 'desired->freq' should be the desired audio frequency in samples-per-second.
129 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 84 * The target <em>must</em> have an existing sample directory that uses the /samples
85 * root form rather than the old form where the samples dir was located under the
89 * URL is the actual samples path location.
106 target.getPath(IAndroidTarget.SAMPLES) //archiveOsPath
122 * URL is the actual samples path location.
183 * For samples, we use "sample-N" where N is the API or the preview codename.
199 String s = String.format("Samples for SDK API %1$s%2$s%3$s",
211 String s = String.format("Samples for SDK API %1$s%2$s, revision %3$d%4$s",
245 * A sample package is typically installed in SDK/samples/android-"version".
256 // The /samples dir at the root of the SDK
    [all...]
  /external/oprofile/doc/
opcontrol.1.in 83 Set kernel buffer to num samples. When using a 2.6 kernel, buffer watershed needs
91 Set kernel buffer watershed to num samples (2.6 only). When
98 Set kernel per cpu buffer to num samples (2.6 only). If you profile at high
114 Separate samples based on the given separator. 'lib' separates
115 dynamically linked library samples per application. 'kernel' separates
116 kernel and kernel module samples per application; 'kernel'
172 .I /var/lib/oprofile/samples/
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 45 * @param num_samples Choose pivot from that many samples.
67 value_type* samples = local
75 ::new(&(samples[s])) value_type(begin[index]);
78 __gnu_sequential::sort(samples, samples + num_samples, comp);
80 value_type& pivot = samples[pivot_rank * num_samples / n];
87 ::operator delete(samples);
  /frameworks/media/libvideoeditor/vss/common/inc/
SSRC.h 76 SSRC_WRONG_NR_SAMPLES = 4, /* Invalid number of samples */
95 /* Nuber of samples mode */
124 /* This function retrieves the number of samples (or sample pairs for stereo) to be */
130 /* will return the number of samples for 40 ms blocks */
132 /* of samples that is supported for this conversion */
176 /* SSRC_WRONG_NR_SAMPLES When the number of samples on the input or on the output */
200 /* used to store the input samples (e.g. to save memory) */
202 /* used to store the output samples (e.g. to save memory) */
210 /* SSRC_WRONG_NR_SAMPLES When the number of samples on the input or the output */
  /external/icu4c/samples/ucnv/
readme.txt 21 2. In MSVC, open the workspace file icu\samples\ucnv\ucnv.sln
31 cd c:\icu\source\samples\ucnv\debug
53 cd <icu directory>/source/samples/ucnv
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 55 /* BlockLength - number of samples to process */
70 LVM_INT16 Sample; /* Input samples */
76 * Process a block of samples
  /frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalConfig.h 51 /**< minimum number of samples to pass in AMR encoding case */
53 /**< minimum number of samples to pass in AAC encoding case */
55 /**< minimum number of samples to pass in MP3 encoding case */
  /ndk/build/tools/
dev-cleanup.sh 38 rm -rf $DIR/samples
89 for PROJECT in $DIR/samples/*; do
92 for PROJECT in $DIR/platforms/android-*/samples/*; do
  /external/qemu/audio/
fmodaudio.c 102 hw->samples << hw->info.shift,
120 if ((len1 + len2) - (hw->samples << hw->info.shift)) {
122 len1 + len2, hw->samples << hw->info.shift);
126 audio_pcm_info_clear_buf (&hw->info, p1, hw->samples);
143 if (pos > hw->samples) {
144 src_len1 = hw->samples - hw->rpos;
159 hw->rpos = pos % hw->samples;
254 if ((old_pos > ppos) && ((old_pos + len) > (ppos + hw->samples))) {
255 len = hw->samples - old_pos + ppos;
294 fmd->old_pos = (fmd->old_pos + decr) % hw->samples;
    [all...]
  /development/apps/Development/src/com/android/development/
IRemoteService.aidl 1 /* //device/samples/SampleCode/src/com/android/development/IRemoteService.aidl
  /development/apps/GestureBuilder/
Android.mk 20 LOCAL_MODULE_TAGS := samples tests
  /development/apps/WidgetPreview/
Android.mk 20 LOCAL_MODULE_TAGS := samples
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 24 * apps/samples/hello-jni/project/src/com/example/HelloJni/HelloJni.java
  /development/samples/ApiDemos/
README.txt 2 that illustrate the use of various Android APIs. It includes samples of:
_index.html 2 that illustrate the use of various Android APIs. It includes samples of:
48 // when the docs are online. This will be changed once the samples get moved.
53 "<p>You'll notice that all the samples are included in a single Android "+
54 "project, so the application code and other resource files for all samples are batched "+
  /development/samples/CubeLiveWallpaper/
Android.mk 20 LOCAL_MODULE_TAGS := samples
  /development/scripts/app_engine_server/gae_shell/
README 3 Part of http://code.google.com/p/google-app-engine-samples/.
  /external/icu4c/samples/uciter8/
readme.txt 30 2. In MSVC, open the workspace file icu\samples\uciter8\uciter8.sln
40 cd c:\icu\source\samples\uciter8\debug
57 cd <icu directory>/source/samples/uciter8
61 cd <icu directory>/source/samples/uciter8
  /external/icu4c/samples/ugrep/
readme.txt 29 2. In MSVC, open the workspace file icu\samples\ugrep\ugrep.sln
39 cd c:\icu\source\samples\ugrep\debug
58 cd <icu directory>/source/samples/ugrep
62 cd <icu directory>/source/samples/ugrep
  /external/oprofile/daemon/
opd_printf.h 19 /// log samples, voluminous.

Completed in 2436 milliseconds

1 2 3 4 5 6 78 91011>>