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

<<21222324252627282930>>

  /external/chromium_org/media/base/
audio_timestamp_helper.h 15 // samples. It helps avoid timestamps inaccuracies caused by rounding/truncation
21 // timestamp of the audio sequence. As audio samples are received, their frame
24 // samples that have been added. GetDuration() calculates the proper duration
25 // values for samples added to the current timestamp. GetFramesToTarget()
  /external/chromium_org/ppapi/cpp/
audio_buffer.h 65 /// Gets the number of samples in the audio buffer.
67 /// @return The number of samples in the audio buffer.
69 /// containing 4,410 * 2 samples would have a duration of 100 milliseconds.
72 /// Gets the data buffer containing the audio buffer samples.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
RenderTarget11.cpp 19 static bool getTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples)
29 *samples = 0;
42 *samples = texDesc.SampleDesc.Count > 1 ? texDesc.SampleDesc.Count : 0;
55 *samples = 0;
118 unsigned int mipLevels, samples; local
119 getTextureProperties(resource, &mipLevels, &samples);
173 unsigned int mipLevels, samples; local
174 getTextureProperties(resource, &mipLevels, &samples);
211 unsigned int mipLevels, samples; local
212 getTextureProperties(mTexture, &mipLevels, &samples);
258 unsigned int mipLevels, samples; local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/break/
readme.txt 16 2. In MSVC, open the workspace file icu\samples\break\break.sln
26 cd c:\icu\source\samples\break\debug
43 cd <icu directory>/source/samples/break
47 cd <icu directory>/source/samples/break
  /external/chromium_org/third_party/icu/source/samples/cal/
readme.txt 18 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
28 cd c:\icu\source\samples\cal\debug
33 1. Build ICU. icucal is built automatically by default unless samples are turned off.
45 cd <icu directory>/source/samples/cal
  /external/chromium_org/third_party/icu/source/samples/coll/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln
25 cd c:\icu\source\samples\coll\debug
30 1. Build ICU. coll is built automatically by default unless samples are turned off.
42 cd <icu directory>/source/samples/coll
  /external/chromium_org/third_party/icu/source/samples/csdet/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln
25 cd c:\icu\source\samples\uresb\debug
43 cd <icu directory>/source/samples/uresb
47 cd <icu directory>/source/samples/uresb
  /external/chromium_org/third_party/icu/source/samples/date/
readme.txt 18 2. In MSVC, open the workspace file icu\samples\date\date.sln
28 cd c:\icu\source\samples\date\debug
33 1. Build ICU. icudate is built automatically by default unless samples are turned off.
45 cd <icu directory>/source/samples/date
  /external/chromium_org/third_party/icu/source/samples/numfmt/
readme.txt 18 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln
28 cd c:\icu\source\samples\numfmt\debug
45 cd <icu directory>/source/samples/numfmt
49 cd <icu directory>/source/samples/numfmt
  /external/chromium_org/third_party/icu/source/samples/strsrch/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\strsrch\strsrch.sln
25 cd c:\icu\source\samples\strsrch\debug
30 1. Build ICU. strsrch is built automatically by default unless samples are turned off.
42 cd <icu directory>/source/samples/strsrch
  /external/chromium_org/third_party/icu/source/samples/udata/
readme.txt 16 2. In MSVC, open the workspace file icu\samples\udata\udata.sln
26 cd c:\icu\source\samples\udata\debug
46 cd <icu directory>/source/samples/udata
50 cd <icu directory>/source/samples/udata
  /external/chromium_org/third_party/icu/source/samples/ufortune/
readme.txt 23 2. In MSVC, open the workspace file icu\samples\ufortune\ufortune.sln
33 cd c:\icu\source\samples\ufortune\debug
50 cd <icu directory>/source/samples/ufortune
55 cd <icu directory>/source/samples/ufortune
  /external/chromium_org/third_party/icu/source/samples/uresb/
readme.txt 23 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln
33 cd c:\icu\source\samples\uresb\debug
51 cd <icu directory>/source/samples/uresb
55 cd <icu directory>/source/samples/uresb
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/
README.libvpx 12 which down-samples the original input video (f.g. 1280x720) a number of times
  /external/chromium_org/third_party/speex/libspeex/
cb_search.h 58 int nsf, /* number of samples in subframe */
70 int nsf, /* number of samples in subframe */
84 int nsf, /* number of samples in subframe */
97 int nsf, /* number of samples in subframe */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
pcm16b.h 30 * - length_samples : Number of samples in speech vector
49 * - len : Number of samples in speech vector
73 * Returned value : Samples in speechOut16b
94 * Returned value : Samples in speech16b
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h 33 // Constants used to mute and unmute over 5 samples. The coefficients are
62 // Same as above, but with the samples of |signal| being modified in-place.
68 // Same as above, but processes |length| samples from |signal|, starting at
101 // Mixes |length| samples from |input1| and |input2| together and writes the
111 // result is written to |output|. |length| samples are processed.
116 // the gain is reduced by |mute_slope| (Q14). |length| samples are processed.
120 // has |input_length| samples, and the method will write |output_length|
121 // samples to |output|. Compensates for the phase delay of the downsampling
123 // to produce |output_length| samples, otherwise 0.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor_unittest.py 15 'samples': [(1.0,1.0), (2.0,2.0), (3.0,3.0), (4.0,4.0)]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRetainAllTester.java 42 array[1] = samples.e0;
54 array[1] = samples.e0;
57 collection.retainAll(MinimalCollection.of(samples.e2)));
58 expectContents(samples.e2);
MapGetTester.java 43 samples.e0.getValue(), get(samples.e0.getKey()));
47 assertNull("get(notPresent) should return null", get(samples.e3.getKey()));
67 assertNull("get(notPresent) should return null", get(samples.e3.getKey()));
QueuePollTester.java 50 samples.e0, getQueue().poll());
51 expectMissing(samples.e0);
58 samples.e0, getQueue().poll());
59 expectMissing(samples.e0);
QueueRemoveTester.java 55 samples.e0, getQueue().remove());
56 expectMissing(samples.e0);
63 samples.e0, getQueue().remove());
64 expectMissing(samples.e0);
  /external/icu/icu4c/source/samples/break/
readme.txt 16 2. In MSVC, open the workspace file icu\samples\break\break.sln
26 cd c:\icu\source\samples\break\debug
43 cd <icu directory>/source/samples/break
47 cd <icu directory>/source/samples/break
  /external/icu/icu4c/source/samples/cal/
readme.txt 18 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
28 cd c:\icu\source\samples\cal\debug
33 1. Build ICU. icucal is built automatically by default unless samples are turned off.
45 cd <icu directory>/source/samples/cal
  /external/icu/icu4c/source/samples/coll/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln
25 cd c:\icu\source\samples\coll\debug
30 1. Build ICU. coll is built automatically by default unless samples are turned off.
42 cd <icu directory>/source/samples/coll

Completed in 381 milliseconds

<<21222324252627282930>>