Searched refs:HdrType (Results 1 – 7 of 7) sorted by relevance
35 public static final class HdrType { class in MediaFeature36 private HdrType() { in HdrType() method in MediaFeature.HdrType59 HdrType.DOLBY_VISION,60 HdrType.HDR10,61 HdrType.HDR10_PLUS,62 HdrType.HLG,
445 mSupportedHdrTypes.add(MediaFeature.HdrType.HDR10); in parseFormatTag()447 mUnsupportedHdrTypes.add(MediaFeature.HdrType.HDR10); in parseFormatTag()452 mSupportedHdrTypes.add(MediaFeature.HdrType.HDR10_PLUS); in parseFormatTag()454 mUnsupportedHdrTypes.add(MediaFeature.HdrType.HDR10_PLUS); in parseFormatTag()459 mSupportedHdrTypes.add(MediaFeature.HdrType.DOLBY_VISION); in parseFormatTag()466 mSupportedHdrTypes.add(MediaFeature.HdrType.HLG); in parseFormatTag()468 mUnsupportedHdrTypes.add(MediaFeature.HdrType.HLG); in parseFormatTag()583 if (!hdrType.equals(MediaFeature.HdrType.DOLBY_VISION) in isValidVideoCodecHdrType()584 && !hdrType.equals(MediaFeature.HdrType.HDR10) in isValidVideoCodecHdrType()585 && !hdrType.equals(MediaFeature.HdrType.HDR10_PLUS) in isValidVideoCodecHdrType()[all …]
888 if (capability.isFormatSpecified(MediaFeature.HdrType.HDR10)) { in capabilitiesToMediaFormatFlags()889 if (capability.isHdrTypeSupported(MediaFeature.HdrType.HDR10)) { in capabilitiesToMediaFormatFlags()896 if (capability.isFormatSpecified(MediaFeature.HdrType.HDR10_PLUS)) { in capabilitiesToMediaFormatFlags()897 if (capability.isHdrTypeSupported(MediaFeature.HdrType.HDR10_PLUS)) { in capabilitiesToMediaFormatFlags()904 if (capability.isFormatSpecified(MediaFeature.HdrType.HLG)) { in capabilitiesToMediaFormatFlags()905 if (capability.isHdrTypeSupported(MediaFeature.HdrType.HLG)) { in capabilitiesToMediaFormatFlags()912 if (capability.isFormatSpecified(MediaFeature.HdrType.DOLBY_VISION)) { in capabilitiesToMediaFormatFlags()913 if (capability.isHdrTypeSupported(MediaFeature.HdrType.DOLBY_VISION)) { in capabilitiesToMediaFormatFlags()
20 import static android.view.Display.HdrCapabilities.HdrType;762 public void setUserDisabledHdrTypes(@NonNull @HdrType int[] userDisabledTypes) { in setUserDisabledHdrTypes()
21 import static android.view.Display.HdrCapabilities.HdrType;527 public void setUserDisabledHdrTypes(@HdrType int[] userDisabledHdrTypes) { in setUserDisabledHdrTypes()
1938 public @interface HdrType {} annotation in Display.HdrCapabilities1940 private @HdrType int[] mSupportedHdrTypes = new int[0];1968 public @HdrType int[] getSupportedHdrTypes() { in getSupportedHdrTypes()
60 public static final class MediaFeature.HdrType {