Searched refs:sample (Results 1 - 25 of 528) sorted by path

1234567891011>>

/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp1999 UINT sample; local
2107 for (sample = 0; sample < frameSize; sample++)
2123 /* Write sample */
2143 UINT sample; local
2177 for (sample = 0; sample < frameSize; sample++) {
2314 for (sample
2355 UINT sample; local
[all...]
/external/aac/libSYS/src/
H A Dwav_file.cpp253 * \nBits sample size in bits to be used for the buffer
334 INT sign, exponent, mantissa, sample ; local
341 sample = exp_lut[exponent] + (mantissa << (exponent + 3)) ;
343 sample = -sample ;
345 return (INT_PCM)sample ;
380 * \param bitsPerSample desired number of bits per audio sample of the resulting WAV file
459 * \param nBufBits size in bits of each audio sample in sampleBuffer
494 /* Adapt sample size */
507 /* Write sample */
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1004 /// sample has approximately 326 states.
/external/bison/build-aux/
H A Dtexinfo.tex3781 % can be specified either with sample text given in a template line,
/external/bison/
H A Dmaint.mk1182 sample-test = tests/sample-test
1185 # Do the same for the $(sample-test) and the main doc/.texi file.
1192 in_vc_files=$(sample-test) \
1193 halt='out of date copyright in $(sample-test); update it' \
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex88 attempts to generate the same IOs seen during the sample workload phase.
96 during the sample workload.
106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to
111 the precise order they were seen during the sample workload run.
167 ordering and timing of IOs seen during the sample workload. The reclaiming
/external/blktrace/btt/doc/
H A Dbtt.tex48 This document will discuss \texttt{btt} usage, provide some sample output,
292 sample shows a sample of both unplug sections:
315 in the sample output in the immediately preceding table one can see
328 Here is a sample output of this sections:
368 Here is a sample portion of this type of chart, showing Q2Q times
569 Figure~\ref{fig:qhist} is a sample graph generated from data used during
585 Figure~\ref{fig:dhist} is a sample graph generated from data used during
774 in the times present for the current sample, then the second columns
1091 A sample outpu
[all...]
/external/blktrace/doc/
H A Dblktrace.tex78 scope of this document, but the following may be used as a sample template.
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c86 #define FLOAT_MULT_DCT(K, sample) (FIX(K,20) * sample)
H A Dsynthesis-sbc.c234 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2)
/external/ceres-solver/internal/ceres/
H A Dline_search.cc50 FunctionSample sample; local
51 sample.x = x;
52 sample.value = value;
53 sample.value_is_valid = true;
54 return sample;
60 FunctionSample sample; local
61 sample.x = x;
62 sample.value = value;
63 sample.gradient = gradient;
64 sample
75 operator <<(std::ostream &os, const FunctionSample& sample) argument
[all...]
H A Dpolynomial.cc351 const FunctionSample& sample = samples[i]; local
352 if (sample.value_is_valid) {
354 lhs(row, j) = pow(sample.x, degree - j);
356 rhs(row) = sample.value;
360 if (sample.gradient_is_valid) {
362 lhs(row, j) = (degree - j) * pow(sample.x, degree - j - 1);
364 rhs(row) = sample.gradient;
380 const FunctionSample& sample = samples[i]; local
381 if ((sample.x < x_min) || (sample
[all...]
H A Dpolynomial_test.cc315 FunctionSample sample; local
316 sample.x = 1.0;
317 sample.value = 1.0;
318 sample.value_is_valid = true;
319 samples.push_back(sample);
331 FunctionSample sample; local
332 sample.x = 1.0;
333 sample.value = 1.0;
334 sample.value_is_valid = true;
335 sample
350 FunctionSample sample; local
360 FunctionSample sample; local
378 FunctionSample sample; local
388 FunctionSample sample; local
409 FunctionSample sample; local
417 FunctionSample sample; local
425 FunctionSample sample; local
433 FunctionSample sample; local
452 FunctionSample sample; local
460 FunctionSample sample; local
468 FunctionSample sample; local
489 FunctionSample sample; local
499 FunctionSample sample; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer_test.js506 ctr.series[0].samples.forEach(function(sample) {
507 samples.push(sample.value);
540 ctr.series[0].samples.forEach(function(sample) {
541 samples.push(sample.value);
553 ctr.series[0].samples.forEach(function(sample) {
554 samples.push(sample.value);
565 ctr.series[0].samples.forEach(function(sample) {
566 samples.push(sample.value);
637 ctr.series[0].samples.forEach(function(sample) {
638 samples.push(sample
[all...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcounter_series.js116 var sample = this.getSample(sampleIndices[i]).value;
118 sum += sample;
119 min = Math.min(sample, min);
120 max = Math.max(sample, max);
H A Dthread.js15 base.require('tracing.trace_model.sample');
106 * Adds a new sample in the thread's samples.
111 * @param {String} category Category of the sample to add.
112 * @param {String} title Title of the sample to add.
113 * @param {Number} ts The timetsamp of the sample, in milliseconds.
115 * the sample.
126 var sample = new tracing.trace_model.Sample(category, title, colorId, ts,
128 this.samples_.push(sample);
129 return sample;
163 var sample
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram.cc560 tentative_histogram->bucket_description_[descriptions[i].sample] =
817 Sample sample = custom_ranges[i]; local
818 if (sample < 0 || sample > HistogramBase::kSampleType_MAX - 1)
820 if (sample != 0)
H A Dhistogram.h100 // sample is an expansion (with comments) of the code for
134 histogram_pointer->Add(sample);
139 // vary are the invocation of the Add(sample) vs AddTime(sample), and the choice
168 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \
169 name, sample, base::TimeDelta::FromMilliseconds(1), \
174 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \
175 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddTime(sample), \
179 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \
180 name, sample,
502 Sample sample; member in struct:base::LinearHistogram::DescriptionPair
[all...]
H A Dhistogram_base.cc136 Sample sample) const {
139 StringAppendF(&result, "%#x", sample);
141 StringAppendF(&result, "%d", sample);
H A Dhistogram_base.h135 // Snapshot the current complete set of sample data.
155 // Writes information about the current (non-empty) buckets and their sample
156 // counts to |buckets|, the total sample count to |count| and the total sum
168 const std::string GetSimpleAsciiBucketRange(Sample sample) const;
H A Dsparse_histogram.h22 #define UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample) \
26 histogram->Add(sample); \
/external/chromium_org/base/test/
H A Dhistogram_tester.cc34 base::HistogramBase::Sample sample,
43 CheckBucketCount(name, sample, expected_count, *samples);
50 base::HistogramBase::Sample sample,
59 CheckBucketCount(name, sample, expected_count, *samples);
91 base::HistogramBase::Sample sample,
94 int actual_count = samples.GetCount(sample);
98 actual_count -= histogram_data->second->GetCount(sample);
103 << ") in the expected bucket (" << sample << "). It has (" << actual_count
32 ExpectUniqueSample( const std::string& name, base::HistogramBase::Sample sample, base::HistogramBase::Count expected_count) const argument
48 ExpectBucketCount( const std::string& name, base::HistogramBase::Sample sample, base::HistogramBase::Count expected_count) const argument
89 CheckBucketCount( const std::string& name, base::HistogramBase::Sample sample, base::HistogramBase::Count expected_count, base::HistogramSamples& samples) const argument
H A Dhistogram_tester.h34 base::HistogramBase::Sample sample,
41 base::HistogramBase::Sample sample,
56 // Verifies and asserts that value in the |sample| bucket matches the
60 base::HistogramBase::Sample sample,
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc162 void ExternalMetrics::RecordHistogram(const metrics::MetricSample& sample) { argument
163 CHECK_EQ(metrics::MetricSample::HISTOGRAM, sample.type());
165 sample.name(), sample.min(), sample.max(), sample.bucket_count())) {
166 DLOG(ERROR) << "Invalid histogram: " << sample.name();
171 base::Histogram::FactoryGet(sample.name(),
172 sample.min(),
173 sample
179 RecordLinearHistogram( const metrics::MetricSample& sample) argument
195 RecordSparseHistogram( const metrics::MetricSample& sample) argument
211 const metrics::MetricSample& sample = **it; local
[all...]
H A Dexternal_metrics.h68 // Records an histogram. |sample| is expected to be an histogram.
69 void RecordHistogram(const metrics::MetricSample& sample);
71 // Records a sparse histogram. |sample| is expected to be a sparse histogram.
72 void RecordSparseHistogram(const metrics::MetricSample& sample);
74 // Records a linear histogram. |sample| is expected to be a linear histogram.
75 void RecordLinearHistogram(const metrics::MetricSample& sample);

Completed in 1581 milliseconds

1234567891011>>