Searched refs:timestamp (Results 51 - 75 of 2943) sorted by relevance

1234567891011>>

/external/oprofile/libopagent/
H A Djitdump.h47 u64 timestamp; member in struct:jitheader
68 u64 timestamp; member in struct:jr_code_load
79 u64 timestamp; member in struct:jr_code_unload
87 u64 timestamp; member in struct:jr_code_close
94 u64 timestamp; member in struct:jr_code_debug_info
/external/chromium_org/media/base/
H A Dstream_parser_buffer.cc27 copied_buffer->set_timestamp(buffer.timestamp());
66 return DecodeTimestamp::FromPresentationTime(timestamp());
70 void StreamParserBuffer::SetDecodeTimestamp(DecodeTimestamp timestamp) { argument
71 decode_timestamp_ = timestamp;
73 preroll_buffer_->SetDecodeTimestamp(timestamp);
86 // TODO(scherkus): Should DataBuffer constructor accept a timestamp and
117 << " pts " << timestamp().InSecondsF()
130 DCHECK(first_splice_buffer->timestamp() <= overlapping_buffer->timestamp());
145 set_timestamp(first_splice_buffer->timestamp());
198 set_timestamp(base::TimeDelta timestamp) argument
[all...]
H A Daudio_buffer.h43 const base::TimeDelta timestamp);
59 const base::TimeDelta timestamp);
78 // Note that repeated calls to TrimStart() may result in timestamp() and
87 // Even if |start| is zero, timestamp() is not adjusted, only duration().
102 base::TimeDelta timestamp() const { return timestamp_; } function in class:media::AudioBuffer
104 void set_timestamp(base::TimeDelta timestamp) { timestamp_ = timestamp; } argument
128 const base::TimeDelta timestamp);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java69 public final long timestamp; field in class:ForeignSessionHelper.ForeignSessionWindow
73 private ForeignSessionWindow(long timestamp, int sessionId) { argument
74 this.timestamp = timestamp;
85 public final long timestamp; field in class:ForeignSessionHelper.ForeignSessionTab
88 private ForeignSessionTab(String url, String title, long timestamp, int id) { argument
91 this.timestamp = timestamp;
107 ForeignSession session, long timestamp, int sessionId) {
108 ForeignSessionWindow window = new ForeignSessionWindow(timestamp, sessionI
106 pushWindow( ForeignSession session, long timestamp, int sessionId) argument
114 pushTab( ForeignSessionWindow window, String url, String title, long timestamp, int sessionId) argument
[all...]
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc66 void SourceBufferRange::Seek(DecodeTimestamp timestamp) { argument
67 DCHECK(CanSeekTo(timestamp));
70 KeyframeMap::iterator result = GetFirstKeyframeBefore(timestamp);
75 void SourceBufferRange::SeekAheadTo(DecodeTimestamp timestamp) { argument
76 SeekAhead(timestamp, false);
79 void SourceBufferRange::SeekAheadPast(DecodeTimestamp timestamp) { argument
80 SeekAhead(timestamp, true);
83 void SourceBufferRange::SeekAhead(DecodeTimestamp timestamp, argument
88 GetFirstKeyframeAt(timestamp, skip_given_timestamp);
90 // If there isn't a keyframe after |timestamp|, the
105 SplitRange( DecodeTimestamp timestamp, bool is_exclusive) argument
155 GetBufferItrAt( DecodeTimestamp timestamp, bool skip_given_timestamp) argument
170 GetFirstKeyframeAt(DecodeTimestamp timestamp, bool skip_given_timestamp) argument
178 GetFirstKeyframeBefore(DecodeTimestamp timestamp) argument
194 TruncateAt( DecodeTimestamp timestamp, BufferQueue* removed_buffers, bool is_exclusive) argument
501 NextKeyframeTimestamp( DecodeTimestamp timestamp) argument
524 KeyframeBeforeTimestamp( DecodeTimestamp timestamp) argument
534 IsNextInSequence( DecodeTimestamp timestamp, bool is_keyframe) const argument
[all...]
/external/chromium_org/net/quic/crypto/
H A Dsource_address_token.cc56 int64 timestamp; local
57 if (!base::StringToInt64(time_str, &timestamp)) {
62 timestamp_ = timestamp;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.h39 static RTCStatsReport* create(const String& id, const String& type, double timestamp);
41 double timestamp() const { return m_timestamp; } function in class:blink::FINAL
57 RTCStatsReport(const String& id, const String& type, double timestamp);
/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/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h27 virtual int EncodeFlags(uint32_t timestamp);
36 uint32_t timestamp);
38 virtual void FrameEncoded(unsigned int size, uint32_t timestamp) {} argument
H A Dtemporal_layers.h40 virtual int EncodeFlags(uint32_t timestamp) = 0;
49 uint32_t timestamp) = 0;
51 virtual void FrameEncoded(unsigned int size, uint32_t timestamp) = 0;
/external/chromium_org/net/cert/
H A Dct_log_response_parser.cc27 double timestamp; member in struct:net::ct::__anon9075::JsonSignedTreeHead
69 converter->RegisterDoubleField("timestamp", &JsonSignedTreeHead::timestamp);
86 if (sth.timestamp < 0) {
88 << sth.timestamp;
128 signed_tree_head->timestamp =
130 base::TimeDelta::FromMilliseconds(parsed_sth.timestamp);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformMouseEvent.h55 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp) argument
56 : PlatformEvent(type, modifiers, timestamp)
66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) argument
67 : PlatformEvent(type, modifiers, timestamp)
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp) argument
78 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
/external/chromium_org/chromecast/media/cma/base/
H A Ddecoder_buffer_adapter.cc20 base::TimeDelta DecoderBufferAdapter::timestamp() const { function in class:chromecast::media::DecoderBufferAdapter
21 return buffer_->timestamp();
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture.cc48 const base::TimeTicks& timestamp) {
49 return (timestamp - base::TimeTicks()).InSecondsF();
47 ConvertTimestampToSeconds( const base::TimeTicks& timestamp) argument
/external/chromium_org/media/cast/test/utility/
H A Daudio_utility.h62 // Encode |timestamp| into the samples pointed to by 'samples' in a way
66 // available, then the timestamp will be repeated. |sample_offset| should
70 bool EncodeTimestamp(uint16 timestamp,
75 // Decode a timestamp encoded with EncodeTimestamp. Returns true if a
76 // timestamp was found in |samples|.
77 bool DecodeTimestamp(const float* samples, size_t length, uint16* timestamp);
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer.h23 PP_TimeDelta timestamp; member in struct:ppapi::MediaStreamBuffer::Audio
35 PP_TimeDelta timestamp; member in struct:ppapi::MediaStreamBuffer::Video
/external/chromium_org/sync/internal_api/events/
H A Dcommit_response_event.cc13 base::Time timestamp,
16 : timestamp_(timestamp),
12 CommitResponseEvent( base::Time timestamp, SyncerError result, const sync_pb::ClientToServerResponse& response) argument
H A Dpoll_get_updates_request_event.cc12 base::Time timestamp,
14 : timestamp_(timestamp),
11 PollGetUpdatesRequestEvent( base::Time timestamp, const sync_pb::ClientToServerMessage& request) argument
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.idl32 readonly attribute unsigned long long timestamp;
/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/Source/web/
H A DWebGeolocationPosition.cpp33 void WebGeolocationPosition::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) argument
35 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_detector.cc51 uint32_t timestamp,
53 bool new_timestamp = (timestamp != current_frame_.timestamp);
60 if (current_frame_.timestamp == -1) {
63 current_frame_.timestamp = timestamp;
65 } else if (!PacketInOrder(timestamp, timestamp_ms)) {
76 // The new timestamp is now the current frame.
77 current_frame_.timestamp = timestamp;
49 Update(uint16_t packet_size, int64_t timestamp_ms, uint32_t timestamp, const int64_t arrival_time_ms) argument
135 PacketInOrder(uint32_t timestamp, int64_t timestamp_ms) argument
146 InOrderTimestamp(uint32_t timestamp, uint32_t prev_timestamp) argument
[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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
H A Dbuild.properties62 timestamp=007
/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...]

Completed in 2579 milliseconds

1234567891011>>