HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 101 - 125 of 5303) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/test/
histogram_tester.cc 42 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
43 CheckBucketCount(name, sample, expected_count, *samples);
44 CheckTotalCount(name, expected_count, *samples);
58 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
59 CheckBucketCount(name, sample, expected_count, *samples);
68 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
69 CheckTotalCount(name, count, *samples);
71 // No histogram means there were zero samples.
93 base::HistogramSamples& samples) const {
94 int actual_count = samples.GetCount(sample)
    [all...]
  /external/qemu/audio/
noaudio.c 44 int decr, samples; local
53 samples = bytes >> hw->info.shift;
56 decr = audio_MIN (live, samples);
57 hw->rpos = (hw->rpos + decr) % hw->samples;
69 hw->samples = 1024;
88 hw->samples = 1024;
101 int dead = hw->samples - live;
102 int samples = 0; local
112 samples = bytes >> hw->info.shift;
113 samples = audio_MIN (samples, dead)
120 int samples = size >> sw->info.shift; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcessNeon.h 69 "vld1.16 {q2}, [%[sP]] \n"// (2+0d) load 8 16-bits mono samples
70 "vld1.16 {q3}, [%[sN]]! \n"// (2) load 8 16-bits mono samples
77 "vmlal.s16 q0, d4, d17 \n"// (1+0d) multiply (reversed)samples by coef
78 "vmlal.s16 q0, d5, d16 \n"// (1) multiply (reversed)samples by coef
79 "vmlal.s16 q0, d6, d20 \n"// (1) multiply neg samples
80 "vmlal.s16 q0, d7, d21 \n"// (1) multiply neg samples
84 "sub %[sP], %[sP], #16 \n"// (0) move pointer to next set of samples
122 "vld2.16 {q2, q3}, [%[sP]] \n"// (3+0d) load 8 16-bits stereo samples
123 "vld2.16 {q5, q6}, [%[sN]]! \n"// (3) load 8 16-bits stereo samples
130 "vmlal.s16 q0, d4, d17 \n"// (1) multiply (reversed) samples lef
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 22 bool InputAudioFile::Read(size_t samples, int16_t* destination) {
26 size_t samples_read = fread(destination, sizeof(int16_t), samples, fp_);
27 if (samples_read < samples) {
28 // Rewind and read the missing samples.
30 size_t missing_samples = samples - samples_read;
40 void InputAudioFile::DuplicateInterleaved(const int16_t* source, size_t samples,
46 for (int i = static_cast<int>(samples - 1); i >= 0; --i) {
  /external/oprofile/libpp/
profile_container.h 3 * Container associating symbols and samples
31 * Store multiple samples files belonging to the same profiling session.
38 * Build an object to store information on samples. All parameters
39 * acts as hint for what you will request after recording samples and
44 * @param need_details If true if we need to record all samples or to
54 * add() - record symbols/samples in the underlying container
56 * @param profile the samples files container
63 * Obviously you can add only samples files which are coherent (same
117 /// return the total number of samples
120 /// Get the samples count which belongs to filename. Return 0 i
170 scoped_ptr<sample_container> samples; member in class:profile_container
    [all...]
  /external/chromium_org/components/copresence/mediums/audio/
audio_player_unittest.cc 48 // Call back into the player to get samples that it wants us to play.
53 // Send the samples given to us by the player to the gather callback.
100 const scoped_refptr<media::AudioBusRefCounted>& samples) {
102 player_->Play(samples);
106 for (int i = 0; i < samples->frames(); ++i)
107 differences += (buffer_->channel(0)[i] != samples->channel(0)[i]);
138 scoped_refptr<media::AudioBusRefCounted> samples = local
141 player_->Play(samples);
145 player_->Play(samples);
150 player_->Play(samples);
161 scoped_refptr<media::AudioBusRefCounted> samples = local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/
Makefile.in 1 ## Makefile.in for ICU samples
14 subdir = samples
41 all-samples: all-samples-recursive
42 clean-samples: clean-samples-recursive
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
69 all-samples-recursive check-samples-recursive clean-samples-recursive
    [all...]
  /external/icu/icu4c/source/samples/
Makefile.in 1 ## Makefile.in for ICU samples
14 subdir = samples
41 all-samples: all-samples-recursive
42 clean-samples: clean-samples-recursive
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
69 all-samples-recursive check-samples-recursive clean-samples-recursive
    [all...]
  /external/protobuf/gtest/
Makefile.am 50 xcode/Samples/FrameworkSample/Info.plist \
51 xcode/Samples/FrameworkSample/widget_test.cc \
52 xcode/Samples/FrameworkSample/widget.cc \
53 xcode/Samples/FrameworkSample/widget.h \
54 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
120 # Bulid rules for samples and tests. Automake's naming for some of
127 noinst_LTLIBRARIES = samples/libsamples.la
129 samples_libsamples_la_SOURCES = samples/sample1.cc \
130 samples/sample1.h \
131 samples/sample2.cc
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioSignalFactory.cpp 25 int samples, bool stereo)
27 int bufferSize = samples * (stereo? 2 : 1) * BPS;
33 for (int i = 0; i < samples; i++) {
46 int maxPositive, int samples, bool stereo)
48 int bufferSize = samples * (stereo? 2 : 1) * BPS;
56 for (int i = 0; i < samples; i++) {
71 int samples, bool stereo)
73 int bufferSize = samples * (stereo? 2 : 1) * BPS;
78 for (int i = 0; i < samples; i++) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java 50 public SampleElements<E> samples() { method in class:OneSizeGenerator
51 return generator.samples();
73 SampleElements<E> samples = samples(); local
76 samples.e0, samples.e1, samples.e2, samples.e3, samples.e4);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 23 <li>{@link com.android.samples.view.RelativeLayout1
25 <li>{@link com.android.samples.view.RelativeLayout2
31 <li>{@link com.android.samples.view.LinearLayout1
33 <li>{@link com.android.samples.view.LinearLayout2 Example
35 <li>{@link com.android.samples.view.LinearLayout3 Example
37 <li>{@link com.android.samples.view.LinearLayout4 Example
39 <li>{@link com.android.samples.view.LinearLayout5 Example
41 <li>{@link com.android.samples.view.LinearLayout6 Example
43 <li>{@link com.android.samples.view.LinearLayout7 Example
45 <li>{@link com.android.samples.view.LinearLayout8 Exampl
    [all...]
  /external/chromium_org/media/cast/test/utility/
audio_utility.cc 44 int CountZeroCrossings(const float* samples, int length) {
53 last = samples[i];
55 if (fabsf(samples[i]) >= kAmplitudeThreshold &&
56 (last < 0) != (samples[i] < 0)) {
58 last = samples[i];
68 // sampling rate of 48Khz, this turns out to be 240 samples.
76 // Normally, we will encode 480 samples (10ms) of data, but when we
77 // read it will will scan 240 samples at a time until something that
82 // 30Hz, we would encode 48000/30 = 1600 samples of "1", then
83 // 1600 samples of "2", etc. When we decode this, it is possibl
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
debugger.html 32 You can find samples of this API in
33 <a href="samples#debugger">Samples</a>.
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_psnr.h 24 * \param[in] samples Number of samples
28 double vpx_sse_to_psnr(double samples, double peak, double sse);
  /external/chromium_org/tools/perf/page_sets/third_party/webrtc/
README.chromium 2 Short Name: WebRTC samples
15 https://code.google.com/p/webrtc/source/browse/trunk/samples/js/base/adapter.js
16 https://code.google.com/p/webrtc/source/browse/trunk/samples/js/demos/html/pc1.html
  /external/libvpx/libvpx/vpx/internal/
vpx_psnr.h 24 * \param[in] samples Number of samples
28 double vpx_sse_to_psnr(double samples, double peak, double sse);
  /external/oprofile/daemon/
opd_stats.c 46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]);
47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]);
48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]);
49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]);
51 printf("Nr. samples lost due to sample file open failure: %lu\n",
53 printf("Nr. samples lost due to no permanent mapping: %lu\n",
57 print_if("Nr. samples lost due to no mapping: %u\n",
61 print_if("Nr. samples lost due to no mm: %u\n",
76 print_if("Nr. samples lost cpu buffer overflow: %u\n",
78 print_if("Nr. samples lost task exit: %u\n"
    [all...]
  /frameworks/base/docs/html/samples/
index.jd 1 page.title=Samples
7 <p>Welcome to code samples for Android developers. Here you can browse sample code and learn how to
9 available samples.</p>
16 <h2>Import Samples from GitHub</h2>
18 <p>Android Studio provides easy access to import Android code samples from GitHub and is the
19 recommended method to retrieve Android code samples.</p>
38 <p>For more information about importing samples, see
39 <a href="{@docRoot}tools/studio/index.html#git-samples">Easy access to Android code samples on
42 <h2>Download Samples</h2
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_psnr.h 24 * \param[in] samples Number of samples
28 double vpx_sse_to_psnr(double samples, double peak, double sse);
  /external/chromium_org/testing/gtest/
Makefile.am 36 samples/prime_tables.h \
37 samples/sample2_unittest.cc \
38 samples/sample3_unittest.cc \
39 samples/sample4_unittest.cc \
40 samples/sample5_unittest.cc \
41 samples/sample6_unittest.cc \
42 samples/sample7_unittest.cc \
43 samples/sample8_unittest.cc \
44 samples/sample9_unittest.cc
149 xcode/Samples/FrameworkSample/Info.plist
    [all...]
  /development/samples/UiAutomator/
README 9 # adb push uiautomator.samples.jar /data/local/tmp
10 # adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.LaunchSettings
21 # adb push uiautomator.samples.jar /data/local/tmp
22 # adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.LogBuildNumber
30 # adb push uiautomator.samples.jar /data/local/tmp
31 # adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.SetTwoMinuteAlarm
  /external/chromium_org/net/socket_stream/
socket_stream_metrics_unittest.cc 46 scoped_ptr<HistogramSamples> samples(histogram->SnapshotSamples());
48 samples->Subtract(*original); // Cancel the original values.
50 EXPECT_EQ(1, samples->GetCount(SocketStreamMetrics::PROTOCOL_UNKNOWN));
51 EXPECT_EQ(2, samples->GetCount(SocketStreamMetrics::PROTOCOL_WEBSOCKET));
53 samples->GetCount(SocketStreamMetrics::PROTOCOL_WEBSOCKET_SECURE));
81 scoped_ptr<HistogramSamples> samples(histogram->SnapshotSamples());
83 samples->Subtract(*original); // Cancel the original values.
85 EXPECT_EQ(1, samples->GetCount(SocketStreamMetrics::ALL_CONNECTIONS));
86 EXPECT_EQ(2, samples->GetCount(SocketStreamMetrics::TUNNEL_CONNECTION));
87 EXPECT_EQ(3, samples->GetCount(SocketStreamMetrics::SOCKS_CONNECTION))
165 scoped_ptr<HistogramSamples> samples; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
HeapProfilerModel.js 34 * @param {!Array.<number>} samples
36 heapStatsUpdate: function(samples)
38 this.dispatchEventToListeners(WebInspector.HeapProfilerModel.Events.HeapStatsUpdate, samples);
89 * @param {!Array.<number>} samples
91 heapStatsUpdate: function(samples)
93 this._heapProfilerModel.heapStatsUpdate(samples);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 58 int oldCount = getMultiset().count(samples.e0);
60 oldCount, getMultiset().add(samples.e0, 2));
62 oldCount + 2, getMultiset().count(samples.e0));
68 getMultiset().add(samples.e0, 2);
77 1, getMultiset().remove(samples.e0, 2));
79 getMultiset().contains(samples.e0));
85 0, getMultiset().remove(samples.e3, 2));
94 0, getMultiset().remove(samples.e3, 2));
100 int oldCount = getMultiset().count(samples.e0);
102 oldCount, getMultiset().remove(samples.e0, 0))
    [all...]

Completed in 903 milliseconds

1 2 3 45 6 7 8 91011>>