HomeSort by relevance Sort by last modified time
    Searched refs:latency (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/linux-tools-perf/scripts/perl/bin/
wakeup-latency-report 2 # description: system-wide min/max/avg wakeup latency
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
  /external/blktrace/btt/
latency.c 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency)
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency)
59 plat_x2c(dip->q2d_plat_handle, tstamp, latency);
60 latency_out(dip->q2d_ofp, tstamp, latency);
63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency)
65 plat_x2c(dip->d2c_plat_handle, tstamp, latency);
66 latency_out(dip->d2c_ofp, tstamp, latency);
69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency)
71 plat_x2c(dip->q2c_plat_handle, tstamp, latency);
    [all...]
Android.mk 5 latency.c misc.c output.c proc.c seek.c trace.c \
  /external/chromium_org/chrome/test/functional/media/
audio_latency_perf.py 6 """Audio latency performance test.
9 the ideal scenario we'd have zero latency processing script, seeking back to the
12 Performance is recorded as the average latency of N playbacks. I.e., if we play
31 """Launches HTML test which runs the audio latency test."""
36 latency = float(self.GetDOMValue('averageLatency'))
37 pyauto_utils.PrintPerfResult('audio_latency', 'latency', latency, 'ms')
mixed_audio_latency_perf.py 6 """Audio latency performance test.
10 scenario we'd have zero latency processing script, seeking back to the
13 Performance is recorded as the average latency of N playbacks. I.e., if we play
32 """Launches HTML test which runs the audio latency test."""
37 latency = float(self.GetDOMValue('averageLatency'))
38 pyauto_utils.PrintPerfResult('audio_latency', 'latency_bg_clip', latency,
  /frameworks/rs/tests/latency/
Android.mk 5 latency.rs \
6 latency.cpp
22 LOCAL_MODULE:= rstest-latency
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api.cc 35 double latency) {
40 result.latency = latency;
diagnostics_api_chromeos.cc 28 double latency)>
33 double* latency) {
34 // Parses the result and returns IP and latency.
50 if (info->GetDouble("avg", latency))
62 double latency; local
63 if (!succeeded || !ParseResult(status, &ip, &latency)) {
68 latency);
diagnostics_api.h 49 double latency);
  /external/chromium_org/content/port/browser/
event_with_latency_info.h 23 ui::LatencyInfo latency; member in class:content::EventWithLatencyInfo
26 : event(e), latency(l) {}
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Logger.java 36 * @param latency User-visible start-up latency in milliseconds.
38 void logStart(int onCreateLatency, int latency, String intentSource);
72 * Logs the latency of a suggestion query to a specific source.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockLogger.java 28 public void logStart(int onCreateLatency, int latency, String intentSource) {
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperNode.h 51 double latency() const { return latencyTime(); } function in class:WebCore::WaveShaperNode
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestLatency.java 90 long latency = (curTime - timeMsg.timeSent);
91 System.out.println("Latency: " + (latency) + " ms");
95 average.add(latency);
96 System.out.println("Average latency: " + average.getAverage());
98 long latencyOffset = latency - average.getAverage();
99 System.out.println("Latency offset: " + latencyOffset);
  /external/chromium_org/net/base/
network_time_notifier.cc 40 const base::TimeDelta& latency,
47 // network_time_uncertainty_ too much by a particularly long latency.
55 // Estimate that the time was set midway through the latency time.
56 network_time_ticks_ = now - task_delay - latency / 2;
60 // 1 & 2 are the ones used to compute the latency, 3 is the Now() from when
64 resolution + latency + kNumTimeMeasurements *
network_time_notifier.h 43 // |resolution| and represent the time between now and up to |latency| +
47 const base::TimeDelta& latency,
65 // midway through the latency time, and does not account for suspect/resume
  /external/iproute2/tc/
q_tbf.c 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
45 unsigned buffer=0, mtu=0, mpu=0, latency=0; local
56 if (opt.limit || latency) {
57 fprintf(stderr, "Double \"limit/latency\" spec\n");
65 } else if (matches(*argv, "latency") == 0) {
67 if (opt.limit || latency) {
68 fprintf(stderr, "Double \"limit/latency\" spec\n");
71 if (get_time(&latency, *argv)) {
72 explain1("latency");
175 if (opt.limit == 0 && latency == 0)
223 double latency; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 38 * compute a DAG of the dependencies (RAW ordering with latency, WAW
73 this->latency = 1 * chans * math_latency;
76 this->latency = 2 * chans * math_latency;
82 this->latency = 3 * chans * math_latency;
87 this->latency = 4 * chans * math_latency;
90 this->latency = 8 * chans * math_latency;
94 /* minimum latency, max is 12 rounds. */
95 this->latency = 5 * chans * math_latency;
98 this->latency = 2;
110 int latency; member in class:schedule_node
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 38 * compute a DAG of the dependencies (RAW ordering with latency, WAW
73 this->latency = 1 * chans * math_latency;
76 this->latency = 2 * chans * math_latency;
82 this->latency = 3 * chans * math_latency;
87 this->latency = 4 * chans * math_latency;
90 this->latency = 8 * chans * math_latency;
94 /* minimum latency, max is 12 rounds. */
95 this->latency = 5 * chans * math_latency;
98 this->latency = 2;
110 int latency; member in class:schedule_node
    [all...]
  /build/target/board/generic/
BoardConfig.mk 53 # This phase offset allows adjustment of the minimum latency from application
57 # minimum latency of two vsync periods because the app and SurfaceFlinger
59 # result in the minimum latency being:
63 # Note that reducing this latency makes it more likely for the applications
65 # the latency will end up being an additional vsync period, and animations
66 # will hiccup. Therefore, this latency should be tuned somewhat
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h 155 int latency,
163 int latency,
171 int latency,
pulseaudiosoundsystem.cc 60 // buffer, so setting too low of a latency is a buffer underflow risk. We will
61 // automatically increase the latency if a buffer underflow does occur, but we
67 // latency that is greater by this amount.
77 // For capture, low latency is not a buffer overflow risk, but it makes us burn
90 static void FillPlaybackBufferAttr(int latency,
92 attr->maxlength = latency;
93 attr->tlength = latency;
94 attr->minreq = latency / kPlaybackRequestFactor;
96 LOG(LS_VERBOSE) << "Configuring latency = " << attr->tlength << ", minreq = "
173 pa_usec_t latency; local
    [all...]
soundsysteminterface.h 59 // Enable reporting the current stream latency in
73 // Desired latency, measured as number of bytes of sample data
74 int latency; member in struct:cricket::SoundSystemInterface::OpenParams
77 // Special values for the "latency" field of OpenParams.
78 // Use this one to say you don't care what the latency is. The sound system
82 // small latency value. The sound system may pick the minimum allowed one, or
  /external/chromium_org/chrome/browser/net/
network_time_tracker.cc 49 const base::TimeDelta& latency,
53 network_time, resolution, latency, post_time);
59 const base::TimeDelta& latency) {
67 latency,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java 133 public void setPerformancePreference(int connectionTime, int latency,
135 super.setPerformancePreferences(connectionTime, latency, bandwidth);

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 910