HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 851 - 875 of 5303) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
RenderTarget9.h 24 RenderTarget9(Renderer *renderer, GLsizei width, GLsizei height, GLenum internalFormat, GLsizei samples);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/chromium_org/third_party/libvpx/source/libvpx/
.gitignore 48 /samples.dox
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPad/
SkUISplitViewController.mm 36 barButtonItem.title = @"Samples";
  /external/chromium_org/third_party/skia/include/effects/
SkAlphaThresholdFilter.h 17 * Creates an image filter that samples a region. If the sample is inside the
  /external/chromium_org/third_party/skia/platform_tools/android/app/res/values/
strings.xml 3 <string name="app_name">Skia Samples</string>
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample.c 429 // Perform resampling (16 input samples -> 11 output samples);
430 // process in sub blocks of size 16 samples.
438 // sum and accumulate filter coefficients and input samples
441 // sum and accumulate filter coefficients and input samples
444 // sum and accumulate filter coefficients and input samples
447 // sum and accumulate filter coefficients and input samples
450 // sum and accumulate filter coefficients and input samples
471 // Perform resampling (16 input samples -> 11 output samples);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy_augmentation.h 23 int16_t *interpSamples, /* (i) The interpolated samples */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
audio_decoder.h 75 // |decoded|. The number of samples from all channels produced is in
106 // Returns the duration in samples of the payload in |encoded| which is
111 // Returns the duration in samples of the redandant payload in |encoded| which
118 // comprised of the samples in |encoded| which is |encoded_len| bytes long.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.h 50 // |input|, having |input_length| samples in total for all channels
74 // while |expand_period| will be the number of samples in one expansion period
76 // of samples that were taken from the |sync_buffer_|.
85 // Downsamples |input| (|input_length| samples) and |expanded_signal| to
  /external/gtest/
README.android 22 rm -rf samples/
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionContainsAllTester.java 52 collection.containsAll(MinimalCollection.of(samples.e0)));
67 collection.containsAll(MinimalCollection.of(samples.e0, samples.e3)));
72 collection.containsAll(MinimalCollection.of(samples.e3)));
  /external/icu/icu4c/source/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/icu/icu4c/source/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/libmtp/examples/
util.h 4 * in all samples.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-annotate.txt 67 samples, TAB/UNTAB cycles through the lines with more samples.
72 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
74 CPUs are specified with -: 0-2. Default is to report samples on all
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.c 33 if (top->samples) {
34 samples_per_sec = top->samples / top->delay_secs;
36 esamples_percent = (100.0 * top->exact_samples) / top->samples;
114 top->samples = top->us_samples = top->kernel_samples =
top.h 22 u64 samples; member in struct:perf_top
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleToChunkBox.java 33 * Samples within the media data are grouped into chunks. Chunks can be of different sizes, and the
34 * samples within a chunk can have different sizes. This table can be used to find the chunk that
88 * Decompresses the list of entries and returns the number of samples per chunk for
92 * @return number of samples per chunk
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
Amf0Track.java 53 LinkedList<ByteBuffer> samples = new LinkedList<ByteBuffer>(); local
55 samples.add(ByteBuffer.wrap(bytes));
57 return samples;
91 // AMF0 tracks do not have Sync Samples
QuicktimeTextTrackImpl.java 65 List<ByteBuffer> samples = new LinkedList<ByteBuffer>(); local
70 samples.add(ByteBuffer.wrap(new byte[]{0, 0}));
83 samples.add(ByteBuffer.wrap(baos.toByteArray()));
86 return samples;
TextTrackImpl.java 68 List<ByteBuffer> samples = new LinkedList<ByteBuffer>(); local
73 samples.add(ByteBuffer.wrap(new byte[]{0, 0}));
86 samples.add(ByteBuffer.wrap(baos.toByteArray()));
89 return samples;
  /external/okhttp/samples/
pom.xml 15 <name>Samples (Parent)</name>
  /external/oprofile/daemon/
opd_printf.h 19 /// log samples, voluminous.

Completed in 1433 milliseconds

<<31323334353637383940>>