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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.idl 51 [MeasureAs=PrefixedVideoDroppedFrameCount] readonly attribute unsigned long webkitDroppedFrameCount;
HTMLVideoElement.h 66 unsigned webkitDroppedFrameCount() const;
HTMLVideoElement.cpp 275 unsigned HTMLVideoElement::webkitDroppedFrameCount() const
  /external/chromium_org/media/test/data/eme_player_js/
fps_observer.js 57 fps = (this.video_.webkitDroppedFrameCount - this.droppedFrames_) / deltaTime;
58 this.droppedFrames_ = this.video_.webkitDroppedFrameCount;
  /external/chromium_org/tools/perf/metrics/
media.js 128 var droppedFrames = this.element.webkitDroppedFrameCount;

Completed in 338 milliseconds