HomeSort by relevance Sort by last modified time
    Searched full:kf_count_ (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
keyframe_test.cc 24 kf_count_ = 0;
45 kf_count_++;
46 abort_ |= kf_count_ > kf_count_max_;
51 int kf_count_; member in class:__anon10898::KeyframeTest
68 EXPECT_GT(kf_count_, 1);
78 EXPECT_EQ(1, kf_count_);

Completed in 45 milliseconds