Searched refs:numGoog (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 270 private void count(int[] resources, int numGoog, int numOther) throws Exception { in count() argument 272 MediaUtils.verifyNumCodecs(numGoog, false /* isEncoder */, true /* 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 171 MediaUtils.verifyNumCodecs(numGoog, true /* isEncoder */, true /* isGoog */, format); in count()
|