Home
last modified time | relevance | path

Searched refs:numOther (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java294 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/
DVideoEncoderDecoderTest.java168 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()