Searched refs:bitDepthAllocated (Results 1 – 1 of 1) sorted by relevance
5906 int bitDepthAllocated = info.getInt(); in MediaImage() local5907 if (bitDepthAllocated != 8 && bitDepthAllocated != 16) { in MediaImage()5909 "unsupported allocated bit depth: " + bitDepthAllocated); in MediaImage()5911 if (bitDepth == 8 && bitDepthAllocated == 8) { in MediaImage()5915 } else if (bitDepth == 10 && bitDepthAllocated == 16) { in MediaImage()5921 + " bitDepth: " + bitDepth + " bitDepthAllocated: " + bitDepthAllocated); in MediaImage()