Searched refs:timestamp (Results 1 - 25 of 2943) sorted by relevance

1234567891011>>

/external/srec/portable/src/
H A Dptimestamp.c27 void PTimeStampSet(PTimeStamp *timestamp) argument
31 timestamp->secs = 0;
32 timestamp->msecs = 0;
39 timestamp->secs = now.time;
40 timestamp->msecs = now.millitm;
44 timestamp->secs = now.tv_sec;
45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dinter_frame_delay.cc31 // Calculates the delay of a frame with the given timestamp.
34 VCMInterFrameDelay::CalculateDelay(uint32_t timestamp, argument
42 _prevTimestamp = timestamp;
48 CheckForWrapArounds(timestamp);
57 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) || wrapAroundsSincePrev < 0)
63 // Compute the compensated timestamp difference and convert it to ms and
65 _dTS = static_cast<int64_t>((timestamp + wrapAroundsSincePrev *
69 // the wall clock time difference and the timestamp difference between
73 _prevTimestamp = timestamp;
89 // Investigates if the timestamp cloc
92 CheckForWrapArounds(uint32_t timestamp) argument
[all...]
H A Dtimestamp_map.h21 uint32_t timestamp; member in struct:webrtc::VCMTimestampDataTuple
38 int32_t Add(uint32_t timestamp, void* data);
39 void* Pop(uint32_t timestamp);
H A Dtimestamp_map.cc48 VCMTimestampMap::Add(uint32_t timestamp, void* data) argument
50 _map[_nextAddIx].timestamp = timestamp;
64 VCMTimestampMap::Pop(uint32_t timestamp) argument
68 if (_map[_nextPopIx].timestamp == timestamp)
70 // found start time for this timestamp
76 else if (_map[_nextPopIx].timestamp > timestamp)
78 // the timestamp w
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Drtp_to_ntp_unittest.cc40 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
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/chromium_org/ppapi/api/private/
H A Dpp_video_frame_private.idl18 * A timestamp placing the frame in a video stream.
20 PP_TimeTicks timestamp;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIOutput.idl38 [RaisesException] void send(Uint8Array data, optional double timestamp);
39 [RaisesException] void send(sequence<unsigned long> data, optional double timestamp);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoposition.h39 static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp) argument
41 return new Geoposition(coordinates, timestamp);
49 DOMTimeStamp timestamp() const { return m_timestamp; } function in class:blink::FINAL
53 Geoposition(Coordinates* coordinates, DOMTimeStamp timestamp) argument
55 , m_timestamp(timestamp)
H A DGeoposition.idl31 readonly attribute DOMTimeStamp timestamp;
H A DGeolocationPosition.h35 static GeolocationPosition* create(double timestamp, double latitude, double longitude, double accuracy) argument
37 return new GeolocationPosition(timestamp, latitude, longitude, accuracy);
39 static GeolocationPosition* create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
41 return new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
45 double timestamp() const { return m_timestamp; } function in class:blink::GeolocationPosition
61 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) argument
62 : m_timestamp(timestamp)
77 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
78 : m_timestamp(timestamp)
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_smooth_scroll_gesture.h34 const base::TimeTicks& timestamp,
47 const base::TimeTicks& timestamp, SyntheticGestureTarget* target);
49 const base::TimeTicks& timestamp, SyntheticGestureTarget* target);
52 const base::TimeTicks& timestamp);
55 const base::TimeTicks& timestamp) const;
58 const base::TimeTicks& timestamp);
61 const base::TimeTicks& timestamp);
63 const base::TimeTicks& timestamp);
66 gfx::Vector2dF GetPositionDeltaAtTime(const base::TimeTicks& timestamp)
69 base::TimeTicks ClampTimestamp(const base::TimeTicks& timestamp) cons
[all...]
H A Dsynthetic_pinch_gesture.h24 const base::TimeTicks& timestamp,
35 void ForwardTouchInputEvents(const base::TimeTicks& timestamp,
38 void UpdateTouchPoints(const base::TimeTicks& timestamp);
40 const base::TimeTicks& timestamp);
42 const base::TimeTicks& timestamp);
44 const base::TimeTicks& timestamp);
46 const base::TimeTicks& timestamp);
49 float GetDeltaForPointer0AtTime(const base::TimeTicks& timestamp) const;
50 base::TimeTicks ClampTimestamp(const base::TimeTicks& timestamp) const;
51 bool HasReachedTarget(const base::TimeTicks& timestamp) cons
[all...]
H A Dsynthetic_pinch_gesture.cc28 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
35 start_time_ = timestamp;
40 ForwardTouchInputEvents(timestamp, target);
49 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
58 PressTouchPoints(target, timestamp);
62 base::TimeTicks event_timestamp = ClampTimestamp(timestamp);
78 const base::TimeTicks& timestamp) {
81 ForwardTouchEvent(target, timestamp);
86 const base::TimeTicks& timestamp) {
93 ForwardTouchEvent(target, timestamp);
27 ForwardInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
48 ForwardTouchInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
77 PressTouchPoints(SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
84 MoveTouchPoints(SyntheticGestureTarget* target, float delta, const base::TimeTicks& timestamp) argument
96 ReleaseTouchPoints( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
103 ForwardTouchEvent( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
[all...]
H A Dsynthetic_tap_gesture.cc24 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
36 ForwardTouchOrMouseInputEvents(timestamp, target);
45 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
48 Press(target, timestamp);
51 Release(target, timestamp);
54 start_time_ = timestamp;
59 if (timestamp - start_time_ >= GetDuration()) {
72 const base::TimeTicks& timestamp) {
75 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
84 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
23 ForwardInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
44 ForwardTouchOrMouseInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
71 Press(SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
91 Release(SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
[all...]
H A Dsynthetic_smooth_scroll_gesture.cc41 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
49 current_scroll_segment_stop_time_ = timestamp;
54 ForwardTouchInputEvents(timestamp, target);
56 ForwardMouseInputEvents(timestamp, target);
65 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
66 base::TimeTicks event_timestamp = timestamp;
80 event_timestamp = ClampTimestamp(timestamp);
98 if (timestamp - current_scroll_segment_stop_time_ >=
116 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
132 base::TimeTicks event_timestamp = ClampTimestamp(timestamp);
40 ForwardInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
64 ForwardTouchInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
115 ForwardMouseInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
163 ForwardTouchEvent( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
185 PressTouchPoint( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
192 MoveTouchPoint( SyntheticGestureTarget* target, const gfx::Vector2dF& delta, const base::TimeTicks& timestamp) argument
204 ReleaseTouchPoint( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
[all...]
/external/chromium_org/content/browser/resources/media/
H A Dplayer_info.js34 * @param timestamp The time in milliseconds since the Epoch.
38 addProperty: function(timestamp, key, value) {
39 // The first timestamp that we get will be recorded.
42 this.firstTimestamp_ = timestamp;
56 time: timestamp - this.firstTimestamp_,
69 * @param timestamp The time in milliseconds since the Epoch.
73 addPropertyNoRecord: function(timestamp, key, value) {
74 this.addProperty(timestamp, key, value);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
/external/chromium_org/ppapi/c/private/
H A Dpp_video_frame_private.h33 * A timestamp placing the frame in a video stream.
35 PP_TimeTicks timestamp; member in struct:PP_VideoFrame_Private
/external/chromium_org/media/base/
H A Dtext_cue.cc9 TextCue::TextCue(const base::TimeDelta& timestamp, argument
14 : timestamp_(timestamp),
H A Ddecoder_buffer_queue.cc30 // TODO(scherkus): FFmpeg returns some packets with no timestamp after
32 if (buffer->timestamp() == kNoTimestamp()) {
33 DVLOG(1) << "Buffer has no timestamp";
38 earliest_valid_timestamp_ = buffer->timestamp();
41 if (buffer->timestamp() < earliest_valid_timestamp_) {
44 << buffer->timestamp().InMicroseconds()
50 earliest_valid_timestamp_ = buffer->timestamp();
86 base::TimeDelta start = in_order_queue_.front()->timestamp();
87 base::TimeDelta end = in_order_queue_.back()->timestamp();
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dsample.py17 def __init__(self, parent_thread, category, name, timestamp, args=None):
19 category, name, timestamp, 0, args=args)
/external/chromium_org/media/filters/
H A Dsource_buffer_range.h17 // SourceBufferRange are ordered sequentially in decode timestamp order with no
37 // Buffers with the same timestamp are only allowed under certain conditions.
45 // same timestamp situation that is allowed. False is returned otherwise.
51 // |media_segment_start_time| refers to the starting timestamp for the media
75 // Updates |next_buffer_index_| to point to the Buffer containing |timestamp|.
76 // Assumes |timestamp| is valid and in this range.
77 void Seek(DecodeTimestamp timestamp);
80 // |timestamp|.
81 void SeekAheadTo(DecodeTimestamp timestamp);
84 // |timestamp|
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_frame_private.cc15 PP_TimeTicks timestamp)
17 video_frame_.timestamp = timestamp;
32 set_timestamp(other.timestamp());
44 set_timestamp(other.timestamp());
14 VideoFrame_Private(const ImageData& image_data, PP_TimeTicks timestamp) argument
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DRevokedOffer.java26 * the reason, the workgroup, the userJID, and the timestamp which the message was received.<br>
37 private Date timestamp; field in class:RevokedOffer
46 * @param timestamp the timestamp at which the revocation was issued
49 String reason, Date timestamp) {
57 this.timestamp = timestamp;
93 * @return the timestamp at which the revocation was issued
96 return this.timestamp;
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID, String reason, Date timestamp) argument
/external/chromium_org/media/formats/mp2t/
H A Dtimestamp_unroller.cc20 int64 TimestampUnroller::GetUnrolledTimestamp(int64 timestamp) { argument
24 // |timestamp| has a precision of |nbits|
26 DCHECK_EQ((timestamp >> nbits), 0);
29 previous_unrolled_timestamp_ = timestamp;
31 return timestamp;
34 // |timestamp| is known modulo 2^33, so estimate the highest bits
35 // to minimize the discontinuity with the previous unrolled timestamp.
37 // of |timestamp|. If the bits of the previous unrolled timestamp are
38 // {b63, b62, ..., b0} and bits of |timestamp| ar
[all...]

Completed in 496 milliseconds

1234567891011>>