Searched refs:kMicrosBase (Results 1 – 1 of 1) sorted by relevance
50 static const AVRational kMicrosBase = { 1, base::Time::kMicrosecondsPerSecond }; variable54 int64 microseconds = av_rescale_q(timestamp, time_base, kMicrosBase); in ConvertFromTimeBase()60 return av_rescale_q(timestamp.InMicroseconds(), kMicrosBase, time_base); in ConvertToTimeBase()