Searched refs:last_pts_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddatarate_test.cc35 last_pts_ = 0;
55 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
61 if (last_pts_ == 0)
90 first_drop_ = last_pts_ + 1;
93 last_pts_ = pkt->data.frame.pts;
106 duration_ = (last_pts_ + 1) * timebase_;
116 vpx_codec_pts_t last_pts_; member in class:__anon12979::DatarateTestLarge
237 last_pts_ = 0;
341 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
346 first_drop_ = last_pts_
389 vpx_codec_pts_t last_pts_; member in class:__anon12979::DatarateTestVP9Large
[all...]
H A Dencode_test_driver.h178 last_pts_(0) {}
246 vpx_codec_pts_t last_pts_; member in class:libvpx_test::EncoderTest
H A Dencode_test_driver.cc148 last_pts_ = 0;
189 ASSERT_GE(pkt->data.frame.pts, last_pts_);
190 last_pts_ = pkt->data.frame.pts;
/external/libvpx/libvpx/test/
H A Ddatarate_test.cc35 last_pts_ = 0;
52 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
58 if (last_pts_ == 0)
87 first_drop_ = last_pts_ + 1;
90 last_pts_ = pkt->data.frame.pts;
103 duration_ = (last_pts_ + 1) * timebase_;
113 vpx_codec_pts_t last_pts_; member in class:__anon24777::DatarateTestLarge
200 last_pts_ = 0;
301 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
306 first_drop_ = last_pts_
349 vpx_codec_pts_t last_pts_; member in class:__anon24777::DatarateTestVP9Large
[all...]
H A Dencode_test_driver.h178 last_pts_(0) {}
237 vpx_codec_pts_t last_pts_; member in class:libvpx_test::EncoderTest
H A Dencode_test_driver.cc145 last_pts_ = 0;
183 ASSERT_GE(pkt->data.frame.pts, last_pts_);
184 last_pts_ = pkt->data.frame.pts;

Completed in 422 milliseconds