Searched defs:numPlanes (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/ndk/ |
D | NdkImage.cpp | 35 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/ |
D | ImageReader.java | 1133 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()
|
D | ImageWriter.java | 850 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local 959 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
|
D | MediaCodec.java | 5129 int numPlanes = info.getInt(); in MediaImage() local
|
/frameworks/av/media/img_utils/src/ |
D | DngUtils.cpp | 388 status_t OpcodeListBuilder::addWarpRectilinear(uint32_t numPlanes, in addWarpRectilinear()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 764 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()
|
D | android_media_ImageWriter.cpp | 1005 int numPlanes, int writerFormat) { in Image_createSurfacePlanes()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1705 uint32_t numPlanes; // number of component planes member
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1038 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()
|