HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 351 - 375 of 581) sorted by null

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 46 other.set(other.size() / 2, getSubjectGenerator().samples().e3);
ListListIteratorTester.java 70 listListIteratorTesterNumIterations(), singleton(samples.e4), features,
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 79 @Override public SampleElements<Integer> samples() { method in class:ContiguousSetNonGwtTest.TestIntegerSetGenerator
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 412 int samples = img.getMultiSamples(); local
485 if (samples > 1)
496 if (samples > 1){
498 samples,
  /external/libvorbis/vq/
bookutil.c 390 long samples=0; local
393 samples+=histsave[i]-1;
396 if(samples){
397 fprintf(stderr,"\rTotal samples in training set: %ld \n",samples);
  /external/libvpx/libvpx/
examples.mk 262 samples.dox: examples.mk
264 @echo "/*!\page samples Sample Code" > $@
267 "and the associated C code. In general, later samples"\
268 "build upon prior samples, so it is best to work through the"\
269 "list in order. The following samples are included: ">>$@
276 "pieces like the samples are. Thir sourcre is included here"\
282 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
283 DOCS-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
284 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 82 * @param intersectionMap a map from tracks to their fragments' first samples.
199 final List<ByteBuffer> samples = ByteBufferHelper.mergeAdjacentBuffers(bbs);
211 for (int i = 0; i < Math.ceil((double) samples.size() / STEPSIZE); i++) {
212 List<ByteBuffer> sublist = samples.subList(
214 (i + 1) * STEPSIZE < samples.size() ? (i + 1) * STEPSIZE : samples.size()); // end
222 for (ByteBuffer sample : samples) {
266 * Gets the all samples starting with <code>startSample</code> (one based -> one is the first) and
271 * @param track source of the samples
272 * @param sequenceNumber the fragment index of the requested list of samples
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
    [all...]
  /external/quake/quake/src/WinQuake/
snd_android.cpp 228 /* Play the PCM samples using a buffer queue */
324 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
331 if ( (shm->samples & 0x1ff) != 0 ) {
332 LOGE("SNDDDMA_Init: samples must be power of two.");
349 return the current sample position (in mono samples read)
657 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
664 if ( (shm->samples & 0x1ff) != 0 ) {
665 LOGE("SNDDDMA_Init: samples must be power of two.");
685 return the current sample position (in mono samples read)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 67 D3DMULTISAMPLE_TYPE GetMultisampleTypeFromSamples(GLsizei samples);
  /frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
CameraEffectsRecordingSample.java 18 package android.media.filterfw.samples;
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
EditTextActivityDialog.java 17 package com.android.imftest.samples;
  /ndk/tests/
run-tests.sh 28 # and that the samples will be under samples/ and platforms/android-N/samples/
48 TESTABLES="samples build device awk"
97 --only-samples)
98 TESTABLES=samples
144 echo " --only-samples Only rebuild samples"
375 ### REBUILD ALL SAMPLES FIRST
553 # Determine list of samples directories
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 104 unsigned size; /* of each data[] in samples */
153 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, unsigned samples, FLAC__bool is_last_block);
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
295 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
322 static FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
333 unsigned input_capacity; /* current size (in samples) of the signal and residual buffers */
504 /* Number of samples that will be overread to watch for end of stream. By
506 * always try to read blocksize+1 samples before encoding a block, so that
2529 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
2694 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
    [all...]
  /development/tools/findunused/
findunusedresources 49 if [ -d $app/samples ]
51 sources="$sources $app/samples"
  /device/sample/products/
sample_addon.mk 23 # emulator skin (or for samples)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMapGenerators.java 76 public SampleElements<String> samples() { method in class:SortedMapGenerators.ImmutableSortedMapValuesGenerator
147 public SampleElements<String> samples() { method in class:SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator
  /external/icu4c/samples/layout/
Makefile.in 1 ## Makefile.in for ICU - samples/layout
17 subdir = samples/layout
  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 195 #define SAMPLES 50
196 uint32_t samples = SAMPLES; local
197 double times[SAMPLES];
199 for(int i=0;i<SAMPLES;i++) {
202 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]);
206 meanSieveTime = uprv_getMeanTime(times, &samples,&meanSieveME);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 66 private Vector2f[] samples = {new Vector2f(1.0f, 0.0f), new Vector2f(-1.0f, 0.0f), new Vector2f(0.0f, 1.0f), new Vector2f(0.0f, -1.0f)}; field in class:SSAOFilter
88 * @param sampleRadius The radius of the area where random samples will be picked. default 5.1f
175 ssaoMat.setParam("Samples", VarType.Vector2Array, samples);
236 * Sets the radius of the area where random samples will be picked dafault 5.1f
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 112 of PCM audio samples (per channel; a stereo stream's granule position
152 output samples preceeding time zero should be discarded during
155 streams. The number of samples to be discarded must not exceed
182 indicates how many trailing samples to discard from the decoding
  /external/qemu/audio/
audio_int.h 84 int samples; member in struct:HWVoiceOut
104 int samples; member in struct:HWVoiceIn

Completed in 1891 milliseconds

<<11121314151617181920>>