HomeSort by relevance Sort by last modified time
    Searched full:frame_count_out_ (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) {}
31 frame_count_out_ = 0;
40 ++frame_count_out_;
44 unsigned int frame_count_out_; member in class:__anon21154::ConfigTest
55 EXPECT_EQ(frame_count_in_, frame_count_out_);

Completed in 91 milliseconds