Searched defs:latency (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_conditions.cc25 double latency,
29 latency_(latency),
23 DevToolsNetworkConditions( bool offline, double latency, double download_throughput, double upload_throughput) argument
H A Ddevtools_network_conditions.h23 double latency,
30 double latency() const { return latency_; } function in class:DevToolsNetworkConditions
H A Ddevtools_network_protocol_handler.cc72 double latency = 0.0; local
73 if (!params->GetDouble(names::kParamLatency, &latency))
75 if (latency < 0.0)
76 latency = 0.0;
92 offline, latency, download_throughput, upload_throughput));
H A Ddevtools_network_interceptor.cc101 double latency = conditions_->latency(); local
102 if (latency > 0)
103 latency_length_ = base::TimeDelta::FromMillisecondsD(latency);
/external/chromium_org/cc/base/
H A Dlatency_info_swap_promise.cc28 LatencyInfoSwapPromise::LatencyInfoSwapPromise(const ui::LatencyInfo& latency) argument
29 : latency_(latency) {
H A Dlatency_info_swap_promise_monitor.cc42 ui::LatencyInfo* latency,
46 latency_(latency) {}
41 LatencyInfoSwapPromiseMonitor( ui::LatencyInfo* latency, LayerTreeHost* layer_tree_host, LayerTreeHostImpl* layer_tree_host_impl) argument
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
H A Ddiagnostics_api.cc35 double latency) {
40 result.latency = latency;
32 OnCompleted( SendPacketResultCode result_code, const std::string& ip, double latency) argument
H A Ddiagnostics_api_chromeos.cc28 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);
31 ParseResult(const std::string& status, std::string* ip, double* latency) argument
/external/chromium_org/content/browser/renderer_host/
H A Devent_with_latency_info.h25 ui::LatencyInfo latency; member in class:content::EventWithLatencyInfo
28 : event(e), latency(l) {}
40 // for Telemetry latency test since it will represent the longest
41 // latency.
42 if (other.latency.trace_id >= 0 &&
43 (latency.trace_id < 0 || other.latency.trace_id < latency.trace_id))
44 latency = other.latency;
[all...]
/external/blktrace/btt/
H A Dlatency.c23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) argument
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) argument
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) argument
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) argument
71 plat_x2c(dip->q2c_plat_handle, tstamp, latency);
[all...]
H A Dplat.c67 void plat_x2c(void *info, __u64 ts, __u64 latency) argument
70 double lat = TO_SEC(latency);
/external/chromium_org/third_party/webrtc/sound/
H A Dsoundsysteminterface.h42 // Enable reporting the current stream latency in
56 // Desired latency, measured as number of bytes of sample data
57 int latency; member in struct:rtc::SoundSystemInterface::OpenParams
60 // Special values for the "latency" field of OpenParams.
61 // Use this one to say you don't care what the latency is. The sound system
65 // small latency value. The sound system may pick the minimum allowed one, or
/external/chromium_org/components/network_time/
H A Dnetwork_time_tracker.cc69 base::TimeDelta latency,
77 // network_time_uncertainty_ too much by a particularly long latency.
85 // Estimate that the time was set midway through the latency time.
86 network_time_ticks_ = now - task_delay - latency / 2;
90 // 1 & 2 are the ones used to compute the latency, 3 is the Now() from when
94 resolution + latency + kNumTimeMeasurements *
67 UpdateNetworkTime(base::Time network_time, base::TimeDelta resolution, base::TimeDelta latency, base::TimeTicks post_time) argument
H A Dnetwork_time_tracker_unittest.cc73 const base::TimeDelta& latency,
76 network_time, resolution, latency, post_time);
71 UpdateNetworkTime(const base::Time& network_time, const base::TimeDelta& resolution, const base::TimeDelta& latency, const base::TimeTicks& post_time) argument
/external/chromium_org/content/common/input/
H A Dinput_param_traits_unittest.cc146 ui::LatencyInfo latency; local
151 events.push_back(new InputEvent(key_event, latency, false));
156 latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, 1);
157 events.push_back(new InputEvent(wheel_event, latency, false));
162 latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, 2, 2);
163 events.push_back(new InputEvent(mouse_event, latency, false));
168 events.push_back(new InputEvent(gesture_event, latency, false));
174 events.push_back(new InputEvent(touch_event, latency, false));
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.cc40 PP_TimeDelta latency,
43 callback_(sample_buffer, buffer_size_in_bytes, latency, user_data);
218 PP_TimeDelta latency = local
221 client_buffer_.get(), client_buffer_size_bytes_, latency, user_data_);
38 Run(void* sample_buffer, uint32_t buffer_size_in_bytes, PP_TimeDelta latency, void* user_data) const argument
/external/iproute2/tc/
H A Dq_tbf.c29 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
223 double latency; local
[all...]
/external/chromium_org/cc/output/
H A Doutput_surface.cc281 // We only care about GPU latency for surfaces that do not have a parent
284 // incurring GPU latency.
303 base::TimeDelta latency = base::TimeDelta::FromMicroseconds(value); local
305 gpu_latency_history_.InsertSample(latency);
309 if (latency > latency_estimate)
310 latency_underestimate = latency - latency_estimate;
312 latency_overestimate = latency_estimate - latency;
314 latency,
339 // Send new latency query
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_event_queue.cc157 const ui::LatencyInfo& latency) {
178 event_with_latency.latency.AddNewLatencyFrom(latency);
290 DCHECK_LE(last_event->latency.trace_id, gesture_event.latency.trace_id);
291 scroll_event.latency = last_event->latency;
310 DCHECK_LE(second_last_event.latency.trace_id,
311 scroll_event.latency.trace_id);
312 scroll_event.latency
155 ProcessGestureAck(InputEventAckState ack_result, WebInputEvent::Type type, const ui::LatencyInfo& latency) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc68 std::vector<ui::LatencyInfo> latency; local
69 host_->OnHostMsgFlush(&context, latency);
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber_unittest.cc290 base::TimeDelta latency = base::TimeDelta::FromMicroseconds(latency_micros); local
291 AdvanceClocks(latency);
295 total_latency += latency + delay;
351 base::TimeDelta latency = base::TimeDelta::FromMicroseconds(latency_micros); local
354 total_latency += latency;
358 AdvanceClocks(latency);
/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc88 void SetResolveLatency(base::TimeDelta latency) { argument
89 resolve_latency_ = latency;
528 // Add some latency, to improve the chance that when
/external/chromium_org/ppapi/proxy/
H A Daudio_input_resource.cc275 PP_TimeDelta latency = local
279 latency,
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc498 PP_TimeDelta latency,
507 (thiz->*method)(sample_buffer, buffer_size_in_bytes, latency);
519 PP_TimeDelta latency) {
520 if (latency < 0)
528 PP_TimeDelta latency) {
529 if (test_done_ || latency < 0)
496 AudioCallbackTrampoline(void* sample_buffer, uint32_t buffer_size_in_bytes, PP_TimeDelta latency, void* user_data) argument
517 AudioCallbackTrivial(void* sample_buffer, uint32_t buffer_size_in_bytes, PP_TimeDelta latency) argument
526 AudioCallbackTest(void* sample_buffer, uint32_t buffer_size_in_bytes, PP_TimeDelta latency) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_schedule_instructions.cpp38 * 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
167 add_dep(schedule_node *before, schedule_node *after, int latency) argument
[all...]

Completed in 1349 milliseconds

123