HomeSort by relevance Sort by last modified time
    Searched refs:Sample (Results 76 - 100 of 142) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 35 // Audio sample value that is high enough that it doesn't occur naturally when
36 // frames are being faked. E.g. NetEq will not generate this large sample value
37 // unless it has received an audio frame containing a sample of this value.
38 // Even simpler buffers would likely just contain audio sample values of 0.
621 // remote side unless a packet containing a sample of that magnitude has been
630 Sample* buffer_ptr = reinterpret_cast<Sample*>(send_buffer_);
643 const Sample* buffer_ptr = reinterpret_cast<const Sample*>(rec_buffer_);
732 // distortion due to the audio pipeline). If one sample is detected t
    [all...]
fakeaudiocapturemodule.h 57 typedef uint16 Sample;
62 enum{kNumberBytesPerSample = sizeof(Sample)};
225 // Returns true if rec_buffer_ contains one or more sample greater than or
  /frameworks/av/media/libmedia/
ToneGenerator.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 12 'app_name' : 'Sample - OAuth Contacts'
  /external/chromium_org/components/translate/core/browser/
translate_browser_metrics_unittest.cc 94 HistogramBase::Count GetCount(HistogramBase::Sample value) {
107 HistogramBase::Count GetCountWithoutSnapshot(HistogramBase::Sample value) {
  /external/chromium_org/base/metrics/
histogram_unittest.cc 161 const HistogramBase::Sample ranges[3] = {5, 10, 20};
162 vector<HistogramBase::Sample> ranges_vec =
175 vector<HistogramBase::Sample> custom_ranges;
225 vector<HistogramBase::Sample> custom_ranges;
320 snapshot->counts_[3] += 100; // Sample count won't match redundant count.
343 HistogramBase::Sample tmp = bucket_ranges->range(1);
histogram_base_unittest.cc 110 std::vector<HistogramBase::Sample> ranges;
statistics_recorder_unittest.cc 38 HistogramBase::Sample min,
39 HistogramBase::Sample max,
  /external/chromium_org/base/process/
process_metrics.h 372 static SystemMetrics Sample();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger_unittest.cc 30 base::HistogramBase::Sample value) {
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 134 gamepad_->Sample(pp_instance(), &gamepad_data);
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 93 gamepad_->Sample(pp_instance(), &gamepad_data);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 82 Sample usage:
222 Sample usage:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 319 IMediaSample *Sample,
346 IMediaSample *Sample,
406 IMediaSample *Sample,
415 IMediaSample *Sample,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 5 // Sample extension to replace all JPEG images (but no PNG/GIF/... images) with
  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 7 import telemetry.timeline.sample as sample_module
76 if event_type_predicate(sample_module.Sample):
77 for sample in self._samples:
78 if event_predicate(sample):
79 yield sample
85 sample = sample_module.Sample(self,
87 self._samples.append(sample)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/
background.js 105 {fileSystemId: 'sample-file-system', displayName: 'Sample File System'},
  /external/chromium_org/components/metrics/
metrics_log.cc 193 base::Histogram::Sample min;
194 base::Histogram::Sample max;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 254 Sample Code
  /external/mesa3d/docs/
MESA_shader_debug.spec 254 Sample Code
  /external/chromium_org/chrome/browser/
memory_details_mac.cc 143 process_info.Sample(all_pids);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 56 --instruments Sample execution time with the Mac OS X "Instruments" tool (Time Profile) (implies --runs=1)
  /external/deqp/executor/
xeTestResultParser.cpp 127 { 0xd09429e7, "Sample", ri::TYPE_SAMPLE },
252 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag);
680 throw TestResultParseError("<Sample> outside of <SampleList>");
683 ri::Sample* sample = list->samples.allocItem<ri::Sample>(); local
685 item = sample;
692 throw TestResultParseError("<Value> outside of <Sample>");
694 ri::Sample* sample = static_cast<ri::Sample*>(parentItem) local
    [all...]
xeTestLogWriter.cpp 467 const ri::Sample& sample = static_cast<const ri::Sample&>(item); local
468 dst << Writer::BeginElement("Sample");
469 for (int ndx = 0; ndx < sample.values.getNumItems(); ndx++)
470 writeResultItem(sample.values.getItem(ndx), dst);
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-function-call.js 61 // Sample functions.

Completed in 1189 milliseconds

1 2 34 5 6