Home
last modified time | relevance | path

Searched refs:numGoog (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
296 MediaUtils.verifyNumCodecs(numGoog, false /* isEncoder */, true /* 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
171 MediaUtils.verifyNumCodecs(numGoog, true /* isEncoder */, true /* isGoog */, format); in count()