Is there an equivalent in Java/Android of the next iOS function? CVPixelBufferGetBaseAddressOfPlane
Description: Returns the base address of the plane at the specified plane index. void * CVPixelBufferGetBaseAddressOfPlane (CVPixelBufferRef pixelBuffer, size_t planeIndex); pixelBuffer: The pixel buffer containing the plane whose base address you want to obtain. planeIndex: The index of the plane. Return Value: The base address of the plane, or NULL for nonplanar pixel buffers. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

