Searched refs:mSupportedHdrTypes (Results 1 – 1 of 1) sorted by relevance
94 private Set<String> mSupportedHdrTypes = new HashSet<>(); field in ApplicationMediaCapabilities104 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.Builder445 mSupportedHdrTypes.add(MediaFeature.HdrType.HDR10); in parseFormatTag()[all …]