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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.cc 392 _frameCounter(0)
399 _frameCounter++;
400 if (_frameCounter > _dropsBetweenRenders)
402 _frameCounter = 0;
video_source.h 104 unsigned int _frameCounter;

Completed in 207 milliseconds