HomeSort by relevance Sort by last modified time
    Searched refs:frames_in_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videoadapter.h 85 int frames_in_; // Number of input frames. member in class:cricket::VideoAdapter
videoadapter.cc 171 frames_in_(0),
262 ++frames_in_;
288 if ((frames_in_ - frames_out_) % 90 == 0) {
293 << " / in " << frames_in_
332 << " / in " << frames_in_

Completed in 508 milliseconds