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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/burst/
EvictionHandler.java 31 * Return the timestamp of the image that should be dropped.
40 * @return the timestamp of the frame to drop.
47 * @param timestamp the timestamp of the frame, this frame may or may not be
51 void onFrameCaptureResultAvailable(long timestamp,
57 * @param timestamp the timestamp of the inserted frame in the image buffer.
59 void onFrameInserted(long timestamp);
64 * @param timestamp the timestamp of the dropped frame
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.h 22 inv_time_t *timestamp);
24 inv_time_t *timestamp);
26 inv_time_t *timestamp);
28 float *values, int8_t *accuracy, inv_time_t *timestamp);
30 inv_time_t *timestamp);
32 inv_time_t * timestamp);
34 inv_time_t * timestamp);
38 inv_time_t *timestamp);
40 inv_time_t *timestamp);
42 inv_time_t *timestamp);
    [all...]
datalogger_outputs.c 47 * @param[out] timestamp Time when sensor was sampled.
49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp)
55 if (timestamp)
56 *timestamp = pg->timestamp;
62 * @param[out] timestamp Time when sensor was sampled.
65 inv_time_t *timestamp)
81 if (timestamp)
82 *timestamp = pg->timestamp;
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival.cc 32 bool InterArrival::ComputeDeltas(uint32_t timestamp,
45 current_timestamp_group_.timestamp = timestamp;
46 current_timestamp_group_.first_timestamp = timestamp;
47 } else if (!PacketInOrder(timestamp)) {
49 } else if (NewTimestampGroup(arrival_time_ms, timestamp)) {
52 *timestamp_delta = current_timestamp_group_.timestamp -
53 prev_timestamp_group_.timestamp;
58 // arrival timestamp.
70 // The new timestamp is now the current frame
    [all...]
inter_arrival.h 22 // between two timestamp groups. A timestamp is a 32 bit unsigned number with
26 // A timestamp group is defined as all packets with a timestamp which are at
27 // most timestamp_group_length_ticks older than the first timestamp in that
35 // |timestamp| is the timestamp.
38 // |timestamp_delta| (output) is the computed timestamp delta.
41 bool ComputeDeltas(uint32_t timestamp,
53 timestamp(0)
62 uint32_t timestamp; member in struct:webrtc::InterArrival::TimestampGroup
    [all...]
  /frameworks/base/location/java/android/location/
OnNmeaMessageListener.java 31 * @param timestamp milliseconds since January 1, 1970.
33 void onNmeaMessage(String message, long timestamp);
  /frameworks/hardware/interfaces/displayservice/1.0/
IEventCallback.hal 20 * @param timestamp Nanoseconds since boot.
23 oneway onVsync(uint64_t timestamp, uint32_t count);
26 * @param timestamp Nanoseconds since boot.
29 oneway onHotplug(uint64_t timestamp, bool connected);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanWithSqlTimestamp.java 19 private java.sql.Timestamp timestamp; field in class:JavaBeanWithSqlTimestamp
22 public java.sql.Timestamp getTimestamp() {
23 return timestamp;
26 public void setTimestamp(java.sql.Timestamp timestamp) {
27 this.timestamp = timestamp;
  /libcore/ojluni/src/main/java/java/lang/ref/
SoftReference.java 71 * Timestamp clock, updated by the garbage collector
76 * Timestamp updated by each invocation of the get method. The VM may use
80 private long timestamp; field in class:SoftReference
90 this.timestamp = clock;
104 this.timestamp = clock;
117 if (o != null && this.timestamp != clock)
118 this.timestamp = clock;
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp_unittest.cc 40 uint32_t timestamp = 0; local
43 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
45 timestamp -= kTimestampTicksPerMs;
46 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
48 timestamp -= kTimestampTicksPerMs;
51 // has a much smaller RTP timestamp than the newer.
52 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
59 uint32_t timestamp = 0xFFFFFFFF; local
62 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
64 timestamp += kTimestampTicksPerMs
79 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; local
99 uint32_t timestamp = 0; local
116 uint32_t timestamp = 0xFFFFFFFF; local
136 uint32_t timestamp = 0; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers_unittest.cc 39 void EncodeFrame(uint32_t timestamp,
43 *flags = layers_->EncodeFlags(timestamp);
44 layers_->PopulateCodecSpecific(base_sync, vp8_info, timestamp);
46 layers_->FrameEncoded(frame_size_, timestamp, kDefaultQp);
66 uint32_t timestamp = 0; local
71 EncodeFrame(timestamp, false, &vp8_info, &flags);
72 timestamp += kTimestampDelta5Fps;
79 return timestamp;
85 int SkipUntilTl(int layer, int timestamp) {
88 layers_->EncodeFlags(timestamp);
111 uint32_t timestamp = 0; local
137 uint32_t timestamp = 0; local
187 uint32_t timestamp = 0; local
207 uint32_t timestamp = 0; local
235 uint32_t timestamp = 0; local
287 uint32_t timestamp = RunGracePeriod(); local
316 uint32_t timestamp = 0; local
333 uint32_t timestamp = RunGracePeriod(); local
399 uint32_t timestamp = RunGracePeriod(); local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.h 17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
29 inv_time_t * timestamp);
33 inv_time_t * timestamp);
35 inv_time_t * timestamp);
38 inv_time_t * timestamp);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.h 17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
29 inv_time_t * timestamp);
33 inv_time_t * timestamp);
35 inv_time_t * timestamp);
38 inv_time_t * timestamp);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.cc 27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) {
28 ring_buffer_[next_add_idx_].timestamp = timestamp;
38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) {
40 if (ring_buffer_[next_pop_idx_].timestamp == timestamp) {
41 // Found start time for this timestamp.
46 } else if (IsNewerTimestamp(ring_buffer_[next_pop_idx_].timestamp,
47 timestamp)) {
48 // The timestamp we are looking for is not in the list
    [all...]
inter_frame_delay.cc 28 // Calculates the delay of a frame with the given timestamp.
30 bool VCMInterFrameDelay::CalculateDelay(uint32_t timestamp,
36 _prevTimestamp = timestamp;
42 CheckForWrapArounds(timestamp);
51 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) ||
57 // Compute the compensated timestamp difference and convert it to ms and
60 (timestamp + wrapAroundsSincePrev * (static_cast<int64_t>(1) << 32) -
66 // the wall clock time difference and the timestamp difference between
70 _prevTimestamp = timestamp;
84 // Investigates if the timestamp clock has overflowed since the last timestam
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowContainerListener.java 22 void onWindowsDrawn(long timestamp);
31 void onStartingWindowDrawn(long timestamp);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatqueue.h 20 guint64 timestamp; member in struct:_MixInputBufferEntry
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 111 public final long timestamp; field in class:CarSensorEvent
132 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize,
135 this.timestamp = timestamp;
144 * @param timestamp time since system start in nanoseconds
151 public CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues,
154 this.timestamp = timestamp;
163 * @param timestamp time since system start in nanoseconds
171 public CarSensorEvent(int sensorType, long timestamp, float[] floatValues, byte[] byteValues
200 public final long timestamp; field in class:CarSensorEvent.CompassData
242 public final long timestamp; field in class:CarSensorEvent.ParkingBrakeData
272 public final long timestamp; field in class:CarSensorEvent.NightData
303 public final long timestamp; field in class:CarSensorEvent.DrivingStatusData
516 public final long timestamp; field in class:CarSensorEvent.EnvironmentData
549 public final long timestamp; field in class:CarSensorEvent.GearData
575 public final long timestamp; field in class:CarSensorEvent.FuelLevelData
608 public final long timestamp; field in class:CarSensorEvent.OdometerData
634 public final long timestamp; field in class:CarSensorEvent.RpmData
660 public final long timestamp; field in class:CarSensorEvent.CarSpeedData
733 public final long timestamp; field in class:CarSensorEvent.AccelerometerData
770 public final long timestamp; field in class:CarSensorEvent.GyroscopeData
811 public final long timestamp; field in class:CarSensorEvent.GpsSatelliteData
915 public final long timestamp; field in class:CarSensorEvent.CarWheelTickDistanceData
956 public final long timestamp; field in class:CarSensorEvent.CarAbsActiveData
982 public final long timestamp; field in class:CarSensorEvent.CarTractionControlActiveData
1009 public final long timestamp; field in class:CarSensorEvent.CarFuelDoorOpenData
1036 public final long timestamp; field in class:CarSensorEvent.CarEvBatteryLevelData
1068 public final long timestamp; field in class:CarSensorEvent.CarEvChargePortOpenData
1095 public final long timestamp; field in class:CarSensorEvent.CarEvChargePortConnectedData
1122 public final long timestamp; field in class:CarSensorEvent.CarEvBatteryChargeRateData
1152 public final long timestamp; field in class:CarSensorEvent.CarEngineOilLevelData
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorEvent.java 125 public long timestamp; field in class:CarSensorEvent
138 timestamp = in.readLong();
159 dest.writeLong(timestamp);
180 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize,
183 this.timestamp = timestamp;
190 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues,
193 this.timestamp = timestamp;
208 public long timestamp; field in class:CarSensorEvent.EnvironmentData
240 public long timestamp; field in class:CarSensorEvent.NightData
268 public long timestamp; field in class:CarSensorEvent.GearData
296 public long timestamp; field in class:CarSensorEvent.ParkingBrakeData
324 public long timestamp; field in class:CarSensorEvent.FuelLevelData
361 public long timestamp; field in class:CarSensorEvent.OdometerData
389 public long timestamp; field in class:CarSensorEvent.RpmData
417 public long timestamp; field in class:CarSensorEvent.CarSpeedData
445 public long timestamp; field in class:CarSensorEvent.CarWheelTickDistanceData
481 public long timestamp; field in class:CarSensorEvent.CarAbsActiveData
509 public long timestamp; field in class:CarSensorEvent.CarTractionControlActiveData
539 public long timestamp; field in class:CarSensorEvent.CarFuelDoorOpenData
569 public long timestamp; field in class:CarSensorEvent.CarEvBatteryLevelData
608 public long timestamp; field in class:CarSensorEvent.CarEvChargePortOpenData
638 public long timestamp; field in class:CarSensorEvent.CarEvChargePortConnectedData
668 public long timestamp; field in class:CarSensorEvent.CarEvBatteryChargeRateData
700 public long timestamp; field in class:CarSensorEvent.CarEngineOilLevelData
    [all...]
  /libcore/ojluni/src/main/java/java/security/
CodeSigner.java 51 * The signature timestamp.
55 private Timestamp timestamp; field in class:CodeSigner
67 * @param timestamp A signature timestamp.
68 * If {@code null} then no timestamp was generated
73 public CodeSigner(CertPath signerCertPath, Timestamp timestamp) {
78 this.timestamp = timestamp;
    [all...]
Timestamp.java 36 * This class encapsulates information about a signed timestamp.
38 * It includes the timestamp's date and time as well as information about the
39 * Timestamping Authority (TSA) which generated and signed the timestamp.
45 public final class Timestamp implements Serializable {
50 * The timestamp's date and time
54 private Date timestamp; field in class:Timestamp
64 * Hash code for this timestamp.
69 * Constructs a Timestamp.
71 * @param timestamp is the timestamp's date and time. It must not be null
    [all...]
  /frameworks/base/media/java/android/media/midi/
MidiPortImpl.java 42 * size of message timestamp in bytes
47 * Data packet overhead is timestamp size plus packet type byte
61 * timestamp is message timestamp to pack
65 public static int packData(byte[] message, int offset, int size, long timestamp,
77 // followed by timestamp
79 dest[length++] = (byte)timestamp;
80 timestamp >>= 8;
115 // message length is total buffer length minus size of the timestamp
121 * unpacks timestamp from packed buffe
126 long timestamp = 0; local
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorEvent.java 31 public final long timestamp; field in class:TestSensorEvent
47 * Construct a TestSensorEvent from {@link SensorEvent} data and a received timestamp.
50 * @param receivedTimestamp the timestamp when
56 timestamp = event.timestamp;
65 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) {
66 this(sensor, timestamp, timestamp, accuracy, values);
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy,
75 this.timestamp = timestamp
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
timestamp.cpp 23 #include "core/timestamp.hpp"
30 timestamp::query::query(command_queue &q) :
36 timestamp::query::query(query &&other) :
42 timestamp::query::~query() {
48 timestamp::query::operator()() const {
57 timestamp::current::current(command_queue &q) :
62 timestamp::current::operator()() const {

Completed in 1733 milliseconds

1 2 3 4 5 6 7 8 91011>>