Searched refs:timestamp (Results 151 - 175 of 2943) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dnack.cc53 uint32_t timestamp) {
54 // Just record the value of sequence number and timestamp if this is the
58 timestamp_last_received_rtp_ = timestamp;
64 timestamp_last_decoded_rtp_ = timestamp;
79 UpdateSamplesPerPacket(sequence_number, timestamp);
84 timestamp_last_received_rtp_ = timestamp;
134 uint32_t timestamp = EstimateTimestamp(n); local
135 NackElement nack_element(TimeToPlay(timestamp), timestamp, is_missing); local
150 uint32_t timestamp) {
52 UpdateLastReceivedPacket(uint16_t sequence_number, uint32_t timestamp) argument
149 UpdateLastDecodedPacket(uint16_t sequence_number, uint32_t timestamp) argument
[all...]
H A Dnack.h79 // Update the sequence number and the timestamp of the last decoded RTP. This
81 void UpdateLastDecodedPacket(uint16_t sequence_number, uint32_t timestamp);
83 // Update the sequence number and the timestamp of the last received RTP. This
85 void UpdateLastReceivedPacket(uint16_t sequence_number, uint32_t timestamp);
112 // A guess about the timestamp of the missing packet, it is used for
170 // Estimate timestamp of a missing packet given its sequence number.
173 // Compute time-to-play given a timestamp.
174 int TimeToPlay(uint32_t timestamp) const;
H A Dinitial_delay_manager.cc31 last_packet_rtp_info_.header.timestamp = 0;
83 uint32_t timestamp_increase = current_header->timestamp -
84 last_header->timestamp;
95 // A timestamp that reflects the initial delay, while buffering.
144 sync_stream->rtp_info.header.timestamp -= timestamp_update;
167 // If there is no estimate of timestamp increment, |timestamp_step_|, then
202 sync_stream->rtp_info.header.timestamp += timestamp_update;
213 last_packet_rtp_info_.header.timestamp += timestamp_update;
236 playout_timestamp_ = current_header.timestamp - static_cast<uint32_t>(
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.h23 uint32_t timestamp; member in struct:webrtc::DtmfEvent
31 : timestamp(0),
38 : timestamp(ts),
H A Dpayload_splitter.cc40 // |F| block PT | timestamp offset | block length |
64 // Bits 8 through 21 are timestamp offset.
67 new_packet->header.timestamp = red_packet->header.timestamp -
159 new_packet->header.timestamp -= duration;
366 uint32_t timestamp = packet->header.timestamp; local
374 new_packet->header.timestamp = timestamp;
375 timestamp
410 uint32_t timestamp = packet->header.timestamp; local
[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 DTimeLineGraph.java148 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp) { argument
149 addItem(groupName, name, description, value, col, display, timestamp,false);
152 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial) { argument
154 timestamp,isSpecial,false);
157 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial,boolean drawBaseline) { argument
164 timestamp,isSpecial,drawBaseline));
212 if (graphItem.timestamp > mostRecentTimestamp) {
213 mostRecentTimestamp = graphItem.timestamp;
250 if (thisItem.timestamp==-1)
267 long minimumTimeDiffPreceding=thisItem.timestamp;
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Ddecoding_state_unittest.cc36 packet.timestamp = 1;
89 packet.timestamp = 1;
100 packet.timestamp = 2;
111 packet.timestamp = 4;
120 packet.timestamp = 5;
132 packet.timestamp = 6;
144 packet.timestamp = 7;
153 packet.timestamp = 8;
167 packet.timestamp = 1;
178 packet.timestamp
[all...]
H A Dpacket.cc21 timestamp(0),
41 timestamp(rtpHeader.header.timestamp),
62 timestamp(ts),
81 timestamp = 0;
H A Dgeneric_decoder.cc58 _timestampMap.Pop(decodedImage.timestamp()));
69 decodedImage.timestamp(),
105 int32_t VCMDecodedFrameCallback::Map(uint32_t timestamp, VCMFrameInformation* frameInfo) argument
108 return _timestampMap.Add(timestamp, frameInfo);
111 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp) argument
114 if (_timestampMap.Pop(timestamp) == NULL)
161 LOG(LS_WARNING) << "Failed to decode frame with timestamp "
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo.py61 timestamp = 0
62 for timestamp, bmp in frame_generator:
67 start_time = timestamp
68 for timestamp, bmp in frame_generator:
69 yield timestamp - start_time, bmp.Crop(*content_box)
137 """Returns the frame timestamp in integer milliseconds from the dump log.
142 We have to be careful to only read a single timestamp per call to avoid
/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...]
/external/chromium_org/media/base/
H A Dvideo_frame.h79 base::TimeDelta timestamp);
108 base::TimeDelta timestamp,
133 base::TimeDelta timestamp,
154 base::TimeDelta timestamp,
164 // timestamp. If information is missing or is incompatible (for example, a
169 base::TimeDelta timestamp);
188 base::TimeDelta timestamp,
207 base::TimeDelta timestamp);
291 base::TimeDelta timestamp() const { function in class:media::VideoFrame
294 void set_timestamp(const base::TimeDelta& timestamp) { argument
[all...]
H A Daudio_splicer_unittest.cc71 EXPECT_EQ(input->timestamp(), output->timestamp());
84 EXPECT_EQ(overlapped_buffer->timestamp(), pre_splice_output->timestamp());
103 // The splice timestamp may be adjusted by a microsecond.
104 EXPECT_NEAR(overlapping_buffer->timestamp().InMicroseconds(),
105 crossfade_output->timestamp().InMicroseconds(),
141 input->timestamp());
183 // Add some bytes to the timestamp helper so that the
229 // Add bytes to the timestamp helpe
[all...]
H A Daudio_buffer_unittest.cc37 const base::TimeDelta timestamp = base::TimeDelta(); local
46 timestamp);
48 EXPECT_EQ(timestamp, buffer->timestamp());
63 EXPECT_EQ(timestamp, buffer->timestamp());
80 EXPECT_EQ(timestamp + trim_duration, buffer->timestamp());
96 EXPECT_EQ(timestamp + trim_duration, buffer->timestamp());
[all...]
H A Dstream_parser_buffer.h17 // Simple wrapper around base::TimeDelta that represents a decode timestamp.
79 // are being converted to a decode timestamp.
80 static DecodeTimestamp FromPresentationTime(base::TimeDelta timestamp) { argument
81 return DecodeTimestamp(timestamp);
93 explicit DecodeTimestamp(base::TimeDelta timestamp) : ts_(timestamp) { } argument
121 // Decode timestamp. If not explicitly set, or set to kNoTimestamp(), the
122 // value will be taken from the normal timestamp.
124 void SetDecodeTimestamp(DecodeTimestamp timestamp);
165 // All future timestamp, decod
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp69 SyntheticInspectorTouchEvent(const blink::PlatformEvent::Type type, unsigned modifiers, double timestamp) argument
73 m_timestamp = timestamp;
102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) argument
129 timestamp ? *timestamp : currentTime());
133 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount) argument
179 timestamp ? *timestamp : currentTime());
184 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) argument
200 SyntheticInspectorTouchEvent event(convertedType, convertedModifiers, timestamp
[all...]
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java73 public final static String PROPERTY_TIMESTAMP = "info.timestamp";
85 /** The timestamp from the version info. */
147 * Obtains the timestamp of the versioned module or informal unit.
150 * @return the timestamp, never <code>null</code>
295 String timestamp = null;
307 timestamp = (String) info.get(PROPERTY_TIMESTAMP);
308 if ((timestamp != null) &&
309 ((timestamp.length() < 1) ||
310 (timestamp.equals("${mvn.timestamp}")))
[all...]
/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/media/cast/test/utility/
H A Daudio_utility.cc69 // Each bit of the timestamp is stored as a frequency, where the
96 bool EncodeTimestamp(uint16 timestamp, argument
104 timestamp = (timestamp >> 1) ^ timestamp;
107 if ((timestamp >> i) & 1) {
150 bool DecodeTimestamp(const float* samples, size_t length, uint16* timestamp) { argument
181 *timestamp = gray_coded;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket_unittest.cc25 uint32_t timestamp,
32 rtp_data[4] = (timestamp >> 24) & 0xFF;
33 rtp_data[5] = (timestamp >> 16) & 0xFF;
34 rtp_data[6] = (timestamp >> 8) & 0xFF;
35 rtp_data[7] = timestamp & 0xFF;
58 EXPECT_EQ(kTimestamp, packet.header().timestamp);
89 EXPECT_EQ(kTimestamp, packet.header().timestamp);
109 // |1| block PT | timestamp offset | block length |
166 EXPECT_EQ(kTimestamp, packet.header().timestamp);
190 EXPECT_EQ(kTimestamp, red_block->timestamp);
23 MakeRtpHeader(int payload_type, int seq_number, uint32_t timestamp, uint32_t ssrc, uint8_t* rtp_data) argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dthread.py81 def AddSample(self, category, name, timestamp, args=None):
82 if len(self._samples) and timestamp < self._samples[-1].start:
84 'Samples must be added in increasing timestamp order')
86 category, name, timestamp, args=args)
95 def BeginSlice(self, category, name, timestamp, thread_timestamp=None,
103 * timestamp: The timetsamp of the slice, in milliseconds.
104 * thread_timestamp: Thread specific clock (scheduled) timestamp of the
110 if len(self._open_slices) > 0 and timestamp < self._open_slices[-1].start:
112 'Slices must be added in increasing timestamp order')
113 new_slice = slice_module.Slice(self, category, name, timestamp,
[all...]
/external/chromium_org/sync/engine/
H A Dget_updates_delegate.cc92 base::Time timestamp,
95 new NormalGetUpdatesRequestEvent(timestamp, nudge_tracker_, request));
117 base::Time timestamp,
121 timestamp,
169 base::Time timestamp,
172 new PollGetUpdatesRequestEvent(timestamp, request));
91 GetNetworkRequestEvent( base::Time timestamp, const sync_pb::ClientToServerMessage& request) const argument
116 GetNetworkRequestEvent( base::Time timestamp, const sync_pb::ClientToServerMessage& request) const argument
168 GetNetworkRequestEvent( base::Time timestamp, const sync_pb::ClientToServerMessage& request) const argument
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet_unittest.cc44 if (lhs.timestamp() != rhs.timestamp() ||
46 lhs.timestamp() != rhs.timestamp() ||
71 EXPECT_TRUE(touch_time == packet.timestamp());
130 EXPECT_EQ(base::TimeTicks(), packet.timestamp());
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.cc26 base::Time timestamp) {
34 this->timestamp = timestamp;
25 SetFromSyncData(const sync_pb::SessionTab& sync_data, base::Time timestamp) argument
/external/chromium_org/media/midi/
H A Dmidi_manager.h42 // |timestamp| is the time the data was received, in seconds.
46 double timestamp) = 0;
85 // |timestamp| is the time to send the data, in seconds. A value of 0
91 double timestamp);
132 double timestamp);

Completed in 790 milliseconds

1234567891011>>