HomeSort by relevance Sort by last modified time
    Searched refs:sample_time (Results 1 - 14 of 14) sorted by null

  /external/v8/tools/
process-heap-prof.py 52 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)
ll_prof.py 900 sample_time = 0
960 sample_time += time.time() - start
986 print "%9.2fs tick processing time" % sample_time
    [all...]
  /external/webrtc/webrtc/base/
bandwidthsmoother.cc 36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) {
53 time_at_last_change_ = sample_time;
67 time_at_last_change_ = sample_time;
71 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {
72 time_at_last_change_ = sample_time;
bandwidthsmoother.h 43 bool Sample(uint32_t sample_time, int bandwidth);
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.c 51 uint64_t stillness_win_endtime, uint64_t sample_time,
79 gyro_still_det->window_start_time = sample_time;
99 (sample_time >= stillness_win_endtime) &&
104 gyro_still_det->last_sample_time = sample_time;
gyro_stillness_detect.h 101 uint64_t stillness_win_endtime, uint64_t sample_time,
  /device/google/contexthub/util/nanotool/
sensorevent.cpp 136 uint64_t sample_time = GetReferenceTime(); local
142 sample_time += sample->delta_time;
145 return sample_time;
149 uint64_t sample_time = GetSampleTime(index); local
153 sample_time / 1000000, sample_time % 1000000);
  /tools/test/connectivity/acts/tests/google/ble/power/
GattPowerTest.py 106 sample_time = (write_time + idle_time) * repetitions
108 result = self.mon.measure_power(self.POWER_SAMPLING_RATE, sample_time,
BleScanPowerTest.py 102 sample_time = (scan_time + idle_time) * repetitions
103 result = self.mon.measure_power(self.POWER_SAMPLING_RATE, sample_time,
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/
perf.h 182 bool sample_time; member in struct:perf_record_opts
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 225 bool sample_time; member in struct:perf_record_opts
  /frameworks/av/media/libstagefright/
SampleTable.cpp 865 uint32_t sample_time = mSampleIterator->getSampleTime(); local
880 if (abs_difference(upper_time, sample_time) >
881 abs_difference(sample_time, lower_time)) {
  /tools/test/connectivity/acts/tests/google/tel/live/
TelPowerTest.py 261 sample_time = ACTIVE_CALL_TEST_SAMPLE_TIME
265 sample_time = IDLE_TEST_SAMPLE_TIME
279 result = self.mon.measure_power(sample_rate, sample_time,
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 30 + 2 * sample_time for the case of a sensor streamed with a minimum required
31 latency of 5 ms + 2 * sample_time when the application processor is active.
34 sample_time of the sensor being activated. It is acceptable for this sample to

Completed in 206 milliseconds