Searched defs:numPlanes (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ImageReader.java | 1420 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 D | ImageWriter.java | 1168 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local 1279 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
|
H A D | MediaCodec.java | 5408 int numPlanes = info.getInt(); in MediaImage() local
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_ImageReader.cpp | 781 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 D | android_media_ImageWriter.cpp | 1059 int numPlanes, int writerFormat) { in Image_createSurfacePlanes()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1019 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()
|