Searched defs:timestamp (Results 76 - 100 of 506) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/events/
H A Dnormal_get_updates_request_event.cc14 base::Time timestamp,
17 : timestamp_(timestamp),
88 base::Time timestamp,
94 : timestamp_(timestamp),
13 NormalGetUpdatesRequestEvent( base::Time timestamp, const sessions::NudgeTracker& nudge_tracker, const sync_pb::ClientToServerMessage& request) argument
87 NormalGetUpdatesRequestEvent( base::Time timestamp, ModelTypeSet nudged_types, ModelTypeSet notified_types, ModelTypeSet refresh_requested_types, bool is_retry, sync_pb::ClientToServerMessage request) argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCStatsResponse.cpp54 size_t WebRTCStatsResponse::addReport(const WebString& id, const WebString& type, double timestamp) argument
57 return m_private->addReport(id, type, timestamp);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGamepad.h65 , timestamp(0)
81 unsigned long long timestamp; member in class:blink::WebGamepad
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPosition.h39 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
41 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
46 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtputils.h42 uint32 timestamp; member in struct:cricket::RtpHeader
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.cc98 int32_t ACMGenericCodec::Add10MsData(const uint32_t timestamp, argument
103 return Add10MsDataSafe(timestamp, data, length_smpl, audio_channel);
106 int32_t ACMGenericCodec::Add10MsDataSafe(const uint32_t timestamp, argument
123 if (last_timestamp_ == timestamp) {
124 // Same timestamp as the last time, overwrite.
133 "Adding 10ms with previous timestamp, overwriting the "
137 "Adding 10ms with previous timestamp, this will sound bad");
141 last_timestamp_ = timestamp;
170 in_timestamp_[in_timestamp_ix_write_] = timestamp;
186 in_timestamp_[in_timestamp_ix_write_] = timestamp;
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc33 // Test both sides of the timestamp wrap-around.
34 for (uint32_t timestamp = 0xFFFFFFFF - 5; timestamp != 5; ++timestamp) {
35 // Scale to internal timestamp.
36 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
38 EXPECT_EQ(timestamp, scaler.ToExternal(timestamp));
53 // Test both sides of the timestamp wra
321 uint32_t timestamp = 4711; // Some number. local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers_unittest.cc95 uint32_t timestamp = 0; local
97 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
101 timestamp += 3000;
135 unsigned int timestamp = 0; local
137 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
141 timestamp += 3000;
175 uint32_t timestamp = 0; local
177 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
181 timestamp += 3000;
204 uint32_t timestamp local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dpacket.h29 uint32_t timestamp,
35 uint32_t timestamp; member in class:webrtc::VCMPacket
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.cc40 base::TimeTicks timestamp,
44 : timestamp_(timestamp),
39 GestureEventDataPacket( base::TimeTicks timestamp, GestureSource source, const gfx::PointF& touch_location, const gfx::PointF& raw_touch_location) argument
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DRevokedOffer.java26 * the reason, the workgroup, the userJID, and the timestamp which the message was received.<br>
37 private Date timestamp; field in class:RevokedOffer
46 * @param timestamp the timestamp at which the revocation was issued
49 String reason, Date timestamp) {
57 this.timestamp = timestamp;
93 * @return the timestamp at which the revocation was issued
96 return this.timestamp;
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID, String reason, Date timestamp) argument
/external/chromium_org/base/test/
H A Dtest_reg_util_win.cc54 const base::Time& timestamp) {
56 key_path += L"\\" + base::Int64ToString16(timestamp.ToInternalValue());
87 const base::Time& timestamp,
89 : timestamp_(timestamp), test_key_root_(test_key_root) {
53 GenerateTempKeyPath(const base::string16& test_key_root, const base::Time& timestamp) argument
86 RegistryOverrideManager( const base::Time& timestamp, const base::string16& test_key_root) argument
H A Dtest_reg_util_win_unittest.cc65 void CreateManager(const base::Time& timestamp) { argument
66 manager_.reset(new RegistryOverrideManager(timestamp, fake_test_key_root_));
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc57 base::Time timestamp,
61 params.url, timestamp, web_contents(), params.page_id,
55 CreateHistoryAddPageArgs( const GURL& virtual_url, base::Time timestamp, bool did_replace_entry, const content::FrameNavigateParams& params) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.h44 // timestamp. Uses SerializedNavigationEntry::FromSyncData to fill
48 base::Time timestamp);
94 base::Time timestamp; member in struct:SessionTab
144 base::Time timestamp; member in struct:SessionWindow
H A Dtab_restore_service.h69 base::Time timestamp; member in struct:TabRestoreService::Entry
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_types.cc42 AlbumInfo::AlbumInfo(const std::string& name, const base::Time& timestamp, argument
45 timestamp(timestamp),
H A Dpicasa_types.h46 AlbumInfo(const std::string& name, const base::Time& timestamp,
52 base::Time timestamp; member in struct:picasa::AlbumInfo
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.cc90 base::Time timestamp = TimeFromMicrosoftVariantTime(date); local
99 albums_.push_back(AlbumInfo(name, timestamp, uid, base::FilePath()));
108 folders_.push_back(AlbumInfo(name, timestamp, uid, path));
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.cc33 base::TimeDelta timestamp) OVERRIDE;
54 base::TimeDelta timestamp) {
186 // Updates the timestamp used for task scheduling.
188 input->timestamp() != ::media::kNoTimestamp() &&
189 (max_pts_ == ::media::kNoTimestamp() || input->timestamp() > max_pts_)) {
190 max_pts_ = input->timestamp();
51 PostMediaTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta timestamp) argument
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Ddecoder_buffer_base_marshaller.cc27 virtual base::TimeDelta timestamp() const OVERRIDE;
40 // Frame timestamp.
102 base::TimeDelta DecoderBufferFromMsg::timestamp() const { function in class:chromecast::media::__anon6069::DecoderBufferFromMsg
138 CHECK(msg->WritePod(buffer->timestamp().ToInternalValue()));
/external/chromium_org/chromeos/network/
H A Dnetwork_util.h38 base::Time timestamp; // Timestamp when this AP was detected. member in struct:chromeos::WifiAccessPoint
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_android.cc72 jlong timestamp,
86 pad.timestamp = timestamp;
117 pad.timestamp = timestamp;
65 SetGamepadData(JNIEnv* env, jobject obj, jlong gamepads, jint index, jboolean mapping, jboolean connected, jstring devicename, jlong timestamp, jfloatArray jaxes, jfloatArray jbuttons) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_pinch_gesture.cc28 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
35 start_time_ = timestamp;
40 ForwardTouchInputEvents(timestamp, target);
49 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
58 PressTouchPoints(target, timestamp);
62 base::TimeTicks event_timestamp = ClampTimestamp(timestamp);
78 const base::TimeTicks& timestamp) {
81 ForwardTouchEvent(target, timestamp);
86 const base::TimeTicks& timestamp) {
93 ForwardTouchEvent(target, timestamp);
27 ForwardInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
48 ForwardTouchInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
77 PressTouchPoints(SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
84 MoveTouchPoints(SyntheticGestureTarget* target, float delta, const base::TimeTicks& timestamp) argument
96 ReleaseTouchPoints( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
103 ForwardTouchEvent( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc121 base::TimeDelta timestamp = base::TimeDelta::FromMicroseconds( local
137 timestamp,

Completed in 639 milliseconds

1234567891011>>