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()
690 media_status_t AImage_getNumberOfPlanes(const AImage* image, /*out*/int32_t* numPlanes) { in AImage_getNumberOfPlanes()
/frameworks/base/media/java/android/media/
DImageReader.java1133 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, in nativeCreatePlanes()
1199 public static ImagePlane[] initializeImagePlanes(int numPlanes, in initializeImagePlanes()
1207 private synchronized static native ImagePlane[] nativeCreateImagePlanes(int numPlanes, in nativeCreateImagePlanes()
DImageWriter.java850 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local
959 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
DMediaCodec.java5129 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.cpp764 int numPlanes, jobject buffer, int fenceFd, int format, int cropLeft, int cropTop, in ImageReader_createImagePlanes()
833 int numPlanes, int readerFormat, uint64_t ndkReaderUsage) in Image_createSurfacePlanes()
Dandroid_media_ImageWriter.cpp1005 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.cpp1038 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()