Searched refs:set_repeat (Results 1 – 3 of 3) sorted by relevance
148 capturer_->set_repeat(0); in TEST_F()161 capturer_->set_repeat(cricket::FileVideoCapturer::kForever); in TEST_F()183 capturer_->set_repeat(0); in TEST_F()
101 void set_repeat(int repeat) { repeat_ = repeat; } in set_repeat() function
227 capturer->set_repeat(FileVideoCapturer::kForever); in MaybeConstructFakeVideoCapturer()