Searched refs:codecCount (Results 1 – 2 of 2) sorted by relevance
32 int codecCount = allocateCodecs(MAX_INSTANCES); in onResume() local35 if (codecCount == 0) { in onResume()41 if (mChangingCodecImportance && result == RESULT_OK && codecCount < MAX_INSTANCES) { in onResume()
130 int codecCount = MediaCodecList.getCodecCount(); in getLegacyInfos() local131 MediaCodecInfo[] res = new MediaCodecInfo[codecCount]; in getLegacyInfos()133 for (int i = 0; i < codecCount; ++i) { in getLegacyInfos()