Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/
DNdkImage.cpp35 int64_t timestamp, int32_t width, int32_t height, int32_t numPlanes) : in AImage()
761 media_status_t AImage_getNumberOfPlanes(const AImage* image, /*out*/int32_t* numPlanes) { in AImage_getNumberOfPlanes()
/frameworks/base/media/java/android/media/
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()
DImageWriter.java1168 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local
1279 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
DMediaCodec.java5408 int numPlanes = info.getInt(); in MediaImage() local
/frameworks/av/media/img_utils/src/
DDngUtils.cpp388 status_t OpcodeListBuilder::addWarpRectilinear(uint32_t numPlanes, in addWarpRectilinear()
/frameworks/base/media/jni/
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()
Dandroid_media_ImageWriter.cpp1059 int numPlanes, int writerFormat) { in Image_createSurfacePlanes()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1705 uint32_t numPlanes; // number of component planes member
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1019 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()