Searched defs:framesDropped (Results 1 – 4 of 4) sorted by relevance
82 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test30Fps() local108 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test60Fps() local134 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test4k() local
87 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test30Fps() local115 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test60Fps() local143 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test4k() local
162 final AtomicInteger framesDropped = new AtomicInteger(); in testDropCount() local
1297 public void setFramesDropped(int framesDropped) { in setFramesDropped()