Searched refs:dts (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Des_parser.h36 DecodeTimestamp dts);
47 TimingDesc(DecodeTimestamp dts, base::TimeDelta pts);
49 DecodeTimestamp dts; member in struct:media::mp2t::EsParser::TimingDesc
H A Des_parser.cc13 : dts(kNoDecodeTimestamp()),
19 : dts(dts_in),
32 DecodeTimestamp dts) {
38 TimingDesc timing_desc(dts, pts);
30 Parse(const uint8* buf, int size, base::TimeDelta pts, DecodeTimestamp dts) argument
H A Des_parser_test_base.cc75 DecodeTimestamp dts = kNoDecodeTimestamp(); local
80 if (!es_parser->Parse(&stream_[cur_pes_offset], cur_pes_size, pts, dts))
H A Des_parser_h264.cc207 if (current_timing_desc.dts == kNoDecodeTimestamp()) {
208 current_timing_desc.dts =
246 stream_parser_buffer->SetDecodeTimestamp(current_timing_desc.dts);
H A Dts_section_pes.cc223 int64 dts = timestamp_unroller_->GetUnrolledTimestamp( local
225 media_dts = DecodeTimestamp::FromMicroseconds((1000 * dts) / 90);
240 << " dts=" << media_dts.InMilliseconds()
/external/lldb/test/pexpect-2.4/examples/
H A Dtopip.py244 #dts = time.strftime('%Y:%m:%d:%H:%M:%S', time.localtime())
245 dts = time.asctime()
246 fout.write ('%s - %d connections from %s\n' % (dts,s['maxip'][1],str(s['maxip'][0])))
/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.h79 DecodeTimestamp dts() const;
H A Dtrack_run_iterator_unittest.cc297 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(0, kAudioScale));
307 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(1024 * 9, kAudioScale));
323 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(base_dts, kVideoScale));
330 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(1024 * 10, kAudioScale));
355 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(50, kAudioScale));
433 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(0, kVideoScale));
437 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(1, kVideoScale));
441 EXPECT_EQ(iter_->dts(), DecodeTimestampFromRational(3, kVideoScale));
H A Dmp4_stream_parser.cc536 stream_buf->SetDecodeTimestamp(runs_->dts());
542 << ", dts=" << runs_->dts().InMilliseconds()
H A Dtrack_run_iterator.cc484 DecodeTimestamp TrackRunIterator::dts() const { function in class:media::mp4::TrackRunIterator
/external/tcpdump/
H A Dprint-udp.c214 double ts, dts; local
276 dts = (double)(EXTRACT_32BITS(&rr->rr_dlsr)) / 65536.;
280 EXTRACT_32BITS(&rr->rr_dv), ts, dts);

Completed in 119 milliseconds