Searched refs:framesDropped (Results 1 – 4 of 4) sorted by relevance
82 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test30Fps() local84 r5_3__H_1_1_R.setFramesDropped(framesDropped); in test30Fps()108 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test60Fps() local110 r5_3__H_1_1_ST.setFramesDropped(framesDropped); in test60Fps()134 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test4k() local136 r5_3__H_1_1_U.setFramesDropped(framesDropped); in test4k()
88 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test30Fps() local90 r5_3__H_1_2_R.setFramesDropped(framesDropped); in test30Fps()117 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test60Fps() local119 r5_3__H_1_2_ST.setFramesDropped(framesDropped); in test60Fps()146 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test4k() local148 r5_3__H_1_2_U.setFramesDropped(framesDropped); in test4k()
172 final AtomicInteger framesDropped = new AtomicInteger(); in testDropCount() local180 framesDropped.addAndGet(dropCount); in testDropCount()192 PollingCheck.waitFor(() -> framesDropped.get() > 0); in testDropCount()
1014 public void setFramesDropped(int framesDropped) { in setFramesDropped() argument1015 this.setMeasuredValue(RequirementConstants.FRAMES_DROPPED, framesDropped); in setFramesDropped()