Home
last modified time | relevance | path

Searched refs:sRegularCodecInfos (Results 1 – 2 of 2) 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()
174 mCodecInfos = sRegularCodecInfos; in MediaCodecList()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37149 Landroid/media/MediaCodecList;->sRegularCodecInfos:[Landroid/media/MediaCodecInfo;