Searched refs:bitDepthAllocated (Results 1 – 1 of 1) sorted by relevance
5422 int bitDepthAllocated = info.getInt(); in MediaImage() local5423 if (bitDepthAllocated != 8 && bitDepthAllocated != 16) { in MediaImage()5425 "unsupported allocated bit depth: " + bitDepthAllocated); in MediaImage()5427 if (bitDepth == 8 && bitDepthAllocated == 8) { in MediaImage()5431 } else if (bitDepth == 10 && bitDepthAllocated == 16) { in MediaImage()5437 + " bitDepth: " + bitDepth + " bitDepthAllocated: " + bitDepthAllocated); in MediaImage()