Searched refs:numOther (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 294 private void count(int[] resources, int numGoog, int numOther) throws Exception { in count() argument 297 MediaUtils.verifyNumCodecs(numOther, false /* isEncoder */, false /* isGoog */, formats); in count()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 168 private void count(String mime, int width, int height, int numGoog, int numOther) in count() argument 172 MediaUtils.verifyNumCodecs(numOther, true /* isEncoder */, false /* isGoog */, format); in count()
|