Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerTestActivity2.java32 int codecCount = allocateCodecs(MAX_INSTANCES); in onResume() local
35 if (codecCount == 0) { in onResume()
41 if (mChangingCodecImportance && result == RESULT_OK && codecCount < MAX_INSTANCES) { in onResume()
DMediaCodecListTest.java130 int codecCount = MediaCodecList.getCodecCount(); in getLegacyInfos() local
131 MediaCodecInfo[] res = new MediaCodecInfo[codecCount]; in getLegacyInfos()
133 for (int i = 0; i < codecCount; ++i) { in getLegacyInfos()