Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodec.java5906 int bitDepthAllocated = info.getInt(); in MediaImage() local
5907 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()