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

  /external/webrtc/webrtc/video/
video_capture_input_unittest.cc 99 ScopedVector<VideoFrame> input_frames_; member in class:webrtc::VideoCaptureInputTest
141 input_frames_.push_back(CreateVideoFrame(0));
142 input_frames_[0]->set_render_time_ms(5);
143 input_frames_[0]->set_ntp_time_ms(0);
145 AddInputFrame(input_frames_[0]);
148 input_frames_[0]->render_time_ms());
152 input_frames_.push_back(CreateVideoFrame(0));
153 input_frames_[0]->set_render_time_ms(0);
154 input_frames_[0]->set_ntp_time_ms(1);
155 input_frames_[0]->set_timestamp(0)
    [all...]

Completed in 99 milliseconds