Searched refs:MAX_CHROMATICITY (Results 1 – 1 of 1) sorted by relevance
1863 private static final int MAX_CHROMATICITY = 50000; // Defined in CTA-861.3. field in MatroskaExtractor.Track2203 hdrStaticInfo.putShort((short) ((primaryRChromaticityX * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2204 hdrStaticInfo.putShort((short) ((primaryRChromaticityY * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2205 hdrStaticInfo.putShort((short) ((primaryGChromaticityX * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2206 hdrStaticInfo.putShort((short) ((primaryGChromaticityY * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2207 hdrStaticInfo.putShort((short) ((primaryBChromaticityX * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2208 hdrStaticInfo.putShort((short) ((primaryBChromaticityY * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2209 hdrStaticInfo.putShort((short) ((whitePointChromaticityX * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()2210 hdrStaticInfo.putShort((short) ((whitePointChromaticityY * MAX_CHROMATICITY) + 0.5f)); in getHdrStaticInfo()