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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 93 int frames_in_; // Number of input frames. member in class:cricket::VideoAdapter
videoadapter.cc 166 frames_in_(0),
270 ++frames_in_;
299 if ((frames_in_ - frames_out_) % 90 == 0) {
304 << " / in " << frames_in_
368 << " / in " << frames_in_

Completed in 35 milliseconds