Searched refs:sRegularCodecInfos (Results 1 – 1 of 1) sorted by relevance
44 return sRegularCodecInfos.length; in getCodecCount()59 if (index < 0 || index > sRegularCodecInfos.length) { in getCodecInfoAt()62 return sRegularCodecInfos[index]; in getCodecInfoAt()76 private static MediaCodecInfo[] sRegularCodecInfos; field in MediaCodecList81 if (sRegularCodecInfos == null) { in initCodecList()97 sRegularCodecInfos = in initCodecList()172 mCodecInfos = sRegularCodecInfos; in MediaCodecList()