Home
last modified time | relevance | path

Searched refs:sRegularCodecInfos (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecList.java44 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 MediaCodecList
81 if (sRegularCodecInfos == null) { in initCodecList()
97 sRegularCodecInfos = in initCodecList()
172 mCodecInfos = sRegularCodecInfos; in MediaCodecList()