Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1011 currentTrack.whitePointChromaticityY = (float) value; in floatElement()
1916 public float whitePointChromaticityY = Format.NO_VALUE; field in MatroskaExtractor.Track
2195 || whitePointChromaticityY == Format.NO_VALUE || maxMasteringLuminance == Format.NO_VALUE in getHdrStaticInfo()
2210 hdrStaticInfo.putShort((short) ((whitePointChromaticityY * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()