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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 191 std::map<unsigned int, int64_t> received_frames_; member in class:FrameDropDetector
framedrop_primitives.cc 334 received_frames_[timestamp] = report_time_us;
356 for (it = received_frames_.begin(); it != received_frames_.end(); ++it) {
380 if (received_frames_.find(encoded_timestamp) == received_frames_.end()) {
401 ViETest::Log(" Received frames: %ld", received_frames_.size());

Completed in 713 milliseconds