Searched refs:DecodeTimestampFromRational (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.h25 DecodeTimestamp MEDIA_EXPORT DecodeTimestampFromRational(int64 numer,
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 Dtrack_run_iterator.cc78 DecodeTimestamp DecodeTimestampFromRational(int64 numer, int64 denom) { function in namespace:media::mp4
486 return DecodeTimestampFromRational(sample_dts_, run_itr_->timescale);

Completed in 370 milliseconds