Searched refs:timestamp (Results 76 - 100 of 2943) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dnack_unittest.cc65 uint32_t timestamp = 0; local
69 nack->UpdateLastReceivedPacket(seq_num, timestamp);
72 timestamp += kTimestampIncrement;
83 uint32_t timestamp = 0; local
86 nack->UpdateLastReceivedPacket(seq_num, timestamp);
93 nack->UpdateLastReceivedPacket(seq_num + num_late_packets, timestamp +
117 uint32_t timestamp = 0; local
120 nack->UpdateLastReceivedPacket(seq_num, timestamp);
125 timestamp += kTimestampIncrement * (kNumAllLostPackets + 1);
129 nack->UpdateLastReceivedPacket(seq_num, timestamp);
165 uint32_t timestamp = 0; local
238 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; local
372 uint32_t timestamp = 0x12345678; local
395 uint32_t timestamp = 0x87654321; local
462 uint32_t timestamp = 0x87654321; local
[all...]
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dgeoposition.h32 // A valid fix has a valid latitude, longitude, accuracy and timestamp.
57 base::Time timestamp; member in struct:chromeos::Geoposition
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.h18 // the timestamp relative to |start_time| converted to seconds (XXX) plus
22 base::Time timestamp; member in struct:WebRtcLoggingMessageData
/external/chromium_org/content/public/common/
H A Dgeoposition.h35 // A valid fix has a valid latitude, longitude, accuracy and timestamp.
57 base::Time timestamp; member in struct:content::Geoposition
/external/chromium_org/media/formats/mp2t/
H A Dtimestamp_unroller.h20 // Given that |timestamp| is coded using 33 bits (accuracy of MPEG-2 TS
22 // timestamp.
23 // The unrolled timestamp is defined by:
24 // |timestamp| + k * (2 ^ 33)
25 // where k is estimated so that the unrolled timestamp is as close as
26 // possible to the previous unrolled timestamp returned by this function
27 // (if this function has not been called before, it will return the timestamp
29 int64 GetUnrolledTimestamp(int64 timestamp);
H A Des_adapter_video.cc20 // that the timestamp of the next frame in presentation order
78 discarded_frames_min_pts_ > stream_parser_buffer->timestamp()) {
79 discarded_frames_min_pts_ = stream_parser_buffer->timestamp();
111 base::TimeDelta next_frame_pts = GetNextFramePts(buffer->timestamp());
119 base::TimeDelta duration = next_frame_pts - buffer->timestamp();
125 emitted_pts_.push_back(buffer->timestamp());
141 if ((*it)->timestamp() < current_pts)
143 if (next_pts == kNoTimestamp() || next_pts > (*it)->timestamp())
144 next_pts = (*it)->timestamp();
170 (stream_parser_buffer->timestamp()
[all...]
/external/chromium_org/net/cert/
H A Dsigned_tree_head.h30 base::Time timestamp; member in struct:net::ct::SignedTreeHead
/external/chromium_org/net/quic/congestion_control/
H A Dreceive_algorithm_interface.h32 // timestamp: is the sent timestamp from the QUIC packet header.
35 QuicTime timestamp) = 0;
H A Dtcp_receiver.cc27 QuicTime timestamp) {
25 RecordIncomingPacket(QuicByteCount bytes, QuicPacketSequenceNumber sequence_number, QuicTime timestamp) argument
H A Dtcp_receiver.h32 QuicTime timestamp) OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Daudio_buffer_resource.cc37 return buffer_->audio.timestamp;
40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) { argument
45 buffer_->audio.timestamp = timestamp;
H A Dvideo_frame_resource.cc36 return buffer_->video.timestamp;
39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) { argument
44 buffer_->video.timestamp = timestamp;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DConsole.js35 * @param {number} timestamp
38 WebInspector.Console.Message = function(text, level, timestamp, show)
42 this.timestamp = (typeof timestamp === "number") ? timestamp : Date.now();
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DRTCStatsResponseBase.h36 virtual size_t addReport(const String& id, const String& type, double timestamp) = 0;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDevToolsAgent.h72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) : argument
73 timestamp(timestamp),
78 double timestamp; member in class:blink::WebDevToolsAgent::GPUEvent
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h56 unsigned timestamp; member in struct:llvmpipe_screen
/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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h56 unsigned timestamp; member in struct:llvmpipe_screen
/external/netperf/
H A Dhist.h88 HIST_timestamp - take a timestamp suitable for use in a histogram.
92 void HIST_timestamp(hrtime_t *timestamp);
94 void HIST_timestamp(hrt_t *timestamp);
96 void HIST_timestamp(LARGE_INTEGER *timestamp);
98 void HIST_timestamp(struct timeval *timestamp);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_video.cc82 uint32_t timestamp,
87 RtpUtility::AssignUWord32ToBuffer(dataBuffer + 4, timestamp);
94 uint32_t timestamp,
104 // Correct seq num, timestamp and payload type.
105 int header_length = BuildRTPheader(buffer, timestamp,
144 uint32_t timestamp = 3000; local
146 timestamp,
147 timestamp / 90,
156 uint32_t timestamp = 3000; local
168 int packet_size = PaddingPacket(padding_packet, timestamp, seq_nu
81 BuildRTPheader(uint8_t* dataBuffer, uint32_t timestamp, uint32_t sequence_number) argument
93 PaddingPacket(uint8_t* buffer, uint32_t timestamp, uint32_t sequence_number, int32_t bytes) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dasyncpacketsocket.h49 PacketTime() : timestamp(-1), not_before(-1) {}
50 PacketTime(int64 timestamp, int64 not_before) argument
51 : timestamp(timestamp), not_before(not_before) {
54 int64 timestamp; // Receive time after socket delivers the data. member in struct:rtc::PacketTime
56 // indicating the potential error in the |timestamp| value,
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage.py134 def HasMemMaps(self, timestamp):
135 return self._HasSnapshotFile(timestamp, Archive._MMAP_EXT)
137 def LoadMemMaps(self, timestamp):
138 assert(self.HasMemMaps(timestamp))
139 snapshot_name = Archive._TimestampToStr(timestamp)
152 def HasNativeHeap(self, timestamp):
153 return self._HasSnapshotFile(timestamp, Archive._NHEAP_EXT)
155 def LoadNativeHeap(self, timestamp):
156 assert(self.HasNativeHeap(timestamp))
157 snapshot_name = Archive._TimestampToStr(timestamp)
[all...]
/external/chromium_org/media/base/
H A Dvideo_frame_pool.cc27 base::TimeDelta timestamp);
63 base::TimeDelta timestamp) {
78 frame->set_timestamp(timestamp);
85 format, coded_size, visible_rect, natural_size, timestamp);
120 base::TimeDelta timestamp) {
122 timestamp);
58 CreateFrame( VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp) argument
115 CreateFrame( VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp) argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.cc15 // ValidatingUtil wraps data with checksum and timestamp. Format:
17 // timestamp=<timestamp>
21 // The timestamp is the time_t that was returned from time() function. The
22 // timestamp does not need to be portable because it is written and read only by
45 const char kTimestampPrefix[] = "timestamp=";
84 void ValidatingUtil::Wrap(time_t timestamp, std::string* data) { argument
86 char timestamp_string[2 + 3 * sizeof timestamp];
88 std::sprintf(timestamp_string, "%ld", static_cast<long>(timestamp));
119 time_t timestamp local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildProperties.java42 private String timestamp; field in class:BuildProperties
43 // the name of the directory containing the builds, typically <buildType>-<buildType><build date>-<timestamp>
106 timestamp = buildProperties.get("timestamp").toString();
109 "Value for timestamp not found in monitor.properties");
205 * Returns the timestamp.
209 return timestamp;
221 * Sets the timestamp.
222 * @param timestamp The timestamp t
224 setTimestamp(String timestamp) argument
[all...]

Completed in 3220 milliseconds

1234567891011>>