Searched refs:kNoTimestamp (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/media/base/
H A Dbuffers.h34 MEDIA_EXPORT extern inline base::TimeDelta kNoTimestamp() { function in namespace:media
H A Daudio_timestamp_helper.cc13 : base_timestamp_(kNoTimestamp()),
31 DCHECK(base_timestamp_ != kNoTimestamp());
46 DCHECK(base_timestamp_ != kNoTimestamp());
70 DCHECK(base_timestamp_ != kNoTimestamp());
H A Ddecoder_buffer_queue.cc15 : earliest_valid_timestamp_(kNoTimestamp()),
32 if (buffer->timestamp() == kNoTimestamp()) {
37 if (earliest_valid_timestamp_ == kNoTimestamp()) {
75 earliest_valid_timestamp_ = kNoTimestamp();
H A Dtime_delta_interpolator.cc18 upper_bound_(kNoTimestamp()),
49 DCHECK(lower_bound != kNoTimestamp());
57 DCHECK(upper_bound != kNoTimestamp());
73 if (upper_bound_ == kNoTimestamp())
H A Daudio_discard_helper.h60 return timestamp_helper_.base_timestamp() != kNoTimestamp();
83 // The last encoded buffer timestamp seen by ProcessBuffers() or kNoTimestamp
H A Daudio_discard_helper.cc17 if (last_timestamp == kNoTimestamp() || last_timestamp < current_timestamp)
31 last_input_timestamp_(kNoTimestamp()),
47 last_input_timestamp_ = kNoTimestamp();
48 timestamp_helper_.SetBaseTimestamp(kNoTimestamp());
57 DCHECK(encoded_buffer->timestamp() != kNoTimestamp());
H A Daudio_splicer.h56 // then call SetSpliceTimestamp(kNoTimestamp()) to signal that future buffers
92 splice_timestamp_ = max_splice_end_timestamp_ = kNoTimestamp();
H A Daudio_timestamp_helper_unittest.cc61 helper_.SetBaseTimestamp(kNoTimestamp());
62 EXPECT_TRUE(kNoTimestamp() == helper_.base_timestamp());
H A Daudio_splicer.cc102 ResetTimestampState(0, kNoTimestamp());
123 DCHECK(input->timestamp() != kNoTimestamp());
127 if (output_timestamp_helper_.base_timestamp() == kNoTimestamp())
233 splice_timestamp_(kNoTimestamp()),
234 max_splice_end_timestamp_(kNoTimestamp()),
252 if (splice_timestamp_ == kNoTimestamp()) {
295 if (output_ts_helper.base_timestamp() == kNoTimestamp()) {
346 if (splice_timestamp == kNoTimestamp()) {
347 DCHECK(splice_timestamp_ != kNoTimestamp());
360 CHECK(splice_timestamp_ == kNoTimestamp());
[all...]
H A Ddemuxer_perftest.cc93 last_read_timestamp_.push_back(media::kNoTimestamp());
101 last_read_timestamp_.push_back(media::kNoTimestamp());
121 CHECK(end_of_stream || timestamp != media::kNoTimestamp());
144 *timestamp = *end_of_stream ? media::kNoTimestamp() : buffer->timestamp();
156 if (last_read_timestamp_[i] == media::kNoTimestamp())
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_state.cc34 media_time_(::media::kNoTimestamp()),
35 max_rendering_time_(::media::kNoTimestamp()),
36 buffered_time_(::media::kNoTimestamp()) {
85 if (media_time_ == ::media::kNoTimestamp() ||
86 buffered_time == ::media::kNoTimestamp()) {
106 if (media_time_ == ::media::kNoTimestamp() ||
107 buffered_time_ == ::media::kNoTimestamp()) {
H A Dbuffering_controller.cc90 base::TimeDelta max_rendering_time(::media::kNoTimestamp());
95 if (max_stream_rendering_time == ::media::kNoTimestamp())
96 return ::media::kNoTimestamp();
97 if (max_rendering_time == ::media::kNoTimestamp() ||
H A Dbalanced_media_task_runner_factory.cc92 // Return ::media::kNoTimestamp() if no media task has been posted.
114 // Is initialized to ::media::kNoTimestamp().
123 last_timestamp_(::media::kNoTimestamp()) {
136 if (last_timestamp_ != ::media::kNoTimestamp() &&
158 if (timestamp == ::media::kNoTimestamp()) {
166 if (last_timestamp_ != ::media::kNoTimestamp() &&
225 if (timestamp == ::media::kNoTimestamp())
/external/chromium_org/media/base/android/
H A Dmedia_decoder_job.cc91 OnDecodeCompleted(MEDIA_CODEC_STOPPED, kNoTimestamp(), kNoTimestamp());
343 MEDIA_CODEC_OK, kNoTimestamp(), kNoTimestamp()));
378 callback.Run(reset_status, kNoTimestamp(), kNoTimestamp());
391 callback.Run(MEDIA_CODEC_STOPPED, kNoTimestamp(), kNoTimestamp());
399 callback.Run(MEDIA_CODEC_OUTPUT_END_OF_STREAM, kNoTimestamp(),
400 kNoTimestamp());
[all...]
/external/chromium_org/media/formats/mp2t/
H A Des_parser.cc14 pts(kNoTimestamp()) {
36 if (pts != kNoTimestamp()) {
H A Des_adapter_video.cc110 if (buffer->duration() == kNoTimestamp()) {
112 if (next_frame_pts == kNoTimestamp()) {
135 base::TimeDelta next_pts = kNoTimestamp();
143 if (next_pts == kNoTimestamp() || next_pts > (*it)->timestamp())
154 if (next_pts == kNoTimestamp() || next_pts > *it)
H A Des_parser_test_base.cc23 pts(kNoTimestamp()) {
74 base::TimeDelta pts = kNoTimestamp();
114 cur_pes_packet.pts = kNoTimestamp();
H A Des_parser_adts.cc139 if (current_timing_desc.pts != kNoTimestamp())
142 if (audio_timestamp_helper_->base_timestamp() == kNoTimestamp()) {
242 audio_timestamp_helper_->base_timestamp() != kNoTimestamp()) {
H A Des_parser_mpeg1audio.cc63 if (current_timing_desc.pts != kNoTimestamp())
66 if (audio_timestamp_helper_->base_timestamp() == kNoTimestamp()) {
186 audio_timestamp_helper_->base_timestamp() != kNoTimestamp()) {
/external/chromium_org/media/filters/
H A Dframe_processor.cc80 // frame group. Initially kNoTimestamp(), meaning "unset".
84 // coded frame group. Initially kNoTimestamp(), meaning "unset".
88 // in the current coded frame group. Initially kNoTimestamp(), meaning
112 last_frame_duration_(kNoTimestamp()),
113 highest_presentation_timestamp_(kNoTimestamp()),
127 last_frame_duration_ = kNoTimestamp();
128 highest_presentation_timestamp_ = kNoTimestamp();
134 if (highest_presentation_timestamp_ == kNoTimestamp() ||
159 group_start_timestamp_(kNoTimestamp()),
178 DCHECK(kNoTimestamp() !
[all...]
H A Dffmpeg_demuxer.cc61 DCHECK(start_time_estimate != kNoTimestamp());
63 return start_time_estimate == kInfiniteDuration() ? kNoTimestamp()
95 last_packet_timestamp_(kNoTimestamp()),
96 last_packet_duration_(kNoTimestamp()),
264 if (last_packet_timestamp_ != kNoTimestamp()) {
290 buffer->set_duration(kNoTimestamp());
293 // Note: If pts is AV_NOPTS_VALUE, stream_timestamp will be kNoTimestamp().
297 if (stream_timestamp != kNoTimestamp()) {
320 buffer->duration() != kNoTimestamp()) {
333 buffer->set_timestamp(kNoTimestamp());
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_audio_decoder.cc140 last_input_timestamp_(kNoTimestamp()),
234 if (last_input_timestamp_ == kNoTimestamp()) {
244 } else if (timestamp != kNoTimestamp()) {
300 if (output_timestamp_helper_->base_timestamp() == kNoTimestamp() &&
302 DCHECK(timestamp != kNoTimestamp());
411 output_timestamp_helper_->SetBaseTimestamp(kNoTimestamp());
412 last_input_timestamp_ = kNoTimestamp();
/external/chromium_org/media/formats/webm/
H A Dwebm_cluster_parser.cc43 cluster_start_time_(kNoTimestamp()),
53 it->first, Track(it->first, false, kNoTimestamp(), log_cb_)));
62 cluster_start_time_ = kNoTimestamp();
88 if (cluster_start_time_ == kNoTimestamp()) {
146 cluster_start_time_ = kNoTimestamp();
407 if (cluster_start_time_ == kNoTimestamp())
434 estimated_next_frame_duration_(kNoTimestamp()),
436 DCHECK(default_duration_ == kNoTimestamp() ||
511 if (buffer->duration() == kNoTimestamp()) {
587 if (duration < base::TimeDelta() || duration == kNoTimestamp()) {
[all...]
H A Dwebm_cluster_parser_unittest.cc244 kNoTimestamp(),
246 kNoTimestamp(),
261 ASSERT_NE(kNoTimestamp(), default_audio_duration);
262 ASSERT_NE(kNoTimestamp(), default_video_duration);
298 ASSERT_NE(kNoTimestamp(), default_audio_duration);
303 kNoTimestamp(),
493 kNoTimestamp(),
495 kNoTimestamp(),
538 kNoTimestamp(),
540 kNoTimestamp(),
[all...]
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.cc138 max_pts_ = ::media::kNoTimestamp();
188 input->timestamp() != ::media::kNoTimestamp() &&
189 (max_pts_ == ::media::kNoTimestamp() || input->timestamp() > max_pts_)) {

Completed in 513 milliseconds

123