Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecList.java43 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 MediaCodecList
80 if (sRegularCodecInfos == null) { in initCodecList()
96 sRegularCodecInfos = in initCodecList()
174 mCodecInfos = sRegularCodecInfos; in MediaCodecList()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt27020 Landroid/media/MediaCodecList;->sRegularCodecInfos:[Landroid/media/MediaCodecInfo;