Home
last modified time | relevance | path

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

/packages/modules/Media/apex/framework/java/android/media/
DApplicationMediaCapabilities.java94 private Set<String> mSupportedHdrTypes = new HashSet<>(); field in ApplicationMediaCapabilities
104 mSupportedHdrTypes.addAll(b.getSupportedHdrTypes()); in ApplicationMediaCapabilities()
138 if (mSupportedHdrTypes.contains(hdrType)) { in isHdrTypeSupported()
154 || mSupportedHdrTypes.contains(format) || mUnsupportedHdrTypes.contains(format)) { in isFormatSpecified()
179 dest.writeInt(mSupportedHdrTypes.size()); in writeToParcel()
180 for (String cap : mSupportedHdrTypes) { in writeToParcel()
197 caps += "Supported HDR types: " + mSupportedHdrTypes.toString(); in toString()
269 return new ArrayList<>(mSupportedHdrTypes); in getSupportedHdrTypes()
331 private Set<String> mSupportedHdrTypes = new HashSet<>(); field in ApplicationMediaCapabilities.Builder
445 mSupportedHdrTypes.add(MediaFeature.HdrType.HDR10); in parseFormatTag()
[all …]