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 23 : EncoderTest(GET_PARAM(0)), frame_count_in_(0), frame_count_out_(0),
33 frame_count_in_ = 0;
38 ++frame_count_in_;
39 abort_ |= (frame_count_in_ >= frame_count_max_);
46 unsigned int frame_count_in_; member in class:__anon24559::ConfigTest
58 EXPECT_EQ(frame_count_in_, frame_count_out_);

Completed in 972 milliseconds