Searched defs:timestamp (Results 26 - 50 of 283) sorted by relevance

1234567891011>>

/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/libdrm/freedreno/kgsl/
H A Dkgsl_priv.h60 /* list of bo's that have been submitted but timestamp has
65 /* if we are the 2d pipe, and want to wait on a timestamp
82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */
83 uint32_t timestamp[FD_PIPE_MAX]; member in struct:kgsl_bo
97 uint32_t *timestamp);
102 uint32_t timestamp);
104 uint32_t timestamp);
117 drm_private void kgsl_bo_set_timestamp(struct kgsl_bo *bo, uint32_t timestamp);
/external/libdrm/freedreno/msm/
H A Dmsm_pipe.c57 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, argument
62 .fence = timestamp,
/external/webrtc/talk/media/base/
H A Drtputils.h42 uint32_t timestamp; member in struct:cricket::RtpHeader
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc34 // Test both sides of the timestamp wrap-around.
35 for (uint32_t timestamp = 0xFFFFFFFF - 5; timestamp != 5; ++timestamp) {
36 // Scale to internal timestamp.
37 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
39 EXPECT_EQ(timestamp, scaler.ToExternal(timestamp));
55 // Test both sides of the timestamp wra
297 uint32_t timestamp = 4711; // Some number. local
[all...]
H A Ddelay_manager.cc73 uint32_t timestamp,
83 last_timestamp_ = timestamp;
90 if (!IsNewerTimestamp(timestamp, last_timestamp_) ||
92 // Wrong timestamp or sequence order; use stored value.
97 static_cast<uint32_t>(timestamp - last_timestamp_) /
140 last_timestamp_ = timestamp;
72 Update(uint16_t sequence_number, uint32_t timestamp, int sample_rate_hz) argument
H A Ddtmf_buffer.h23 uint32_t timestamp; member in struct:webrtc::DtmfEvent
31 : timestamp(0),
38 : timestamp(ts),
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, payload_ptr, 3, &event));
89 uint32_t timestamp = 0x12345678; local
90 DtmfEvent event(timestamp, event_no, volume, duration, end_bit);
97 EXPECT_FALSE(buffer.GetEvent(timestamp
124 uint32_t timestamp = 0x12345678; local
150 uint32_t timestamp = 0x12345678 + 80; local
194 uint32_t timestamp = 0x12345678; local
271 uint32_t timestamp = 0x12345678; local
[all...]
/external/webrtc/webrtc/modules/pacing/
H A Dpacket_router_unittest.cc43 uint64_t timestamp = 7890; local
49 EXPECT_CALL(rtp_1, TimeToSendPacket(kSsrc1, sequence_number, timestamp,
55 timestamp, retransmission));
59 timestamp += 30;
66 EXPECT_CALL(rtp_2, TimeToSendPacket(kSsrc2, sequence_number, timestamp,
71 timestamp, retransmission));
79 timestamp, retransmission));
89 timestamp, retransmission));
99 timestamp, retransmission));
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers_unittest.cc84 uint32_t timestamp = 0; local
86 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
90 timestamp += 3000;
125 unsigned int timestamp = 0; local
127 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
131 timestamp += 3000;
165 uint32_t timestamp = 0; local
167 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
171 timestamp += 3000;
193 uint32_t timestamp local
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dscreenshare_layers.cc48 ScreenshareLayersVP9::GetSuperFrameSettings(uint32_t timestamp, argument
52 last_timestamp_ = timestamp;
55 float time_diff = (timestamp - last_timestamp_) / 90.f;
89 last_timestamp_ = timestamp;
/external/webrtc/webrtc/modules/video_coding/
H A Dpacket.h29 uint32_t timestamp,
35 uint32_t timestamp; member in class:webrtc::VCMPacket
/external/drm_hwcomposer/
H A Ddrmeventlistener.cpp86 uint64_t timestamp = 0; local
89 timestamp = ts.tv_sec * 1000 * 1000 * 1000 + ts.tv_nsec;
117 hotplug_handler_->HandleEvent(timestamp);
H A Dvsyncworker.cpp68 * Returns the timestamp of the next vsync in phase with last_timestamp_.
77 * Thus, we must sleep until timestamp 687 to maintain phase with the last
78 * timestamp.
90 int VSyncWorker::SyntheticWaitVBlank(int64_t *timestamp) { argument
112 *timestamp = (int64_t)vsync.tv_sec * kOneSecondNs + (int64_t)vsync.tv_nsec;
148 int64_t timestamp; local
153 ret = SyntheticWaitVBlank(&timestamp);
157 timestamp = (int64_t)vblank.reply.tval_sec * kOneSecondNs +
171 procs->vsync(procs, display, timestamp);
172 last_timestamp_ = timestamp;
[all...]
/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.c101 struct nfulnl_msg_packet_timestamp *timestamp = nla_data(attr); local
104 tv.tv_sec = ntohll(timestamp->sec);
105 tv.tv_usec = ntohll(timestamp->usec);
/external/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h58 uint32_t timestamp() const { return fResource->fTimestamp; } function in class:GrGpuResource::CacheAccess
/external/skia/src/gpu/gl/
H A DGrGLTexture.h44 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
45 *timestamp = fTexParamsTimestamp;
50 GrGpu::ResetTimestamp timestamp) {
52 fTexParamsTimestamp = timestamp;
49 setCachedTexParams(const TexParams& texParams, GrGpu::ResetTimestamp timestamp) argument
/external/strace/mpers-m32/
H A Dstruct_v4l2_buffer.h13 } ATTRIBUTE_PACKED timestamp; member in struct:__anon17704
/external/strace/mpers-mx32/
H A Dstruct_v4l2_buffer.h14 } ATTRIBUTE_PACKED timestamp; member in struct:__anon17853
/external/vogar/src/vogar/
H A DXmlReportPrinter.java78 String timestamp = getGMTTimestamp();
82 suite.printReport(timestamp, fileName);
126 private void print(KXmlSerializer serializer, String timestamp) throws IOException { argument
133 serializer.attribute(ns, XmlReportConstants.TIMESTAMP, timestamp);
175 void printReport(String timestamp, String fileName) { argument
185 print(serializer, timestamp);
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_send_test_oldapi.cc111 uint32_t timestamp,
118 timestamp_ = timestamp;
108 SendData( FrameType frame_type, uint8_t payload_type, uint32_t timestamp, const uint8_t* payload_data, size_t payload_len_bytes, const RTPFragmentationHeader* fragmentation) argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc32 bool InterArrival::ComputeDeltas(uint32_t timestamp, argument
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 i
85 PacketInOrder(uint32_t timestamp) argument
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc62 uint32_t timestamp = sender_capture_ntp_ms * 90; local
64 ts_extrapolator_->ExtrapolateLocalTime(timestamp);
70 LOG(LS_INFO) << "RTP timestamp: " << rtp_timestamp

Completed in 906 milliseconds

1234567891011>>