Searched refs:sample_time (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { argument
51 time_at_last_change_ = sample_time;
65 time_at_last_change_ = sample_time;
69 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {
70 time_at_last_change_ = sample_time;
H A Dbandwidthsmoother.h42 bool Sample(uint32 sample_time, int bandwidth);
/external/chromium_org/v8/tools/
H A Dprocess-heap-prof.py52 sample_time = 0.0
66 sample_time = float(row[3])/1000.0
68 first_call_time = sample_time
69 sample_time -= first_call_time
70 print('BEGIN_SAMPLE %.2f' % sample_time)
73 print('END_SAMPLE %.2f' % sample_time)
H A Dll_prof.py924 sample_time = 0
983 sample_time += time.time() - start
1009 print "%9.2fs tick processing time" % sample_time
/external/chromium_org/ppapi/tests/
H A Dtest_media_stream_audio_track.cc410 int sample_time = 0; local
452 sample += 2, sample_time++) {
455 double angle = (2.0 * M_PI * ((sample_time + left_start) % left_period)) /
462 angle = (2 * M_PI * ((sample_time + right_start) % right_period)) /
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.h230 bool sample_time; member in struct:perf_record_opts
H A Dbuiltin-record.c904 OPT_BOOLEAN('T', "timestamp", &record.opts.sample_time, "Sample timestamps"),
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c57 .sample_time = true,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c65 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
H A Devsel.c655 (opts->sample_time || !opts->no_inherit ||

Completed in 700 milliseconds