Searched refs:timestamp (Results 201 - 225 of 2943) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsResponse.h47 virtual size_t addReport(const String& id, const String& type, double timestamp) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCStatsResponse.h52 BLINK_PLATFORM_EXPORT size_t addReport(const WebString& id, const WebString& type, double timestamp);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.h67 unsigned timestamp; member in struct:softpipe_resource
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc126 *next_timestamp = buffer_.front()->header.timestamp;
130 int PacketBuffer::NextHigherTimestamp(uint32_t timestamp, argument
140 if ((*it)->header.timestamp >= timestamp) {
142 *next_timestamp = (*it)->header.timestamp;
166 // Discard other packets with the same timestamp. These are duplicates or
172 buffer_.front()->header.timestamp == packet->header.timestamp) {
196 timestamp_limit != buffer_.front()->header.timestamp &&
198 - buffer_.front()->header.timestamp) <
[all...]
H A Dneteq_unittest.cc209 int timestamp,
212 int timestamp,
392 int timestamp,
395 rtp_info->header.timestamp = timestamp;
402 int timestamp,
407 rtp_info->header.timestamp = timestamp;
459 rtp_info.header.timestamp = i * kSamples;
500 rtp_info.header.timestamp
391 PopulateRtpInfo(int frame_index, int timestamp, WebRtcRTPHeader* rtp_info) argument
401 PopulateCng(int frame_index, int timestamp, WebRtcRTPHeader* rtp_info, uint8_t* payload, int* payload_len) argument
588 uint32_t timestamp = 0; local
1280 uint32_t timestamp = start_timestamp; local
[all...]
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dframe_scaler.cc43 scaled_frame_.set_timestamp(video_frame->timestamp());
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Drtp_to_ntp.h22 RtcpMeasurement(uint32_t ntp_secs, uint32_t ntp_frac, uint32_t timestamp);
39 // Converts an RTP timestamp to the NTP domain in milliseconds using two
40 // (RTP timestamp, NTP timestamp) pairs.
/external/chromium_org/ui/compositor/
H A Dlayer_animator_collection.h37 virtual void OnAnimationStep(base::TimeTicks timestamp) OVERRIDE;
/external/kernel-headers/original/uapi/linux/
H A Ddlm_netlink.h33 unsigned long timestamp; member in struct:dlm_lock_data
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h67 unsigned timestamp; member in struct:softpipe_resource
/external/speex/libspeex/
H A Djitter.c140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */
143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */
170 The optimised function is in timestamp units and is:
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
372 /*fprintf (stderr, "put packet %d %d\n", timestamp, span);*/
380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp))
392 /*fprintf(stderr, "arrival: %d %d %d\n", packet->timestamp, jitter->next_stop, jitter->pointer_timestamp);*/
394 if (!jitter->reset_state && LT32(packet->timestamp, jitte
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc74 const base::Time& timestamp,
83 const base::Time& timestamp,
92 const base::Time& timestamp,
114 const base::Time& timestamp) {
123 wifi_data_timestamp_ = timestamp;
130 FormUploadData(wifi_data, timestamp, access_token, &upload_data);
209 const base::Time& timestamp,
213 if (!timestamp.is_null()) {
215 int64 delta_ms = (base::Time::Now() - timestamp).InMilliseconds();
291 const base::Time& timestamp,
112 MakeRequest(const base::string16& access_token, const WifiData& wifi_data, const base::Time& timestamp) argument
208 FormUploadData(const WifiData& wifi_data, const base::Time& timestamp, const base::string16& access_token, std::string* upload_data) argument
288 GetLocationFromResponse(bool http_post_result, int status_code, const std::string& response_body, const base::Time& timestamp, const GURL& server_url, Geoposition* position, base::string16* access_token) argument
351 ParseServerResponse(const std::string& response_body, const base::Time& timestamp, Geoposition* position, base::string16* access_token) argument
[all...]
/external/chromium_org/net/cert/
H A Dct_serialization.cc291 static void WriteTimeSinceEpoch(const base::Time& timestamp, argument
293 base::TimeDelta time_since_epoch = timestamp - base::Time::UnixEpoch();
297 bool EncodeV1SCTSignedData(const base::Time& timestamp, argument
305 WriteTimeSinceEpoch(timestamp, output);
316 WriteTimeSinceEpoch(signed_tree_head.timestamp, output);
351 uint64 timestamp; local
355 !ReadUint(kTimestampLength, input, &timestamp) ||
362 if (timestamp > static_cast<uint64>(kint64max)) {
363 DVLOG(1) << "Timestamp value too big to cast to int64: " << timestamp;
369 result->timestamp
[all...]
/external/chromium_org/media/base/
H A Daudio_discard_helper_unittest.cc20 base::TimeDelta timestamp,
23 result->set_timestamp(timestamp);
92 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
119 EXPECT_EQ(base::TimeDelta(), decoded_buffer->timestamp());
143 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
174 // The timestamp should match that of the initial buffer.
176 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
197 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
204 EXPECT_EQ(kTimestamp + kDuration, decoded_buffer->timestamp());
227 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
19 CreateEncodedBuffer( base::TimeDelta timestamp, base::TimeDelta duration) argument
[all...]
H A Ddemuxer_perftest.cc54 // present in |demuxer| in as-close-to-monotonically-increasing timestamp order.
73 base::TimeDelta* timestamp,
114 base::TimeDelta timestamp; local
118 base::MessageLoop::current(), &end_of_stream, &timestamp));
121 CHECK(end_of_stream || timestamp != media::kNoTimestamp());
123 last_read_timestamp_[index] = timestamp;
138 base::TimeDelta* timestamp,
144 *timestamp = *end_of_stream ? media::kNoTimestamp() : buffer->timestamp();
135 OnReadDone( base::MessageLoop* message_loop, bool* end_of_stream, base::TimeDelta* timestamp, media::DemuxerStream::Status status, const scoped_refptr<media::DecoderBuffer>& buffer) argument
/external/chromium_org/ash/wm/
H A Dpower_button_controller.h63 void OnPowerButtonEvent(bool down, const base::TimeTicks& timestamp);
64 void OnLockButtonEvent(bool down, const base::TimeTicks& timestamp);
/external/chromium_org/chrome/renderer/media/
H A Dcast_ipc_dispatcher_unittest.cc38 packet_event.timestamp = base::SimpleTestTickClock().NowTicks();
48 frame_event.timestamp = base::SimpleTestTickClock().NowTicks();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dconsole_logger_unittest.cc68 const base::Time timestamp; member in struct:__anon5906::LogEntry
73 LogEntry(const base::Time& timestamp, argument
77 : timestamp(timestamp), level(level), source(source), message(message) {}
82 virtual void AddEntryTimestamped(const base::Time& timestamp,
95 void FakeLog::AddEntryTimestamped(const base::Time& timestamp, argument
99 entries_.push_back(new LogEntry(timestamp, level, source, message));
108 EXPECT_LT(0, entry->timestamp.ToTimeT());
/external/chromium_org/components/invalidation/
H A Dack_handle.cc38 value->SetString("timestamp",
47 if (!value.GetString("timestamp", &timestamp_as_string))
60 AckHandle::AckHandle(const std::string& state, base::Time timestamp) argument
61 : state_(state), timestamp_(timestamp) {
/external/chromium_org/content/browser/media/
H A Dmidi_host.h43 double timestamp) OVERRIDE;
52 double timestamp);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.cc34 void SyntheticGestureController::Flush(base::TimeTicks timestamp) { argument
44 gesture->ForwardInputEvents(timestamp, gesture_target_.get());
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller_event_handler.h59 base::TimeTicks timestamp) = 0;
66 base::TimeTicks timestamp) = 0;
/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
H A Dvideo_capture_message_filter_unittest.cc36 base::TimeTicks timestamp));
41 base::TimeTicks timestamp));
93 base::TimeTicks timestamp = base::TimeTicks::FromInternalValue(1); local
98 EXPECT_CALL(delegate, OnBufferReceived(buffer_id, _, _, timestamp))
102 timestamp));
110 timestamp = base::TimeTicks::FromInternalValue(2);
119 EXPECT_CALL(delegate, OnMailboxBufferReceived(buffer_id, _, _, timestamp))
128 timestamp));

Completed in 827 milliseconds

1234567891011>>