Searched refs:last_pts_ (Results 1 – 4 of 4) sorted by relevance
36 last_pts_ = 0; in ResetModel()68 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()74 if (last_pts_ == 0) in FramePktHook()103 first_drop_ = last_pts_ + 1; in FramePktHook()106 last_pts_ = pkt->data.frame.pts; in FramePktHook()119 duration_ = (last_pts_ + 1) * timebase_; in EndPassHook()129 vpx_codec_pts_t last_pts_; member in __anon7e2833410111::DatarateTestLarge275 last_pts_ = 0; in ResetModel()389 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()394 first_drop_ = last_pts_ + 1; in FramePktHook()[all …]
408 last_pts_ = 0; in Reset()502 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()516 last_pts_ = pkt->data.frame.pts; in FramePktHook()521 duration_ = (last_pts_ + 1) * timebase_; in EndPassHook()536 vpx_codec_pts_t last_pts_; member in __anon43091c670111::ErrorResilienceTestLargeCodecControls
182 last_pts_ = 0; in RunLoop()233 ASSERT_GE(pkt->data.frame.pts, last_pts_); in RunLoop()234 last_pts_ = pkt->data.frame.pts; in RunLoop()
196 last_pts_(0) { in EncoderTest()273 vpx_codec_pts_t last_pts_; variable