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

<<11121314151617181920>>

  /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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatAPI.java 157 final Locale[] samples = { local
163 boolean[] available = new boolean[samples.length];
168 for (int j = 0; j < samples.length; j++) {
169 if (locales[i].equals(samples[j])) {
180 logln("INFO: missing Locale: " + samples[i]);
182 errln("ERROR: missing Locale: " + samples[i]);
  /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/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...]
  /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/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 103 int samples = ndx ? 0 : m_numSamples; local
107 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_colorFormat, m_size.x(), m_size.y());
113 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_depthStencilFormat, m_size.x(), m_size.y());
303 int samples = sampleCounts[sampleCntNdx]; local
304 tcu::TestCaseGroup* sampleCountGroup = new tcu::TestCaseGroup(m_testCtx, (de::toString(samples) + "_samples").c_str(), "");
309 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[fmtNdx], GL_NONE, IVec2(119, 131), samples));
313 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormats[fmtNdx]), "", GL_RGBA8, depthStencilFormats[fmtNdx], IVec2(119, 131), samples));
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 190 const uint64 samples = width * height; local
194 return SumSquareErrorToPsnr(sse, samples);
216 const uint64 samples = width * height + 2 * (width_uv * height_uv); local
218 return SumSquareErrorToPsnr(sse, samples);
279 int samples = 0; local
290 samples++;
297 ssim_total /= samples;
  /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...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 164 SampleElements<E> samples = delegate.samples(); local
167 Arrays.asList(samples.e0, samples.e1, samples.e2, samples.e3,
168 samples.e4);
310 public SampleElements<E> samples() {
311 return delegate.samples();
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 148 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
149 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from rows 3,4
182 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
183 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from row 2
184 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 3
186 vrshl.s16 q5, q5, q0 @rounds off the weighted samples from row 4
229 vrshl.s16 q6, q6, q0 @rounds off the weighted samples from row 1L
232 vrshl.s16 q7, q7, q0 @rounds off the weighted samples from row 1H
233 vrshl.s16 q8, q8, q0 @rounds off the weighted samples from row 2L
235 vrshl.s16 q9, q9, q0 @rounds off the weighted samples from row 2
    [all...]
  /external/fio/
iolog.h 15 uint64_t samples; member in struct:io_stat
122 static inline struct io_sample *__get_sample(void *samples, int log_offset,
125 return samples + sample * __log_entry_sz(log_offset);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 128 unsigned samples )
202 pfi->stvis.samples = samples;
235 unsigned samples = stw_pf_multisample[ms]; local
238 if (samples)
255 acc * 16, doublebuffer, samples);
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 126 std::vector<glw::GLint> samples; local
130 samples.resize(numSampleCounts, -1);
132 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]);
145 samplesMsg << samples[ndx]; local
149 // Samples are in order
152 if (samples[ndx-1] <= samples[ndx])
154 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu::TestLog::EndMessage;
160 // samples are positive
163 if (samples[ndx-1] <= 0
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
CollectionTestSuiteBuilder.java 75 public SampleElements<E> samples() { method in class:CollectionTestSuiteBuilder.ReserializedCollectionGenerator
76 return gen.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/libopus/src/
opus_compare.c 56 float *samples; local
61 samples=NULL;
69 samples=(float *)opus_realloc(samples,
70 _nchannels*csamples*sizeof(*samples));
78 samples[(nsamples+xi)*_nchannels+ci]=s;
83 *_samples=(float *)opus_realloc(samples,
84 _nchannels*nsamples*sizeof(*samples));
  /external/tremolo/Tremolo/
codec_internal.h 229 ogg_int16_t *pcm,int samples);
230 extern int vorbis_dsp_read(vorbis_dsp_state *v,int samples);
  /frameworks/ml/bordeaux/learning/multiclass_pa/
Android.mk 23 LOCAL_MODULE_TAGS := samples tests
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 31 LOCAL_MODULE_TAGS := samples
57 LOCAL_MODULE_TAGS := samples
  /development/samples/Support7Demos/
Android.mk 17 # Build the samples.
22 LOCAL_MODULE_TAGS := samples tests
  /development/samples/SupportDesignDemos/
Android.mk 17 # Build the samples.
22 LOCAL_MODULE_TAGS := samples
  /development/samples/SupportLeanbackDemos/
Android.mk 17 # Build the samples.
22 LOCAL_MODULE_TAGS := samples tests
  /external/deqp/framework/egl/
egluConfigFilter.hpp 58 int samples (void) const;

Completed in 6777 milliseconds

<<11121314151617181920>>