Searched refs:m1080p30FpsTestFiles (Results 1 – 3 of 3) sorted by relevance
80 static Map<String, String> m1080p30FpsTestFiles = new HashMap<>(); field in FrameDropTestBase110 m1080p30FpsTestFiles.put(AVC, "bbb_1920x1080_6mbps_30fps_avc.mp4"); in m1080p30FpsTestFiles.put()111 m1080p30FpsTestFiles.put(HEVC, "bbb_1920x1080_4mbps_30fps_hevc.mp4"); in m1080p30FpsTestFiles.put()112 m1080p30FpsTestFiles.put(VP8, "bbb_1920x1080_6mbps_30fps_vp8.webm"); in m1080p30FpsTestFiles.put()113 m1080p30FpsTestFiles.put(VP9, "bbb_1920x1080_4mbps_30fps_vp9.webm"); in m1080p30FpsTestFiles.put()114 m1080p30FpsTestFiles.put(AV1, "bbb_1920x1080_4mbps_30fps_av1.mp4"); in m1080p30FpsTestFiles.put()
81 String[] testFiles = new String[]{m1080p30FpsTestFiles.get(mMediaType)}; in test30Fps()
86 new String[]{m1080p30FpsTestFiles.get(mMediaType), in test30Fps()