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() 704 media_status_t AImage_getNumberOfPlanes(const AImage* image, /*out*/int32_t* numPlanes) { in AImage_getNumberOfPlanes()
|
/frameworks/base/media/java/android/media/ |
D | ImageWriter.java | 764 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes() local 873 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt); in nativeCreatePlanes()
|
D | ImageReader.java | 1026 private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, in nativeCreatePlanes()
|
D | MediaCodec.java | 3916 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 | 722 int numPlanes, int readerFormat) in Image_createSurfacePlanes()
|
D | android_media_ImageWriter.cpp | 888 int numPlanes, int writerFormat) { in Image_createSurfacePlanes()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1568 uint32_t numPlanes; // number of component planes member
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 954 size_t numChannels, const uint8_t* planeColors, size_t numPlanes, in generateNoiseProfile()
|