HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 251 - 275 of 837) sorted by null

<<11121314151617181920>>

  /external/oprofile/libpp/
sample_container.h 24 * number of samples for a file or line number and
33 /// return iterator to the first samples for this symbol
35 /// return iterator to the last samples for this symbol
38 /// return iterator to the first samples
40 /// return iterator to the last samples
44 /// samples into an existing one. Can only be done before any lookups
47 /// return nr of samples in the given filename
50 /// return nr of samples at the given line nr in the given file
62 samples_storage samples; member in class:sample_container
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
AverageFilterTest.java 16 package androidx.media.filterfw.samples.simplecamera;
  /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;
  /frameworks/ml/bordeaux/learning/
Android.mk 21 LOCAL_MODULE_TAGS := samples tests
44 LOCAL_MODULE_TAGS := samples tests
  /external/opencv/ml/src/
mlknearest.cpp 50 samples = 0;
64 samples = 0;
71 while( samples )
73 CvVectors* next_samples = samples->next;
74 cvFree( &samples->data.fl );
75 cvFree( &samples );
76 samples = next_samples;
132 _samples->next = samples;
138 samples = _samples;
154 CvVectors* s = samples;
    [all...]
  /development/samples/ApiDemos/
Android.mk 4 LOCAL_MODULE_TAGS := samples tests
  /external/chromium_org/base/metrics/
histogram_base.h 45 // Create or find existing histogram and add the samples from pickle.
53 typedef int Sample; // Used for samples.
54 typedef int Count; // Used to count samples.
109 virtual void AddSamples(const HistogramSamples& samples) = 0;
114 // does not serialize the samples.
117 // Try to find out data corruption from histogram and the samples.
119 virtual int FindCorruption(const HistogramSamples& samples) const;
  /external/chromium_org/media/audio/
simple_sources_unittest.cc 19 static const uint32 samples = 1024; local
25 AudioParameters::kTelephoneSampleRate, bytes_per_sample * 8, samples);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Renderbuffer.cpp 382 Colorbuffer::Colorbuffer(rx::Renderer *renderer, int width, int height, GLenum format, GLsizei samples) : mRenderTarget(NULL)
384 mRenderTarget = renderer->createRenderTarget(width, height, format, samples, false);
427 DepthStencilbuffer::DepthStencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples)
430 mDepthStencil = renderer->createRenderTarget(width, height, GL_DEPTH24_STENCIL8_OES, samples, true);
457 Depthbuffer::Depthbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples)
471 Stencilbuffer::Stencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget9.cpp 39 RenderTarget9::RenderTarget9(Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples)
45 int supportedSamples = mRenderer->getNearestSupportedSamples(requestedFormat, samples);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue());
58 Map.Entry<K, V> entryWithNull = entry(samples.e3.getKey(), null);
SetCreationTester.java 57 array[1] = samples.e0;
82 array[1] = samples.e0;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
RadialBlurFilter.java 54 private float[] samples = {-0.08f, -0.05f, -0.03f, -0.02f, -0.01f, 0.01f, 0.02f, 0.03f, 0.05f, 0.08f}; field in class:RadialBlurFilter
65 * @param sampleDist the distance between samples
79 material.setParam("Samples", VarType.FloatArray, samples);
93 * sets the samples distances default is 1
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 159 // should have no samples to start
181 Set<Sample> samples = hprofData.getSamples(); local
182 assertNotNull(samples);
183 assertNotSame(samples, hprofData.getSamples());
184 assertEquals(1, samples.size());
185 Sample sample = samples.iterator().next();
246 Set<Sample> samples = hprofData.getSamples(); local
247 assertNotNull(samples);
248 for (Sample sample : samples) {
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 18 float RMS(const int16* samples, int num_samples) {
22 sum_int64 += samples[i];
23 ssq_int64 += samples[i] * samples[i];
233 const int16* samples,
237 float rms = RMS(samples, num_samples);
  /external/chromium_org/remoting/client/
audio_player_unittest.cc 93 AudioPacket::SamplingRate rate, int samples) {
102 data.resize(samples * kAudioSampleBytes, kDummyAudioData);
108 scoped_ptr<AudioPacket> CreatePacket44100Hz(int samples) {
110 samples);
113 scoped_ptr<AudioPacket> CreatePacket48000Hz(int samples) {
115 samples);
144 // New packet with different sampling rate causes previous samples to
153 // Push about 4 seconds worth of samples.
169 // Process 100 samples.
178 // Consume one frame (=25) of samples
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 66 Set<HprofData.Sample> samples = data.getSamples(); local
68 for (HprofData.Sample sample : samples) {
72 writeCpuSamples(total, samples);
177 private void writeCpuSamples(int totalSamples, Set<HprofData.Sample> samples)
179 int samplesCount = samples.size();
186 for (HprofData.Sample sample : samples) {
  /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...]
ossaudio.c 395 int samples_till_end = hw->samples - oss->wpos;
417 oss->wpos = (oss->wpos + samples_written) % hw->samples;
432 bufsize = hw->samples << hw->info.shift;
494 err = munmap (oss->pcm_buf, hw->samples << hw->info.shift);
497 oss->pcm_buf, hw->samples << hw->info.shift);
549 hw->samples = (obt.nfrags * obt.fragsize) >> hw->info.shift;
555 hw->samples << hw->info.shift,
563 hw->samples << hw->info.shift);
585 err = munmap (oss->pcm_buf, hw->samples << hw->info.shift);
588 oss->pcm_buf, hw->samples << hw->info.shift)
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 114 WebRtc_Word16 samples)
130 if (samples == 80)
135 } else if (samples == 160)
144 "AGC->add_mic, frame %d: Invalid number of samples\n\n",
151 if (samples == 160)
156 } else if (samples == 320)
165 "AGC->add_mic, frame %d: Invalid number of samples\n\n",
173 if (samples == 160)
228 for (i = 0; i < samples; i++)
277 /* iterate over samples */
    [all...]
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
21 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
23 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
84 <code><em>&lt;sdk&gt;</em>/samples/android-<em>&lt;version&gt;</em>/</code>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 196 * Updates the list of all samples for the given target SDK.
201 // Keep the name of the old selection (if there were any samples)
204 mValues.samples.clear();
208 // Get the sample root path and recompute the list of samples
209 String samplesRootPath = target.getPath(IAndroidTarget.SAMPLES);
212 findSamplesManifests(root, root, null, null, mValues.samples);
216 // Parse the extras to see if we can find samples that are
230 path, path, name, target.getVersion(), mValues.samples);
235 path, path, name, target.getVersion(), mValues.samples);
239 if (mValues.samples.isEmpty())
    [all...]
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 99 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
100 if (samples.get()) {
104 previous_metrics_count_[state] = samples->GetCount(state);
113 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
114 if (samples.get()) {
120 samples->GetCount(state));
122 EXPECT_EQ(previous_metrics_count_[state], samples->GetCount(state));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 89 // getting the samples may be a time consuming activity
90 List<ByteBuffer> samples = track.getSamples(); local
91 putSamples(track, samples);
92 long[] sizes = new long[samples.size()];
94 sizes[i] = samples.get(i).limit();
112 dataOffset is where the first sample starts. In this special mdat the samples always start
135 protected List<ByteBuffer> putSamples(Track track, List<ByteBuffer> samples) {
136 return track2Sample.put(track, samples);
315 // that describes the samples of this chunk. My Tracks cannot have more
377 List<ByteBuffer> samples = new ArrayList<ByteBuffer>() field in class:DefaultMp4Builder.InterleaveChunkMdat
    [all...]

Completed in 425 milliseconds

<<11121314151617181920>>