Searched refs:sRegularCodecInfos (Results 1 – 2 of 2) 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()174 mCodecInfos = sRegularCodecInfos; in MediaCodecList()
37149 Landroid/media/MediaCodecList;->sRegularCodecInfos:[Landroid/media/MediaCodecInfo;