Searched refs:sRegularCodecInfos (Results 1 – 2 of 2) sorted by relevance
43 return sRegularCodecInfos.length; in getCodecCount()58 if (index < 0 || index > sRegularCodecInfos.length) { in getCodecInfoAt()61 return sRegularCodecInfos[index]; in getCodecInfoAt()75 private static MediaCodecInfo[] sRegularCodecInfos; field in MediaCodecList80 if (sRegularCodecInfos == null) { in initCodecList()96 sRegularCodecInfos = in initCodecList()174 mCodecInfos = sRegularCodecInfos; in MediaCodecList()
27020 Landroid/media/MediaCodecList;->sRegularCodecInfos:[Landroid/media/MediaCodecInfo;