Home
last modified time | relevance | path

Searched defs:time_base (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
Dvideo_common.h20 struct VpxRational time_base; member
/external/libvpx/libvpx/
Dvideo_common.h20 struct VpxRational time_base; member
/external/chromium_org/media/ffmpeg/
Dffmpeg_common.cc52 base::TimeDelta ConvertFromTimeBase(const AVRational& time_base, in ConvertFromTimeBase()
58 int64 ConvertToTimeBase(const AVRational& time_base, in ConvertToTimeBase()
Dffmpeg_common_unittest.cc71 AVRational time_base; in TEST_F() local
/external/chromium_org/media/filters/
Dffmpeg_demuxer.cc395 const AVRational& time_base, int64 timestamp) { in ConvertStreamTimestamp()