Searched refs:timestamp (Results 26 - 50 of 2943) sorted by relevance

1234567891011>>

/external/chromium_org/net/quic/congestion_control/
H A Dtcp_receiver_test.cc24 QuicTime timestamp(QuicTime::Zero());
25 receiver_->RecordIncomingPacket(1, 1, timestamp);
29 receiver_->RecordIncomingPacket(1, 2, timestamp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java27 long timestamp; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) { argument
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) { argument
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) { argument
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { argument
53 this.timestamp=timestamp;
[all...]
/external/chromium_org/media/cast/logging/
H A Dlogging_raw_unittest.cc32 base::TimeTicks timestamp = base::TimeTicks(); local
33 raw_.InsertFrameEvent(timestamp, event_type, media_type,
44 EXPECT_EQ(timestamp, frame_events_[0].timestamp);
55 base::TimeTicks timestamp = base::TimeTicks(); local
59 raw_.InsertEncodedFrameEvent(timestamp, event_type, media_type,
70 EXPECT_EQ(timestamp, frame_events_[0].timestamp);
83 base::TimeTicks timestamp = base::TimeTicks(); local
85 raw_.InsertFrameEventWithDelay(timestamp, event_typ
109 base::TimeTicks timestamp = base::TimeTicks(); local
140 base::TimeTicks timestamp = base::TimeTicks(); local
[all...]
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_messages.h15 IPC_STRUCT_TRAITS_MEMBER(timestamp)
H A Dwebrtc_logging_message_data.cc13 : timestamp(time), message(message) {}
18 static_cast<int32>((timestamp - start_time).InMilliseconds());
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.h22 const base::TimeTicks& timestamp,
33 void ForwardTouchOrMouseInputEvents(const base::TimeTicks& timestamp,
36 void Press(SyntheticGestureTarget* target, const base::TimeTicks& timestamp);
38 const base::TimeTicks& timestamp);
H A Dsynthetic_gesture.h47 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) = 0;
50 static double ConvertTimestampToSeconds(const base::TimeTicks& timestamp);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.cpp31 RTCStatsReport* RTCStatsReport::create(const String& id, const String& type, double timestamp) argument
33 return new RTCStatsReport(id, type, timestamp);
36 RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp) argument
39 , m_timestamp(timestamp)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_screen.h48 unsigned timestamp; member in struct:softpipe_screen
/external/chromium_org/ui/compositor/
H A Dcompositor_animation_observer.h17 virtual void OnAnimationStep(base::TimeTicks timestamp) = 0;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.h48 unsigned timestamp; member in struct:softpipe_screen
/external/srec/portable/include/
H A Dptimestamp.h43 * Seconds component of timestamp.
48 * Milliseconds component of timestamp.
58 PORTABLE_API void PTimeStampSet(PTimeStamp *timestamp);
63 * @param a First timestamp
64 * @param b Second timestamp
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.js54 var timestamp = new Date(2008, 9, 2, 1, 0).getTime();
56 downloads.updated(this.createDownload_(i, timestamp));
57 timestamp += 2 * 60 * 1000; // Next visit is two minutes later.
70 createDownload_: function(id, timestamp) {
73 started: timestamp,
78 file_url: 'http://google.com/' + timestamp,
79 file_name: 'download_' + timestamp,
80 url: 'http://google.com/' + timestamp,
/external/chromium_org/content/renderer/media/
H A Drenderer_webmidiaccessor_impl.cc31 double timestamp) {
36 timestamp);
27 sendMIDIData( unsigned port_index, const unsigned char* data, size_t length, double timestamp) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dinter_frame_delay.h27 // Calculates the delay of a frame with the given timestamp.
31 // - timestamp : RTP timestamp of a received frame
36 bool CalculateDelay(uint32_t timestamp,
47 // Controls if the RTP timestamp counter has had a wrap around
51 // - timestmap : RTP timestamp of the current frame.
52 void CheckForWrapArounds(uint32_t timestamp);
54 int64_t _zeroWallClock; // Local timestamp of the first video packet received
56 // The previous timestamp passed to the delay estimate
58 // The previous wall clock timestamp use
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_frame_private.h35 /// a timestamp.
36 VideoFrame_Private(const ImageData& image_data, PP_TimeTicks timestamp);
64 PP_TimeTicks timestamp() const { return video_frame_.timestamp; } function in class:pp::VideoFrame_Private
65 void set_timestamp(PP_TimeTicks timestamp) { argument
66 video_frame_.timestamp = timestamp;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket.h39 // Comparison operators. Establish a packet ordering based on (1) timestamp,
42 // account. If both timestamp and sequence numbers are identical and one of
44 // two regular packets with the same sequence number and timestamp a primary
47 return (this->header.timestamp == rhs.header.timestamp &&
54 if (this->header.timestamp == rhs.header.timestamp) {
63 // given same RTP sequence number and timestamp, guarantees that a
65 // |packet_buffer_| compared to a sync packet of same timestamp and
76 return (static_cast<uint32_t>(rhs.header.timestamp
[all...]
H A Ddtmf_buffer.cc47 // being reported, in timestamp units, expressed as an unsigned
49 // or segment began at the instant identified by the RTP timestamp
71 event->timestamp = rtp_timestamp;
82 // These packets will all share the same start timestamp and event number,
111 // bit is set, we know that the event ends at |timestamp| + |duration|.
112 uint32_t event_end = it->timestamp + it->duration;
125 event_end = std::min(event_end, next->timestamp);
131 if (current_timestamp >= it->timestamp
139 event->timestamp = it->timestamp;
[all...]
H A Ddtmf_buffer_unittest.cc52 && a.timestamp == b.timestamp
67 uint32_t timestamp = 0x12345678; local
72 DtmfBuffer::ParseEvent(timestamp, payload_ptr, sizeof(payload),
77 EXPECT_EQ(timestamp, event.timestamp);
81 DtmfBuffer::ParseEvent(timestamp, NULL, 4, &event));
84 DtmfBuffer::ParseEvent(timestamp, payload_ptr, 4, NULL));
87 DtmfBuffer::ParseEvent(timestamp, payload_ptr, 3, &event));
95 uint32_t timestamp local
130 uint32_t timestamp = 0x12345678; local
156 uint32_t timestamp = 0x12345678 + 80; local
200 uint32_t timestamp = 0x12345678; local
277 uint32_t timestamp = 0x12345678; local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers_unittest.cc95 uint32_t timestamp = 0; local
97 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
101 timestamp += 3000;
135 unsigned int timestamp = 0; local
137 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
141 timestamp += 3000;
175 uint32_t timestamp = 0; local
177 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
181 timestamp += 3000;
204 uint32_t timestamp local
[all...]
/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.cc22 if (lhs->timestamp != rhs->timestamp)
23 return lhs->timestamp < rhs->timestamp;
36 CHECK(pickle->WriteInt64(timestamp.ToInternalValue()));
49 int64 timestamp; local
58 iter->ReadInt64(&timestamp) &&
69 sct->timestamp = base::Time::FromInternalValue(timestamp);
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc48 TimeTicks timestamp,
56 task.timestamp = (timestamp - TimeTicks()).InSecondsF();
66 ((timestamp - last_flush_time_).InMilliseconds() >= kFlushIntervalMs ||
70 last_flush_time_ = timestamp;
47 ProcessEvent( TimeTicks timestamp, GpuEventsDispatcher::EventPhase phase, GpuChannel* channel) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DHeapProfilerModel.js43 * @param {number} timestamp
45 lastSeenObjectId: function(lastSeenObjectId, timestamp)
47 this.dispatchEventToListeners(WebInspector.HeapProfilerModel.Events.LastSeenObjectId ,{lastSeenObjectId: lastSeenObjectId, timestamp: timestamp});
98 * @param {number} timestamp
100 lastSeenObjectId: function(lastSeenObjectId, timestamp)
102 this._heapProfilerModel.lastSeenObjectId(lastSeenObjectId, timestamp);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h92 double timestamp() const { return m_timestamp; } function in class:blink::PlatformEvent
109 PlatformEvent(Type type, Modifiers modifiers, double timestamp) argument
112 , m_timestamp(timestamp)
116 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
119 , m_timestamp(timestamp)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DStatsReport.java53 public final double timestamp; field in class:StatsReport
56 public StatsReport(String id, String type, double timestamp, Value[] values) { argument
59 this.timestamp = timestamp;
66 .append(", timestamp: ").append(timestamp).append(", values: ");

Completed in 971 milliseconds

1234567891011>>