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() 761 media_status_t AImage_getNumberOfPlanes(const AImage* image, /*out*/int32_t* numPlanes) {  in AImage_getNumberOfPlanes()
  | 
| /frameworks/base/media/java/android/media/ | 
| 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()
  | 
| D | ImageWriter.java | 1168                 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat());  in getPlanes()  local 1279         private synchronized native SurfacePlane[] nativeCreatePlanes(int numPlanes, int writerFmt);  in nativeCreatePlanes()
  | 
| D | MediaCodec.java | 5408                 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 | 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()
  | 
| D | android_media_ImageWriter.cpp | 1059         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 | 1019         size_t numChannels, const uint8_t* planeColors, size_t numPlanes,  in generateNoiseProfile()
  |