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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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:__anon986::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:__anon986::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 56 milliseconds