Home
last modified time | relevance | path

Searched defs:testFiles (Results 1 – 7 of 7) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DFrameDropTest.java58 private int testDecodeToSurface(int frameRate, String[] testFiles) throws Exception { in testDecodeToSurface()
81 String[] testFiles = new String[]{m1080p30FpsTestFiles.get(mMime)}; in test30Fps() local
107 String[] testFiles = new String[]{m1080p60FpsTestFiles.get(mMime)}; in test60Fps() local
133 String[] testFiles = new String[]{m2160p60FpsTestFiles.get(mMime)}; in test4k() local
DAdaptivePlaybackFrameDropTest.java60 private int testAdaptivePlaybackFrameDrop(int frameRate, String[] testFiles) throws Exception { in testAdaptivePlaybackFrameDrop()
85 String[] testFiles = in test30Fps() local
113 String[] testFiles = in test60Fps() local
141 String[] testFiles = in test4k() local
DMultiDecoderPerfTest.java157 private void testCodec(Map<String, String> testFiles, int height, int width, in testCodec() argument
DMultiTranscoderPerfTest.java170 private void testCodec(Map<String, String> testFiles, int height, int width, in testCodec() argument
DMultiDecoderPairPerfTest.java208 private void testCodec(Map<String, String> testFiles, Map<String, String> widevineTestFiles, in testCodec() argument
DPlaybackFrameDrop.java134 PlaybackFrameDrop(String mime, String decoderName, String[] testFiles, Surface surface, in PlaybackFrameDrop()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentTests.java124 List<String> testFiles = Lists.newArrayList(); in readAllFromAssets() local