Searched refs:starts (Results 1 – 2 of 2) sorted by relevance
127 List<ApplicationStartInfo> starts = am.getHistoricalProcessStartReasons(1); in queryStart() local129 boolean success = starts != null && starts.size() == 1; in queryStart()
167 starts = [cap['metadata']['android.sensor.timestamp'] for cap in caps]171 events = {'gyro': gyro, 'cam': list(zip(starts, exptimes, readouts)),202 starts = np.array([start for start, exptime, readout in cam_events])203 max_frame_delta_ms = (np.amax(np.subtract(starts[1:], starts[0:-1])) /216 frame_times = starts + (exptimes + readouts) / 2.0