Searched refs:sVp9Media3840x2160 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 589 private static final int[] sVp9Media3840x2160 = { field in VideoDecoderPerfTest 594 public void testVp9Count3840x2160() throws Exception { count(sVp9Media3840x2160, 1, 4); } in testVp9Count3840x2160() 595 public void testVp9Goog0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, GOOG, 0); } in testVp9Goog0Perf3840x2160() 596 … public void testVp9Other0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 0); } in testVp9Other0Perf3840x2160() 597 … public void testVp9Other1Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 1); } in testVp9Other1Perf3840x2160() 598 … public void testVp9Other2Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 2); } in testVp9Other2Perf3840x2160() 599 … public void testVp9Other3Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 3); } in testVp9Other3Perf3840x2160()
|