Searched refs:sVp9Media3840x2160 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 652 private static final String[] sVp9Media3840x2160 = { field in VideoDecoderPerfTest 657 public void testVp9Count3840x2160() throws Exception { count(sVp9Media3840x2160, 2, 4); } in testVp9Count3840x2160() 658 public void testVp9Goog0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, GOOG, 0); } in testVp9Goog0Perf3840x2160() 659 public void testVp9Goog1Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, GOOG, 1); } in testVp9Goog1Perf3840x2160() 660 … public void testVp9Other0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 0); } in testVp9Other0Perf3840x2160() 661 … public void testVp9Other1Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 1); } in testVp9Other1Perf3840x2160() 662 … public void testVp9Other2Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 2); } in testVp9Other2Perf3840x2160() 663 … public void testVp9Other3Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 3); } in testVp9Other3Perf3840x2160()
|