Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DImageUtils.java87 public static int getNumPlanesForHardwareBufferFormat(int hardwareBufferFormat) { in getNumPlanesForHardwareBufferFormat() method in ImageUtils
H A DImageReader.java376 mNumPlanes = ImageUtils.getNumPlanesForHardwareBufferFormat(mHardwareBufferFormat); in ImageReader()