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

<<11121314151617181920>>

  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
BigEditTextActivityScrollablePanScan.java 17 package com.android.imftest.samples;
BigEditTextActivityScrollableResize.java 17 package com.android.imftest.samples;
BottomEditTextActivityPanScan.java 17 package com.android.imftest.samples;
BottomEditTextActivityResize.java 17 package com.android.imftest.samples;
ButtonActivity.java 17 package com.android.imftest.samples;
ManyEditTextActivityNoScrollPanScan.java 17 package com.android.imftest.samples;
ManyEditTextActivityScrollPanScan.java 17 package com.android.imftest.samples;
OneEditTextActivityNotSelected.java 17 package com.android.imftest.samples;
OneEditTextActivitySelected.java 17 package com.android.imftest.samples;
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 319 ALOGV(" about to encode %u samples per channel", nbInputFrames);
323 nbInputFrames /*samples per channel*/ );
354 size_t bytes, unsigned samples,
357 ALOGV("SoftFlacEncoder::onEncodedFlacAvailable(bytes=%zu, samples=%u, curr_frame=%u)",
358 bytes, samples, current_frame);
361 if (samples == 0) {
370 if ((samples == 0) || !mEncoderWriteData) {
373 ALOGV("ignoring %zu bytes of header data (samples=%d)", bytes, samples);
456 unsigned samples,
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 599 Vector<double> samples; local
645 size_t newSamples = samples.size();
667 samples.add(sample);
670 samples.sort(cmpDouble);
673 size_t elem = (samples.size() * (outlierFraction-1) / outlierFraction);
674 result = (samples[elem-1] + samples[elem]) * 0.5;
730 " -s N sleep for N ms between samples\n"
  /development/build/
Android.mk 11 $(TOPDIR)development/samples/%_source.prop_template, \
12 $(HOST_OUT)/development/samples/%_source.properties, \
13 $(wildcard $(TOPDIR)development/samples/*_source.prop_template)) \
47 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_template
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 117 samples = []
160 # Don't include the tile if it has samples that might
174 # Add the samples for this sensitivity to the global samples list.
175 samples.extend([(round(s), mean, var) for (mean, var) in samples_s])
196 gains = np.asarray([s[0] for s in samples])
197 means = np.asarray([s[1] for s in samples])
198 vars_ = np.asarray([s[2] for s in samples])
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 349 // 0 samples is a special case
357 // test [1, n] samples
358 for (int samples = 1; samples <= max_samples; ++samples)
360 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGBA8, 128, 128);
363 checkRenderbufferParamGreaterOrEqual(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, samples);
  /external/libavc/common/arm/
ih264_weighted_bi_pred_a9q.s 50 @* This function gets two ht x wd blocks, calculates the weighted samples,
190 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
191 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from rows 3,4
238 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
239 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 2
240 vrshl.s16 q6, q6, q0 @rounds off the weighted samples from row 3
242 vrshl.s16 q8, q8, q0 @rounds off the weighted samples from row 4
311 vrshl.s16 q10, q10, q0 @rounds off the weighted samples from row 1L
315 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1H
317 vrshl.s16 q12, q12, q0 @rounds off the weighted samples from row 2
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 288 int samples; local
316 samples = stfb->iface->visual->samples;
317 if (!samples)
318 samples = st_get_msaa();
320 rb = st_new_renderbuffer_fb(format, samples, sw);
401 if (visual->samples) {
403 mode->samples = visual->samples;
  /external/opencv/ml/src/
mlnbayes.cpp 281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const
300 if( !CV_IS_MAT(samples) || CV_MAT_TYPE(samples->type) != CV_32FC1 || samples->cols != var_all )
302 "The input samples must be 32f matrix with the number of columns = var_all" );
304 if( samples->rows > 1 && !results )
306 "When the number of input samples is >1, the output vector of results must be passed" );
313 results->cols + results->rows - 1 != samples->rows )
336 for( k = 0; k < samples->rows; k++ )
346 const float* x = (const float*)(samples->data.ptr + samples->step*k)
    [all...]
mlsvm.cpp 368 samples = 0;
415 samples = _samples;
506 kernel->calc( sample_count, var_count, samples, samples[i1], row->data );
1531 const float** samples = 0; local
1599 const float** samples = 0; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
docpage.cs 12 if:samples ?> samples<?cs /if ?><?cs
16 if:(guide||develop||training||reference||tools||sdk||google||samples||preview) ?>develop<?cs
18 if:samples ?> samples<?cs /if ?><?cs
105 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
106 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
  /external/skia/bench/
nanobench.cpp 71 DEFINE_int32(samples, 10, "Number of samples to measure for each bench.");
147 this->config.samples, &props));
255 static int cpu_bench(const double overhead, Target* target, Benchmark* bench, double* samples) {
297 samples[i] = time(loops, bench, target) / loops;
304 double* samples) {
343 samples[i] = time(loops, bench, target) / loops;
401 #define GPU_CONFIG(name, ctxType, samples, useDFText) \
402 if (is_gpu_config_allowed(#name, GrContextFactory::ctxType, samples)) { \
408 samples, \
    [all...]
  /cts/tools/utils/
monsoon.py 28 Get 5000hz data from device number 7536, with unlimited number of samples
29 python2.6 monsoon.py --samples -1 --hz 5000 --serialno 7536
32 python2.6 monsoon.py --samples 100 --hz 200
35 python2.6 monsoon.py --samples -1 --hz 200 --device /dev/ttyACM0
213 """ Return some current samples. Call StartDataCollection() first. """
314 useful_flags = ["voltage", "status", "usbpassthrough", "samples", "current"]
349 if FLAGS.samples:
355 # Collect and average samples as specified
359 # 'offset' = (consumed samples) * FLAGS.hz - (emitted samples) * native_h
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-inject.c 31 struct list_head samples; member in struct:perf_inject
257 list_for_each_entry(ent, &inject->samples, node) {
288 list_add(&ent->node, &inject->samples);
304 list_for_each_entry(ent, &inject->samples, node) {
336 pr_err("Samples for %s event do not have %s attribute set.",
419 .samples = LIST_HEAD_INIT(inject.samples),
  /external/tremolo/Tremolo/
vorbisfile.c 447 /* less than zero? This is a stream with samples trimmed off
592 int i,samples; local
614 samples=vorbis_dsp_pcmout(vf->vd,NULL,0);
616 granulepos-=samples;
954 /* returns: total PCM length (samples) of content if i==-1 PCM length
955 (samples) of that logical bitstream for i==0 to n
1411 long samples=vorbis_dsp_pcmout(vf->vd,NULL,0); local
1582 long samples; local
    [all...]
  /build/tools/droiddoc/templates-ndk/
sample.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
21 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
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"
24 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"

Completed in 2921 milliseconds

<<11121314151617181920>>