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

  /external/libvpx/libvpx/test/
config_test.cc 22 frame_count_in_(0), frame_count_out_(0), frame_count_max_(0) {}
30 frame_count_in_ = 0;
35 ++frame_count_in_;
36 abort_ |= (frame_count_in_ >= frame_count_max_);
43 unsigned int frame_count_in_; member in class:__anon21154::ConfigTest
55 EXPECT_EQ(frame_count_in_, frame_count_out_);

Completed in 44 milliseconds