Home
last modified time | relevance | path

Searched defs:numPlanes (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DImageReader.java1420 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, in nativeCreatePlanes()
1486 public static ImagePlane[] initializeImagePlanes(int numPlanes, in initializeImagePlanes()
1494 private synchronized static native ImagePlane[] nativeCreateImagePlanes(int numPlanes, in nativeCreateImagePlanes()
H A DImageWriter.java1168 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local
1279 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
H A DMediaCodec.java5408 int numPlanes = info.getInt(); in MediaImage() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp781 int numPlanes, jobject buffer, int fenceFd, int format, int cropLeft, int cropTop, in ImageReader_createImagePlanes()
850 int numPlanes, int halReaderFormat, uint64_t ndkReaderUsage) in Image_createSurfacePlanes()
H A Dandroid_media_ImageWriter.cpp1059 int numPlanes, int writerFormat) { in Image_createSurfacePlanes()
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1019 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()