Home
last modified time | relevance | path

Searched refs:current_frame_num_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/
Dframe_generator.cc146 current_frame_num_(num_frames_ - 1), in ScrollingImageFrameGenerator()
186 while (current_frame_num_ != frame_num) { in UpdateSourceFrame()
188 current_frame_num_ = (current_frame_num_ + 1) % num_frames_; in UpdateSourceFrame()
228 size_t current_frame_num_; member in webrtc::test::__anona15121900111::ScrollingImageFrameGenerator