HomeSort by relevance Sort by last modified time
    Searched refs:kNoDecodeTimestamp (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/media/base/
stream_parser.cc 51 DecodeTimestamp last_decode_timestamp = kNoDecodeTimestamp();
73 DecodeTimestamp next_decode_timestamp = kNoDecodeTimestamp();
84 if (last_decode_timestamp != kNoDecodeTimestamp() &&
89 next_decode_timestamp == kNoDecodeTimestamp()) {
stream_parser_buffer.cc 65 if (decode_timestamp_ == kNoDecodeTimestamp())
82 decode_timestamp_(kNoDecodeTimestamp()),
stream_parser_buffer.h 98 MEDIA_EXPORT extern inline DecodeTimestamp kNoDecodeTimestamp() {
  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser_unittest.cc 55 audio_min_dts_(kNoDecodeTimestamp()),
56 audio_max_dts_(kNoDecodeTimestamp()),
57 video_min_dts_(kNoDecodeTimestamp()),
58 video_max_dts_(kNoDecodeTimestamp()) {
79 audio_min_dts_ = kNoDecodeTimestamp();
80 audio_max_dts_ = kNoDecodeTimestamp();
81 video_min_dts_ = kNoDecodeTimestamp();
82 video_max_dts_ = kNoDecodeTimestamp();
154 if (video_max_dts_ != kNoDecodeTimestamp() && first_dts < video_max_dts_)
156 if (video_min_dts_ == kNoDecodeTimestamp())
    [all...]
es_parser.cc 13 : dts(kNoDecodeTimestamp()),
es_parser_test_base.cc 75 DecodeTimestamp dts = kNoDecodeTimestamp();
es_parser_h264.cc 207 if (current_timing_desc.dts == kNoDecodeTimestamp()) {
ts_section_pes.cc 216 DecodeTimestamp media_dts(kNoDecodeTimestamp());
  /external/chromium_org/media/filters/
source_buffer_stream.cc 23 DecodeTimestamp prev = kNoDecodeTimestamp();
26 if (prev != kNoDecodeTimestamp() && prev >= (*itr)->GetStartTimestamp())
82 media_segment_start_time_(kNoDecodeTimestamp()),
85 last_appended_buffer_timestamp_(kNoDecodeTimestamp()),
87 last_output_buffer_timestamp_(kNoDecodeTimestamp()),
108 media_segment_start_time_(kNoDecodeTimestamp()),
111 last_appended_buffer_timestamp_(kNoDecodeTimestamp()),
113 last_output_buffer_timestamp_(kNoDecodeTimestamp()),
135 media_segment_start_time_(kNoDecodeTimestamp()),
138 last_appended_buffer_timestamp_(kNoDecodeTimestamp()),
    [all...]
source_buffer_range.cc 48 DCHECK(media_segment_start_time_ == kNoDecodeTimestamp() ||
54 DCHECK((*itr)->GetDecodeTimestamp() != kNoDecodeTimestamp());
126 DecodeTimestamp new_range_start_timestamp = kNoDecodeTimestamp();
244 media_segment_start_time_ = kNoDecodeTimestamp();
368 if (next_buffer_timestamp == kNoDecodeTimestamp() ||
418 return kNoDecodeTimestamp();
483 if (start_timestamp == kNoDecodeTimestamp())
506 return kNoDecodeTimestamp();
510 return kNoDecodeTimestamp();
529 return kNoDecodeTimestamp();
    [all...]
frame_processor.cc 111 : last_decode_timestamp_(kNoDecodeTimestamp()),
126 last_decode_timestamp_ = kNoDecodeTimestamp();
456 if (decode_timestamp == kNoDecodeTimestamp()) {
550 if (last_decode_timestamp != kNoDecodeTimestamp()) {
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser_unittest.cc 104 audio_buffers.back()->GetDecodeTimestamp() : kNoDecodeTimestamp();
106 video_buffers.back()->GetDecodeTimestamp() : kNoDecodeTimestamp();
108 (audio == kNoDecodeTimestamp() ||
109 (video != kNoDecodeTimestamp() && audio > video)) ? video : audio;
111 DCHECK(second_highest_timestamp != kNoDecodeTimestamp());
113 if (lower_bound_ != kNoDecodeTimestamp() &&
131 lower_bound_ = kNoDecodeTimestamp();
  /external/chromium_org/media/formats/webm/
webm_cluster_parser.cc 47 ready_buffer_upper_bound_(kNoDecodeTimestamp()),
68 ready_buffer_upper_bound_ = kNoDecodeTimestamp();
75 ready_buffer_upper_bound_ = kNoDecodeTimestamp();
111 if (ready_buffer_upper_bound_ == kNoDecodeTimestamp())
118 if (ready_buffer_upper_bound_ == kNoDecodeTimestamp())
126 if (ready_buffer_upper_bound_ == kNoDecodeTimestamp())
454 DCHECK(kNoDecodeTimestamp() != before_timestamp);
647 DCHECK(ready_buffer_upper_bound_ == kNoDecodeTimestamp());
664 DCHECK(kNoDecodeTimestamp() != ready_buffer_upper_bound_);

Completed in 223 milliseconds