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