Home
last modified time | relevance | path

Searched refs:framesDropped (Results 1 – 4 of 4) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DFrameDropTest.java82 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test30Fps() local
84 r5_3__H_1_1_R.setFramesDropped(framesDropped); in test30Fps()
108 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test60Fps() local
110 r5_3__H_1_1_ST.setFramesDropped(framesDropped); in test60Fps()
134 int framesDropped = testDecodeToSurface(frameRate, testFiles); in test4k() local
136 r5_3__H_1_1_U.setFramesDropped(framesDropped); in test4k()
DAdaptivePlaybackFrameDropTest.java88 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test30Fps() local
90 r5_3__H_1_2_R.setFramesDropped(framesDropped); in test30Fps()
117 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test60Fps() local
119 r5_3__H_1_2_ST.setFramesDropped(framesDropped); in test60Fps()
146 int framesDropped = testAdaptivePlaybackFrameDrop(frameRate, testFiles); in test4k() local
148 r5_3__H_1_2_U.setFramesDropped(framesDropped); in test4k()
/cts/tests/tests/view/src/android/view/cts/
DFrameMetricsListenerTest.java172 final AtomicInteger framesDropped = new AtomicInteger(); in testDropCount() local
180 framesDropped.addAndGet(dropCount); in testDropCount()
192 PollingCheck.waitFor(() -> framesDropped.get() > 0); in testDropCount()
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DPerformanceClassEvaluator.java1014 public void setFramesDropped(int framesDropped) { in setFramesDropped() argument
1015 this.setMeasuredValue(RequirementConstants.FRAMES_DROPPED, framesDropped); in setFramesDropped()