Searched defs:timestamp (Results 126 - 150 of 506) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
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/remote_bitrate_estimator/
H A Doveruse_detector.h41 timestamp(-1),
46 int64_t timestamp; member in struct:webrtc::OveruseDetector::FrameSample
50 // Returns true if |timestamp| represent a time which is later than
52 static bool InOrderTimestamp(uint32_t timestamp, uint32_t prev_timestamp);
54 bool PacketInOrder(uint32_t timestamp, int64_t timestamp_ms);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dproducer_fec_unittest.cc21 uint32_t timestamp,
35 EXPECT_EQ(timestamp, parsed_timestamp);
76 last_timestamp = rtp_packet->header.header.timestamp;
118 last_timestamp = rtp_packet->header.header.timestamp;
148 packet->header.header.timestamp,
20 VerifyHeader(uint16_t seq_num, uint32_t timestamp, int red_pltype, int fec_pltype, RedPacket* packet, bool marker_bit) argument
H A Dremote_ntp_time_estimator.cc77 uint32_t timestamp = sender_capture_ntp_ms * 90; local
79 ts_extrapolator_->ExtrapolateLocalTime(timestamp);
H A Drtp_packet_history_unittest.cc43 uint32_t timestamp, uint8_t* array, uint16_t* cur_pos) {
48 array[(*cur_pos)++] = timestamp >> 24;
49 array[(*cur_pos)++] = timestamp >> 16;
50 array[(*cur_pos)++] = timestamp >> 8;
51 array[(*cur_pos)++] = timestamp;
42 CreateRtpPacket(uint16_t seq_num, uint32_t ssrc, uint8_t payload, uint32_t timestamp, uint8_t* array, uint16_t* cur_pos) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.cc169 int DefaultTemporalLayers::EncodeFlags(uint32_t timestamp) { argument
244 uint32_t timestamp) {
278 if (vp8_info->temporalIdx == 0 && timestamp != timestamp_) {
279 timestamp_ = timestamp;
241 PopulateCodecSpecific( bool base_layer_sync, CodecSpecificInfoVP8 *vp8_info, uint32_t timestamp) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
H A Dstream_generator.cc63 uint32_t timestamp,
71 packet.timestamp = timestamp;
62 GeneratePacket(uint16_t sequence_number, uint32_t timestamp, unsigned int size, bool first_packet, bool marker_bit, FrameType type) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_robustness_unittest.cc57 void InsertPacket(uint32_t timestamp, argument
66 rtp_info.header.timestamp = timestamp;
223 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp 0.
236 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp 3000 incomplete.
243 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp 6000 complete.
247 EXPECT_EQ(1, vcm_->DecodeDualFrame(0)); // Dual decode of timestamp 3000.
248 EXPECT_EQ(1, vcm_->DecodeDualFrame(0)); // Dual decode of timestamp 6000.
254 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp 9000 complete.
304 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.h44 const base::TimeTicks& timestamp() const { return timestamp_; } function in class:ui::GestureEventDataPacket
52 GestureEventDataPacket(base::TimeTicks 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/ipsec-tools/src/racoon/
H A Devt.h41 time_t timestamp; member in struct:evtdump
/external/libnl/lib/netfilter/
H A Dlog_msg.c100 struct nfulnl_msg_packet_timestamp *timestamp = nla_data(attr); local
103 tv.tv_sec = ntohll(timestamp->sec);
104 tv.tv_usec = ntohll(timestamp->usec);
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop.c61 uint64_t timestamp = tv.tv_sec * 1000 * 1000LL; local
62 timestamp += tv.tv_usec;
63 timestamp += BTSNOOP_EPOCH_DELTA;
64 return timestamp;
98 uint64_t timestamp = btsnoop_timestamp(); local
99 uint32_t time_hi = timestamp >> 32;
100 uint32_t time_lo = timestamp & 0xFFFFFFFF;
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc272 int64 timestamp; local
273 if (!iterator->ReadInt64(&timestamp))
275 entry->SetTimestamp(base::Time::FromInternalValue(timestamp));
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc175 TimeTicks timestamp,
189 bool purgable = info->purgable && info->last_usage <= timestamp;
174 PurgeIfNotUsedSinceTimestampUntilUsageIsWithinLimitWithLockAcquired( TimeTicks timestamp, size_t limit) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dlocal_extension_cache_unittest.cc74 const base::Time& timestamp) {
75 CreateFile(GetExtensionFileName(dir, id, version), size, timestamp); local
80 const base::Time& timestamp) {
83 EXPECT_TRUE(base::TouchFile(file, timestamp, timestamp));
70 CreateExtensionFile(const base::FilePath& dir, const std::string& id, const std::string& version, size_t size, const base::Time& timestamp) argument
78 CreateFile(const base::FilePath& file, size_t size, const base::Time& timestamp) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc227 Time timestamp = Time::Now(); // TODO(bauerb): Use SaneTime when available. local
230 url, timestamp, web_contents(), 0,
247 entry->SetTimestamp(timestamp);
/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_factory.cc38 base::TimeDelta timestamp) OVERRIDE;
67 base::TimeDelta timestamp) {
69 media_task_runner_->PostMediaTask(from_here, task, timestamp);
77 // Run media tasks whose timestamp is less or equal to a max timestamp.
88 // Schedule tasks whose timestamp is less than or equal to |max_timestamp|.
91 // Return the timestamp of the last media task.
99 base::TimeDelta timestamp) OVERRIDE;
154 base::TimeDelta timestamp) {
157 // Pass through for a task with no timestamp
64 PostMediaTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta timestamp) argument
151 PostMediaTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta timestamp) argument
[all...]
H A Dbalanced_media_task_runner_unittest.cc62 void Task(size_t task_runner_id, base::TimeDelta timestamp);
187 size_t task_runner_id, base::TimeDelta timestamp) {
189 EXPECT_EQ(timestamp, expected_task_timestamps_.front());
186 Task( size_t task_runner_id, base::TimeDelta timestamp) argument
/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.h84 const base::TimeTicks& timestamp) {}
88 const base::TimeTicks& timestamp) {}
83 PowerButtonEventReceived(bool down, const base::TimeTicks& timestamp) argument
87 LidEventReceived(bool open, const base::TimeTicks& timestamp) argument
/external/chromium_org/content/browser/media/
H A Dmidi_host.cc88 double timestamp) {
117 midi_manager_->DispatchSendMidiData(this, port, data, timestamp);
145 double timestamp) {
169 Send(new MidiMsg_DataReceived(port, message, timestamp));
86 OnSendData(uint32 port, const std::vector<uint8>& data, double timestamp) argument
141 ReceiveMidiData( uint32 port, const uint8* data, size_t length, double timestamp) argument
/external/chromium_org/content/browser/renderer_host/input/
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/common/input/
H A Dsynthetic_web_input_event_builders.cc207 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) { argument
208 timeStampSeconds = timestamp.InSecondsF();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DLocationProviderAdapter.java78 public static void newLocationAvailable(double latitude, double longitude, double timestamp, argument
83 nativeNewLocationAvailable(latitude, longitude, timestamp, hasAltitude, altitude,
/external/chromium_org/content/renderer/media/
H A Dmidi_message_filter.cc177 double timestamp) {
183 port, data, timestamp));
194 double timestamp) {
199 (*i).first->didReceiveMIDIData(port, &data[0], data.size(), timestamp);
205 double timestamp) {
215 port, v, timestamp));
220 double timestamp) {
233 Send(new MidiHostMsg_SendData(port, data, timestamp));
175 OnDataReceived(uint32 port, const std::vector<uint8>& data, double timestamp) argument
192 HandleDataReceived(uint32 port, const std::vector<uint8>& data, double timestamp) argument
202 SendMidiData(uint32 port, const uint8* data, size_t length, double timestamp) argument
218 SendMidiDataOnIOThread(uint32 port, const std::vector<uint8>& data, double timestamp) argument

Completed in 734 milliseconds

1234567891011>>