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

/external/chromium_org/media/formats/mp4/
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 149 milliseconds