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

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 115 private int droppedFrames;
290 droppedFrames = 0;
301 Logging.d(TAG, "Java releaseDecoder. Total number of dropped frames: " + droppedFrames);
606 ++droppedFrames;
615 // + droppedFrame.timeStampMs + ". Total number of dropped frames: " + droppedFrames);
618 + droppedFrame.timeStampMs + ". Total number of dropped frames: " + droppedFrames);
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 206 int64_t droppedFrames = 0;

Completed in 1025 milliseconds