Searched refs:start_timestamp (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/events/gestures/
H A Dfling_curve.h19 FlingCurve(const gfx::Vector2dF& velocity, base::TimeTicks start_timestamp);
23 base::TimeTicks start_timestamp() const { return start_timestamp_; } function in class:ui::FlingCurve
H A Dfling_curve.cc38 base::TimeTicks start_timestamp)
40 start_timestamp_(start_timestamp),
37 FlingCurve(const gfx::Vector2dF& velocity, base::TimeTicks start_timestamp) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_generator.h26 uint32_t start_timestamp = 0,
30 timestamp_(start_timestamp),
64 uint32_t start_timestamp,
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp),
62 TimestampJumpRtpGenerator(int samples_per_ms, uint16_t start_seq_number, uint32_t start_timestamp, uint32_t jump_from_timestamp, uint32_t jump_to_timestamp) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
H A Dstream_generator.cc25 uint32_t start_timestamp,
29 timestamp_(start_timestamp),
33 uint32_t start_timestamp,
37 timestamp_ = start_timestamp;
24 StreamGenerator(uint16_t start_seq_num, uint32_t start_timestamp, int64_t current_time) argument
32 Init(uint16_t start_seq_num, uint32_t start_timestamp, int64_t current_time) argument
H A Dstream_generator.h32 uint32_t start_timestamp,
35 uint32_t start_timestamp,
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dfilter_handler.cc39 if (filter_.start_timestamp != kInvalidTime &&
40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) {
/external/chromium_org/media/filters/
H A Daudio_clock.cc14 AudioClock::AudioClock(base::TimeDelta start_timestamp, int sample_rate) argument
15 : start_timestamp_(start_timestamp),
21 front_timestamp_(start_timestamp),
22 back_timestamp_(start_timestamp) {
H A Daudio_file_reader_unittest.cc53 base::TimeDelta start_timestamp; local
69 start_timestamp = ConvertFromTimeBase(
78 ASSERT_TRUE(reader_->SeekForTesting(start_timestamp));
H A Dsource_buffer_stream.h168 // [|start_timestamp|, |end_timestamp|).
170 // Remove(|start_timestamp|, |removal_end_timestamp|, duration) is called.
172 int GetRemovalRange(DecodeTimestamp start_timestamp,
204 // |start_timestamp| and returns the iterator pointing to it. Returns
206 RangeList::iterator FindExistingRangeFor(DecodeTimestamp start_timestamp);
263 // Find a keyframe timestamp that is >= |start_timestamp| and can be used to
268 const DecodeTimestamp start_timestamp);
H A Dsource_buffer_stream.cc600 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
602 DCHECK(start_timestamp >= DecodeTimestamp()) << start_timestamp.InSecondsF();
603 DCHECK(start_timestamp < end_timestamp)
604 << "start " << start_timestamp.InSecondsF()
615 if (range->GetEndTimestamp() < start_timestamp)
619 start_timestamp, end_timestamp, bytes_to_free, removal_end_timestamp);
1041 SourceBufferStream::FindExistingRangeFor(DecodeTimestamp start_timestamp) {
1043 if ((*itr)->BelongsToRange(start_timestamp))
1051 DecodeTimestamp start_timestamp
1243 DecodeTimestamp start_timestamp = timestamp; local
1267 FindNewSelectedRangeSeekTimestamp( const DecodeTimestamp start_timestamp) argument
[all...]
H A Daudio_clock.h51 AudioClock(base::TimeDelta start_timestamp, int sample_rate);
66 // start_timestamp = 1000 ms sample_rate = 40 Hz
74 // |start_timestamp| since no amount of media frames tracked
H A Dsource_buffer_range.cc279 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
284 KeyframeMap::iterator gop_itr = GetFirstKeyframeAt(start_timestamp, false);
294 // [keyframe]...[start_timestamp]...[end_timestamp]...[keyframe]
463 DecodeTimestamp start_timestamp = local
465 return !keyframe_map_.empty() && start_timestamp <= timestamp &&
482 DecodeTimestamp start_timestamp = media_segment_start_time_; local
483 if (start_timestamp == kNoDecodeTimestamp())
484 start_timestamp = buffers_.front()->GetDecodeTimestamp();
485 return start_timestamp;
278 GetRemovalGOP( DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, int total_bytes_to_free, DecodeTimestamp* removal_end_timestamp) argument
H A Dsource_buffer_range.h119 // [|start_timestamp|, |end_timestamp|).
121 // [|start_timestamp|, |end_removal_timestamp|) is removed.
124 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
H A Daudio_decoder_unittest.cc285 base::TimeDelta start_timestamp() const { return start_timestamp_; } function in class:media::AudioDecoderTest
350 Seek(start_timestamp());
H A Dchunk_demuxer.h69 // Append() belong to a media segment that starts at |start_timestamp|.
70 void OnNewMediaSegment(DecodeTimestamp start_timestamp);
H A Dsource_buffer_stream_unittest.cc114 void NewSegmentAppend(base::TimeDelta start_timestamp, argument
116 AppendBuffers(buffers_to_append, true, start_timestamp, false, true);
608 base::TimeDelta start_timestamp = segment_start_timestamp; local
609 if (start_timestamp == kNoTimestamp())
610 start_timestamp = buffers[0]->timestamp();
612 ASSERT_TRUE(start_timestamp <= buffers[0]->timestamp());
615 DecodeTimestamp::FromPresentationTime(start_timestamp));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc55 uint32_t start_timestamp = 0; local
57 start_timestamp = start_timestamp - 5 * kStep;
58 for (uint32_t timestamp = start_timestamp; timestamp != 5 * kStep;
H A Dneteq_unittest.cc217 void WrapTest(uint16_t start_seq_no, uint32_t start_timestamp,
1275 uint32_t start_timestamp,
1280 uint32_t timestamp = start_timestamp;
1274 WrapTest(uint16_t start_seq_no, uint32_t start_timestamp, const std::set<uint16_t>& drop_seq_numbers, bool expect_seq_no_wrap, bool expect_timestamp_wrap) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer_unittest.cc127 const GLint64 start_timestamp = 7 * base::Time::kNanosecondsPerMicrosecond; local
130 (start_timestamp / base::Time::kNanosecondsPerMicrosecond) +
143 gl_fake_queries_.SetCurrentGLTime(start_timestamp);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc315 int64 start_timestamp; local
317 if (base::StringToInt64(it.key(), &start_timestamp) &&
321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay;
325 period->set_start_timestamp(start_timestamp);
328 if (start_timestamp >= last_reported_day_) {
329 last_reported_day_ = start_timestamp;
H A Ddevice_status_collector_browsertest.cc485 EXPECT_EQ(time_period0.end_timestamp(), time_period1.start_timestamp());
488 EXPECT_EQ(time_period0.end_timestamp() - time_period0.start_timestamp(),
490 EXPECT_EQ(time_period1.end_timestamp() - time_period1.start_timestamp(),
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp_defines.h203 start_timestamp(0),
209 uint32_t start_timestamp; member in struct:webrtc::RtpState
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h88 void SetStartTimestamp(uint32_t start_timestamp);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc891 uint32_t start_timestamp = incomplete_frames_.Front()->TimeStamp(); local
893 start_timestamp = decodable_frames_.Back()->TimeStamp();
895 return incomplete_frames_.Back()->TimeStamp() - start_timestamp;
/external/chromium_org/media/base/android/
H A Dmedia_source_player_unittest.cc356 base::TimeDelta start_timestamp = current_time; local
367 EXPECT_LT(start_timestamp.InMillisecondsF(),
497 // to decode will have a timestamp equal to |start_timestamp|.
503 const base::TimeDelta& start_timestamp,
511 // |start_timestamp| must be smaller than |target_timestamp|.
512 EXPECT_LE(start_timestamp, target_timestamp);
515 int current_timestamp = start_timestamp.InMilliseconds();
502 PrerollDecoderToTime(bool is_audio, const base::TimeDelta& start_timestamp, const base::TimeDelta& target_timestamp, bool is_clock_manager) argument

Completed in 1534 milliseconds

12