Searched refs:mRegularInfos (Results 1 – 1 of 1) sorted by relevance
67 private final MediaCodecInfo[] mRegularInfos = field in MediaCodecListTest221 testComponentInstantiation(mRegularInfos); in testRegularComponentInstantiation()251 testGetCapabilities(mRegularInfos); in testGetRegularCapabilities()268 assertEquals(legacyInfos.length, mRegularInfos.length); in testLegacyMediaCodecListIsSameAsRegular()270 assertEquals(legacyInfos[i], mRegularInfos[i]); in testLegacyMediaCodecListIsSameAsRegular()280 if (ix == mRegularInfos.length) { in testRegularMediaCodecListIsASubsetOfAll()283 if (!mRegularInfos[ix].getName().equals(info.getName())) { in testRegularMediaCodecListIsASubsetOfAll()288 assertSuperset(info, mRegularInfos[ix]); in testRegularMediaCodecListIsASubsetOfAll()292 "some regular codecs are not listed in all codecs", ix, mRegularInfos.length); in testRegularMediaCodecListIsASubsetOfAll()375 for (MediaCodecInfo info : mRegularInfos) { in getSupportedCodecTypes()