Searched refs:colorTransfer (Results 1 – 5 of 5) sorted by relevance
301 int colorTransfer = Format.NO_VALUE; in getExoPlayerColorInfo() local305 colorTransfer = C.COLOR_TRANSFER_HLG; in getExoPlayerColorInfo()308 colorTransfer = C.COLOR_TRANSFER_SDR; in getExoPlayerColorInfo()311 colorTransfer = C.COLOR_TRANSFER_ST2084; in getExoPlayerColorInfo()316 colorTransfer = Format.NO_VALUE; in getExoPlayerColorInfo()322 && colorTransfer == Format.NO_VALUE in getExoPlayerColorInfo()329 colorTransfer, in getExoPlayerColorInfo()
63 colorInfo == null || colorInfo.colorTransfer == Format.NO_VALUE in assertFileHasColorTransfer()65 : colorInfo.colorTransfer; in assertFileHasColorTransfer()
85 int colorTransfer) { in MediaAndColorSpaceAttrib() argument89 mColorTransfer = colorTransfer; in MediaAndColorSpaceAttrib()
720 int colorTransfer = 0; in testColorAspects() local748 … colorTransfer = fmt.containsKey("color-transfer") ? fmt.getInteger("color-transfer") : 0; in testColorAspects()751 transferMatch = colorTransfer == expectTransfer; in testColorAspects()767 " (Get R: " + colorRange + " S: " + colorStandard + " T: " + colorTransfer + ")" + in testColorAspects()775 "rst_actual", new int[] { colorRange, colorStandard, colorTransfer }, in testColorAspects()
1469 int colorTransfer = fmt.getInteger(MediaFormat.KEY_COLOR_TRANSFER, UNSPECIFIED); in validateColorAspects() local1480 colorTransfer); in validateColorAspects()