Searched refs:timestamp (Results 251 - 275 of 2943) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dproducer_fec_unittest.cc21 uint32_t timestamp,
35 EXPECT_EQ(timestamp, parsed_timestamp);
76 last_timestamp = rtp_packet->header.header.timestamp;
118 last_timestamp = rtp_packet->header.header.timestamp;
148 packet->header.header.timestamp,
20 VerifyHeader(uint16_t seq_num, uint32_t timestamp, int red_pltype, int fec_pltype, RedPacket* packet, bool marker_bit) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Drealtime_temporal_layers.cc180 virtual int EncodeFlags(uint32_t timestamp) { argument
201 uint32_t timestamp) {
233 if (vp8_info->temporalIdx == 0 && timestamp != timestamp_) {
234 timestamp_ = timestamp;
242 void FrameEncoded(unsigned int size, uint32_t timestamp) {} argument
199 PopulateCodecSpecific(bool base_layer_sync, CodecSpecificInfoVP8* vp8_info, uint32_t timestamp) argument
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_to_file_renderer.cc24 uint32_t timestamp,
28 timestamp(timestamp),
35 uint32_t timestamp; member in struct:test::Frame
142 frame->timestamp = time_stamp;
22 Frame(unsigned char* buffer, int buffer_size, uint32_t timestamp, int64_t render_time) argument
/external/oprofile/opjitconv/
H A Dparse_dump.c50 entry->life_start = rec->timestamp;
83 * address and fill life_end field with the timestamp. linear search not very
92 rec->vma, rec->timestamp);
99 if (rec->timestamp > 0 && rec->vma != 0) {
103 entry->life_end = rec->timestamp;
125 debug_line->life_start = rec->timestamp;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py190 timestamp = dateutil.parser.parse(timestamp_str)
191 first_timestamp = first_timestamp or timestamp
192 time_delta = int((timestamp - first_timestamp).total_seconds())
194 dumps[time_delta] = archive.LoadMemMaps(timestamp)
196 dumps[time_delta] = archive.LoadNativeHeap(timestamp)
543 for timestamp in archive.ListSnapshots():
544 first_timestamp = timestamp if not first_timestamp else first_timestamp
545 time_delta = '%d s.' % (timestamp - first_timestamp).total_seconds()
548 {'v': timestamp.isoformat(), 'f': time_delta},
549 {'v': archive.HasMemMaps(timestamp), '
[all...]
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler_unittest.cc90 base::TimeDelta timestamp = base::TimeDelta::FromInternalValue( local
97 timestamp,
106 timestamp += step_delay;
109 timestamp,
121 timestamp += step_delay;
124 timestamp,
135 timestamp,
/external/chromium_org/build/android/pylib/perf/
H A Dsurface_stats_collector.py145 td = surface_after['timestamp'] - self._surface_before['timestamp']
187 timestamps += [timestamp for timestamp in new_timestamps
188 if timestamp > last_timestamp]
246 # C) timestamp immediately after SF submitted that frame to the h/w
248 # The difference between the 1st and 3rd timestamp is the frame-latency.
271 # latency data, SurfaceFlinger gives the frame a timestamp of INT64_MAX.
280 timestamp = long(fields[1])
281 if timestamp
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePowerOverview.js70 var curTime = record.timestamp;
76 var prevTime = this._records[length - 1].timestamp;
144 if (record.timestamp < minTime || record.timestamp > maxTime)
160 if (record.timestamp < minTime || record.timestamp > maxTime)
162 var x = Math.round((record.timestamp - minTime) * xFactor);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatstypes.h50 StatsReport() : timestamp(0) {}
56 timestamp(src.timestamp),
63 timestamp = src.timestamp;
70 explicit StatsReport(const std::string& id) : id(id), timestamp(0) {}
126 double timestamp; // Time since 1970-01-01T00:00:00Z in milliseconds. member in class:webrtc::StatsReport
/external/chromium_org/ui/file_manager/image_loader/
H A Dcache.js217 * @param {number} timestamp Last modification timestamp. Used to detect
220 Cache.prototype.saveImage = function(key, data, timestamp) {
229 timestamp: timestamp,
249 this.loadImage(key, timestamp, function() {}, onNotFoundInCache);
256 * @param {number} timestamp Last modification timestamp. If different
261 Cache.prototype.loadImage = function(key, timestamp, onSuccess, onFailure) {
296 } else if (metadataEntry.timestamp !
[all...]
/external/chromium_org/android_webview/native/
H A Dstate_serializer_unittest.cc56 const base::Time timestamp = base::Time::FromInternalValue(12345); local
68 entry->SetTimestamp(timestamp);
90 EXPECT_EQ(timestamp, copy->GetTimestamp());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_sessions_sync_test.cc86 const base::Time timestamp = it3->timestamp(); local
92 ASSERT_EQ(timestamp, history_timestamp);
H A Dtwo_client_typed_urls_sync_test.cc99 // Create a URL with a timestamp 1 year before today.
100 base::Time timestamp = base::Time::Now() - base::TimeDelta::FromDays(365); local
105 timestamp);
131 // Create a URL with a timestamp 1 year before today.
132 base::Time timestamp = base::Time::Now() - base::TimeDelta::FromDays(365); local
137 timestamp);
277 base::Time timestamp = base::Time::Now(); local
278 // Put a non-typed URL in both clients with an identical timestamp.
283 history::SOURCE_BROWSED, timestamp);
285 history::SOURCE_BROWSED, timestamp);
315 base::Time timestamp = base::Time::Now(); local
[all...]
H A Dtyped_urls_helper.cc161 const base::Time& timestamp) {
163 timestamp,
223 static base::Time* timestamp = NULL; member in namespace:__anon4844
258 if (!::timestamp)
259 ::timestamp = new base::Time(base::Time::Now());
260 base::Time original = *::timestamp;
261 *::timestamp += base::TimeDelta::FromMilliseconds(1);
273 base::Time timestamp = GetTimestamp(); local
274 AddUrlToHistoryWithTimestamp(index, url, transition, source, timestamp);
280 const base::Time& timestamp) {
157 AddToHistory(HistoryService* service, const GURL& url, ui::PageTransition transition, history::VisitSource source, const base::Time& timestamp) argument
276 AddUrlToHistoryWithTimestamp(int index, const GURL& url, ui::PageTransition transition, history::VisitSource source, const base::Time& timestamp) argument
294 timestamp); local
[all...]
/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),
/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/media/midi/
H A Dmidi_manager.cc90 double timestamp) {
121 double timestamp) {
125 (*i)->ReceiveMidiData(port_index, data, length, timestamp);
87 DispatchSendMidiData(MidiManagerClient* client, uint32 port_index, const std::vector<uint8>& data, double timestamp) argument
117 ReceiveMidiData( uint32 port_index, const uint8* data, size_t length, double timestamp) argument
/external/chromium_org/ppapi/proxy/
H A Dvideo_source_resource.cc100 PP_TimeTicks timestamp) {
106 frame->timestamp = timestamp;
95 OnPluginMsgGetFrameComplete( PP_VideoFrame_Private* frame, const ResourceMessageReplyParams& reply_params, const HostResource& image_data, const PP_ImageDataDesc& image_desc, PP_TimeTicks timestamp) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DConsoleMessage.cpp128 double ConsoleMessage::timestamp() const function in class:blink::ConsoleMessage
133 void ConsoleMessage::setTimestamp(double timestamp) argument
135 m_timestamp = timestamp;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc264 rtp_header.header.timestamp = kFirstTimestamp;
357 rtp_header.header.timestamp += 160;
375 rtp_header.header.timestamp = 0x12345678;
386 rtp_header.header.timestamp += kPayloadLengthSamples;
398 EXPECT_EQ(rtp_header.header.timestamp, test_header->timestamp);
403 // through to the sync buffer and to the playout timestamp.
417 rtp_header.header.timestamp = 0x12345678;
479 // timestamp should match the playout timestamp
480 uint32_t timestamp = 0; local
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestLoadGenerator.h38 virtual int generatePayload ( uint32_t timestamp ) = 0;
66 virtual int generatePayload ( uint32_t timestamp );
86 virtual int generatePayload ( uint32_t timestamp );
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
H A Dstream_generator.cc63 uint32_t timestamp,
71 packet.timestamp = timestamp;
62 GeneratePacket(uint16_t sequence_number, uint32_t timestamp, unsigned int size, bool first_packet, bool marker_bit, FrameType type) argument
/external/chromium_org/third_party/webrtc/video/
H A Dfull_stack.cc112 recv_times_[header.timestamp - rtp_timestamp_delta_] =
154 header.timestamp - first_send_frame_->timestamp();
157 send_times_[header.timestamp - rtp_timestamp_delta_] =
172 uint32_t send_timestamp = video_frame.timestamp() - rtp_timestamp_delta_;
175 while (frames_.front()->timestamp() < send_timestamp) {
185 EXPECT_EQ(reference_frame->timestamp(), send_timestamp);
186 assert(reference_frame->timestamp() == send_timestamp);
242 int64_t send_time_ms = send_times_[reference->timestamp()];
243 send_times_.erase(reference->timestamp());
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h47 Frame(int number, unsigned int timestamp) argument
49 frame_timestamp_(timestamp),
63 // Frame timestamp, that is used by Video Engine and RTP headers and set when
98 // one timestamp on the sending side while the decoded/rendered frames have
99 // another timestamp on the receiving side. The difference between these
118 // a frame's life cycle. This timestamp becomes the frame timestamp in the
122 // timestamp differs from the one in the Created state by a constant diff.
125 // network). This timestamp differs from the one in the Created state by a
128 // A frame that has been decoded in the decoder. This timestamp differ
[all...]
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h111 // Set frame timestamp (90kHz).
112 virtual void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } argument
114 // Get frame timestamp (90kHz).
115 virtual uint32_t timestamp() const { return timestamp_; } function in class:webrtc::I420VideoFrame

Completed in 1521 milliseconds

<<11121314151617181920>>