HomeSort by relevance Sort by last modified time
    Searched refs:sample (Results 276 - 300 of 591) sorted by null

<<11121314151617181920>>

  /external/libyuv/files/source/
mjpeg_decoder.cc 85 bool ValidateJpeg(const uint8* sample, size_t sample_size) {
90 if (sample[0] != 0xff || sample[1] != 0xd8) {
97 if (sample[i] == 0xff) {
98 if (sample[i + 1] == 0xd8) { // Start Of Image
100 } else if (sample[i + 1] == 0xd9) { // End Of Image
198 // Sample factors of the n-th component.
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 79 static inline int16_t clamp16(int32_t sample)
81 if ((sample>>15) ^ (sample>>31))
82 sample = 0x7FFF ^ (sample>>31);
83 return sample;
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 218 ALOGE("Unsupported sample format, %d bits, %d channels", bitDepth,
223 ALOGE("Unsupported sample rate %d Hz", sampleRate);
433 int32_t sample = Interp(mX0L, in[0], phaseFraction);
434 out[outputIndex++] += vl * sample;
435 out[outputIndex++] += vr * sample;
457 int32_t sample = Interp(in[inputIndex-1], in[inputIndex],
459 out[outputIndex++] += vl * sample;
460 out[outputIndex++] += vr * sample;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None):
174 Returns a dialect (or None) corresponding to the sample
178 self._guess_quote_and_delimiter(sample, delimiters)
180 delimiter, skipinitialspace = self._guess_delimiter(sample,
382 def has_header(self, sample):
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None):
174 Returns a dialect (or None) corresponding to the sample
178 self._guess_quote_and_delimiter(sample, delimiters)
180 delimiter, skipinitialspace = self._guess_delimiter(sample,
382 def has_header(self, sample):
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /cts/hostsidetests/sample/
Android.mk 28 LOCAL_CTS_TEST_PACKAGE := android.host.sample
  /development/ndk/samples/two-libs/jni/
Android.mk 16 # the purpose of this sample is to demonstrate how one can
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 127 int sample,
139 counter->Add(sample);
144 // factors in the |field_type|. Logs a sample of |metric|, which should be in
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view_unittest.js 26 $.getJSON('../data/sample.json', function(data) {
  /external/chromium_org/v8/src/
sampler.cc 325 // Extracting the sample from the context is extremely machine dependent.
541 // Sample potential return address value for frameless invocation of
623 TickSample* sample = isolate_->cpu_profiler()->StartTickSample(); local
625 if (sample == NULL) sample = &sample_obj;
626 sample->Init(isolate_, state);
628 if (sample->state == JS || sample->state == EXTERNAL) {
632 Tick(sample);
633 if (sample != &sample_obj)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AbstractManifestWriter.java 50 // in this loop we go through the entry.getCount() samples starting from current sample.
53 // we are not in the last fragment && the current sample is the start sample of the next fragment
67 for (ByteBuffer sample : track.getSamples()) {
68 bitrate += sample.limit();
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 2 # Auto-generated sample makefile
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 81 // already enabled, so add a new sample relative to previous
82 return sample(ns);
84 // was disabled, but add sample for accumulated time while enabled
97 bool ThreadCpuUsage::sample(double &ns) function in class:android::ThreadCpuUsage
118 ALOGV("sample %.0f", ns);
122 ALOGW("Can't add sample because measurements have never been enabled");
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorManager.java 150 private ArrayList<StringString> getList(final Map<String, String> sample) {
152 for (Map.Entry<String, String> x : sample.entrySet()) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 136 /** Sample select; event data type = #snd_seq_ev_sample_control_t */
138 /** Sample cluster select; event data type = #snd_seq_ev_sample_control_t */
148 /** sample loop */
150 /** sample position */
331 /** sample number */
333 unsigned int std; /**< sample standard id */
334 unsigned short bank; /**< sample bank id */
335 unsigned short prg; /**< sample program id */
338 /** sample cluster */
343 /** sample position *
375 snd_seq_ev_sample_t sample; \/**< sample number *\/ member in union:snd_seq_ev_sample_control::__anon37212
444 snd_seq_ev_sample_control_t sample; \/**< sample control *\/ member in union:snd_seq_event::__anon37214
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 136 /** Sample select; event data type = #snd_seq_ev_sample_control_t */
138 /** Sample cluster select; event data type = #snd_seq_ev_sample_control_t */
148 /** sample loop */
150 /** sample position */
331 /** sample number */
333 unsigned int std; /**< sample standard id */
334 unsigned short bank; /**< sample bank id */
335 unsigned short prg; /**< sample program id */
338 /** sample cluster */
343 /** sample position *
375 snd_seq_ev_sample_t sample; \/**< sample number *\/ member in union:snd_seq_ev_sample_control::__anon38802
444 snd_seq_ev_sample_control_t sample; \/**< sample control *\/ member in union:snd_seq_event::__anon38804
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 136 /** Sample select; event data type = #snd_seq_ev_sample_control_t */
138 /** Sample cluster select; event data type = #snd_seq_ev_sample_control_t */
148 /** sample loop */
150 /** sample position */
331 /** sample number */
333 unsigned int std; /**< sample standard id */
334 unsigned short bank; /**< sample bank id */
335 unsigned short prg; /**< sample program id */
338 /** sample cluster */
343 /** sample position *
375 snd_seq_ev_sample_t sample; \/**< sample number *\/ member in union:snd_seq_ev_sample_control::__anon40317
444 snd_seq_ev_sample_control_t sample; \/**< sample control *\/ member in union:snd_seq_event::__anon40319
    [all...]
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 16 package android.sample.cts;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SampleTest.java 51 mScript = new ScriptC_sample(mRS, mRes, R.raw.sample);
  /external/chromium_org/base/metrics/
histogram_base.h 51 typedef int Sample; // Used for samples.
54 static const Sample kSampleType_MAX; // INT_MAX
97 virtual bool HasConstructionArguments(Sample expected_minimum,
98 Sample expected_maximum,
101 virtual void Add(Sample value) = 0;
103 // 2 convenient functions that call Add(Sample).
119 // Snapshot the current complete set of sample data.
139 // Writes information about the current (non-empty) buckets and their sample
140 // counts to |buckets|, the total sample count to |count| and the total sum
152 const std::string GetSimpleAsciiBucketRange(Sample sample) const
    [all...]

Completed in 984 milliseconds

<<11121314151617181920>>