vimage

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Rendered for darwin/amd64

Overview

Package vimage provides a fluent Go API over the macOS vImage framework.

Construction

New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.

Lifecycle

A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.

Index

Constants

View Source
const (
	KRotate0DegreesClockwise                     = 0
	KRotate0DegreesCounterClockwise              = 0
	KRotate180DegreesClockwise                   = 2
	KRotate180DegreesCounterClockwise            = 2
	KRotate270DegreesClockwise                   = 1
	KRotate270DegreesCounterClockwise            = 3
	KRotate90DegreesClockwise                    = 3
	KRotate90DegreesCounterClockwise             = 1
	KvImageBackgroundColorFill                   = 4
	KvImageBufferSizeMismatch                    = -21774
	KvImageBufferTypeCode_Alpha                  = 17
	KvImageBufferTypeCode_CGFormat               = 24
	KvImageBufferTypeCode_CMYK_Black             = 4
	KvImageBufferTypeCode_CMYK_Cyan              = 1
	KvImageBufferTypeCode_CMYK_Magenta           = 2
	KvImageBufferTypeCode_CMYK_Yellow            = 3
	KvImageBufferTypeCode_CVPixelBuffer_YCbCr    = 19
	KvImageBufferTypeCode_Cb                     = 22
	KvImageBufferTypeCode_Chroma                 = 21
	KvImageBufferTypeCode_Chunky                 = 25
	KvImageBufferTypeCode_ColorSpaceChannel1     = 1
	KvImageBufferTypeCode_ColorSpaceChannel10    = 10
	KvImageBufferTypeCode_ColorSpaceChannel11    = 11
	KvImageBufferTypeCode_ColorSpaceChannel12    = 12
	KvImageBufferTypeCode_ColorSpaceChannel13    = 13
	KvImageBufferTypeCode_ColorSpaceChannel14    = 14
	KvImageBufferTypeCode_ColorSpaceChannel15    = 15
	KvImageBufferTypeCode_ColorSpaceChannel16    = 16
	KvImageBufferTypeCode_ColorSpaceChannel2     = 2
	KvImageBufferTypeCode_ColorSpaceChannel3     = 3
	KvImageBufferTypeCode_ColorSpaceChannel4     = 4
	KvImageBufferTypeCode_ColorSpaceChannel5     = 5
	KvImageBufferTypeCode_ColorSpaceChannel6     = 6
	KvImageBufferTypeCode_ColorSpaceChannel7     = 7
	KvImageBufferTypeCode_ColorSpaceChannel8     = 8
	KvImageBufferTypeCode_ColorSpaceChannel9     = 9
	KvImageBufferTypeCode_Cr                     = 23
	KvImageBufferTypeCode_EndOfList              = 0
	KvImageBufferTypeCode_Indexed                = 18
	KvImageBufferTypeCode_LAB_A                  = 2
	KvImageBufferTypeCode_LAB_B                  = 3
	KvImageBufferTypeCode_LAB_L                  = 1
	KvImageBufferTypeCode_Luminance              = 20
	KvImageBufferTypeCode_Monochrome             = 1
	KvImageBufferTypeCode_RGB_Blue               = 3
	KvImageBufferTypeCode_RGB_Green              = 2
	KvImageBufferTypeCode_RGB_Red                = 1
	KvImageBufferTypeCode_UniqueFormatCount      = 26
	KvImageBufferTypeCode_XYZ_X                  = 1
	KvImageBufferTypeCode_XYZ_Y                  = 2
	KvImageBufferTypeCode_XYZ_Z                  = 3
	KvImageCVImageFormat_AlphaIsOneHint          = -21604
	KvImageCVImageFormat_ChromaSiting            = -21601
	KvImageCVImageFormat_ColorSpace              = -21602
	KvImageCVImageFormat_ConversionMatrix        = -21600
	KvImageCVImageFormat_NoError                 = 0
	KvImageCVImageFormat_VideoChannelDescription = -21603
	KvImageColorSyncIsAbsent                     = -21779
	KvImageConvert_DitherAtkinson                = 4
	KvImageConvert_DitherFloydSteinberg          = 3
	KvImageConvert_DitherNone                    = 0
	KvImageConvert_DitherOrdered                 = 1
	KvImageConvert_DitherOrderedReproducible     = 2
	KvImageConvert_OrderedGaussianBlue           = 0
	KvImageConvert_OrderedNoiseShapeMask         = 4026531840
	KvImageConvert_OrderedUniformBlue            = 268435456
	KvImageCopyInPlace                           = 2
	KvImageCoreVideoIsAbsent                     = -21784
	KvImageDoNotClamp                            = 2048
	KvImageDoNotTile                             = 16
	KvImageEdgeExtend                            = 8
	KvImageGamma_11_over_5_half_precision        = 5
	KvImageGamma_11_over_9_half_precision        = 8
	KvImageGamma_5_over_11_half_precision        = 4
	KvImageGamma_5_over_9_half_precision         = 2
	KvImageGamma_9_over_11_half_precision        = 9
	KvImageGamma_9_over_5_half_precision         = 3
	KvImageGamma_BT709_forward_half_precision    = 10
	KvImageGamma_BT709_reverse_half_precision    = 11
	KvImageGamma_UseGammaValue                   = 0
	KvImageGamma_UseGammaValue_half_precision    = 1
	KvImageGamma_sRGB_forward_half_precision     = 6
	KvImageGamma_sRGB_reverse_half_precision     = 7
	KvImageGetTempBufferSize                     = 128
	KvImageHDRContent                            = 1024
	KvImageHighQualityResampling                 = 32
	KvImageInternalError                         = -21776
	KvImageInterpolationLinear                   = 1
	KvImageInterpolationNearest                  = 0
	KvImageInvalidCVImageFormat                  = -21782
	KvImageInvalidEdgeStyle                      = -21768
	KvImageInvalidImageFormat                    = -21778
	KvImageInvalidImageObject                    = -21781
	KvImageInvalidKernelSize                     = -21767
	KvImageInvalidOffset_X                       = -21769
	KvImageInvalidOffset_Y                       = -21770
	KvImageInvalidParameter                      = -21773
	KvImageInvalidRowBytes                       = -21777
	KvImageLeaveAlphaUnchanged                   = 1
	KvImageMatrixType_ARGBToYpCbCrMatrix         = 1
	KvImageMatrixType_None                       = 0
	KvImageMemoryAllocationError                 = -21771
	KvImageNoAllocate                            = 512
	KvImageNoError                               = 0
	KvImageNoFlags                               = 0
	KvImageNullPointerArgument                   = -21772
	KvImageOutOfPlaceOperationRequired           = -21780
	KvImagePrintDiagnosticsToConsole             = 256
	KvImageRoiLargerThanInputBuffer              = -21766
	KvImageTruncateKernel                        = 64
	KvImageUnknownFlagsBit                       = -21775
	KvImageUnsupportedConversion                 = -21783
	KvImageUseFP16Accumulator                    = 4096
	KvImage_PNG_FILTER_VALUE_AVG                 = 3
	KvImage_PNG_FILTER_VALUE_NONE                = 0
	KvImage_PNG_FILTER_VALUE_PAETH               = 4
	KvImage_PNG_FILTER_VALUE_SUB                 = 1
	KvImage_PNG_FILTER_VALUE_UP                  = 2
)

Variables

This section is empty.

Functions

func KvImageDecodeArray_16Q12Format

func KvImageDecodeArray_16Q12Format() uintptr

KvImageDecodeArray_16Q12Format returns the address of the symbol kvImageDecodeArray_16Q12Format.

func KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4

func KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4() uintptr

KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4 returns the address of the symbol kvImage_ARGBToYpCbCrMatrix_ITU_R_601_4.

func KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2

func KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2() uintptr

KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2 returns the address of the symbol kvImage_ARGBToYpCbCrMatrix_ITU_R_709_2.

func KvImage_YpCbCrToARGBMatrix_ITU_R_601_4

func KvImage_YpCbCrToARGBMatrix_ITU_R_601_4() uintptr

KvImage_YpCbCrToARGBMatrix_ITU_R_601_4 returns the address of the symbol kvImage_YpCbCrToARGBMatrix_ITU_R_601_4.

func KvImage_YpCbCrToARGBMatrix_ITU_R_709_2

func KvImage_YpCbCrToARGBMatrix_ITU_R_709_2() uintptr

KvImage_YpCbCrToARGBMatrix_ITU_R_709_2 returns the address of the symbol kvImage_YpCbCrToARGBMatrix_ITU_R_709_2.

func VImageAffineWarpARGB16F

func VImageAffineWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpARGB16F calls the vImage framework function vImageAffineWarp_ARGB16F.

func VImageAffineWarpARGB16S

func VImageAffineWarpARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpARGB16S calls the vImage framework function vImageAffineWarp_ARGB16S.

func VImageAffineWarpARGB16U

func VImageAffineWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpARGB16U calls the vImage framework function vImageAffineWarp_ARGB16U.

func VImageAffineWarpARGB8888

func VImageAffineWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpARGB8888 calls the vImage framework function vImageAffineWarp_ARGB8888.

func VImageAffineWarpARGBFFFF

func VImageAffineWarpARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpARGBFFFF calls the vImage framework function vImageAffineWarp_ARGBFFFF.

func VImageAffineWarpCGARGB16S

func VImageAffineWarpCGARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpCGARGB16S calls the vImage framework function vImageAffineWarpCG_ARGB16S.

func VImageAffineWarpCGARGB16U

func VImageAffineWarpCGARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpCGARGB16U calls the vImage framework function vImageAffineWarpCG_ARGB16U.

func VImageAffineWarpCGARGB8888

func VImageAffineWarpCGARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpCGARGB8888 calls the vImage framework function vImageAffineWarpCG_ARGB8888.

func VImageAffineWarpCGARGBFFFF

func VImageAffineWarpCGARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpCGARGBFFFF calls the vImage framework function vImageAffineWarpCG_ARGBFFFF.

func VImageAffineWarpCGPlanar8

func VImageAffineWarpCGPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor uint8, flags uint32) int

VImageAffineWarpCGPlanar8 calls the vImage framework function vImageAffineWarpCG_Planar8.

func VImageAffineWarpCGPlanarF

func VImageAffineWarpCGPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor float32, flags uint32) int

VImageAffineWarpCGPlanarF calls the vImage framework function vImageAffineWarpCG_PlanarF.

func VImageAffineWarpCbCr16F

func VImageAffineWarpCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpCbCr16F calls the vImage framework function vImageAffineWarp_CbCr16F.

func VImageAffineWarpDARGB16F

func VImageAffineWarpDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDARGB16F calls the vImage framework function vImageAffineWarpD_ARGB16F.

func VImageAffineWarpDARGB16S

func VImageAffineWarpDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDARGB16S calls the vImage framework function vImageAffineWarpD_ARGB16S.

func VImageAffineWarpDARGB16U

func VImageAffineWarpDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDARGB16U calls the vImage framework function vImageAffineWarpD_ARGB16U.

func VImageAffineWarpDARGB8888

func VImageAffineWarpDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDARGB8888 calls the vImage framework function vImageAffineWarpD_ARGB8888.

func VImageAffineWarpDARGBFFFF

func VImageAffineWarpDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDARGBFFFF calls the vImage framework function vImageAffineWarpD_ARGBFFFF.

func VImageAffineWarpDCbCr16F

func VImageAffineWarpDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor unsafe.Pointer, flags uint32) int

VImageAffineWarpDCbCr16F calls the vImage framework function vImageAffineWarpD_CbCr16F.

func VImageAffineWarpDPlanar8

func VImageAffineWarpDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor uint8, flags uint32) int

VImageAffineWarpDPlanar8 calls the vImage framework function vImageAffineWarpD_Planar8.

func VImageAffineWarpDPlanar16F

func VImageAffineWarpDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor uint16, flags uint32) int

VImageAffineWarpDPlanar16F calls the vImage framework function vImageAffineWarpD_Planar16F.

func VImageAffineWarpDPlanarF

func VImageAffineWarpDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransformDouble, backColor float32, flags uint32) int

VImageAffineWarpDPlanarF calls the vImage framework function vImageAffineWarpD_PlanarF.

func VImageAffineWarpPlanar8

func VImageAffineWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor uint8, flags uint32) int

VImageAffineWarpPlanar8 calls the vImage framework function vImageAffineWarp_Planar8.

func VImageAffineWarpPlanar16F

func VImageAffineWarpPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor uint16, flags uint32) int

VImageAffineWarpPlanar16F calls the vImage framework function vImageAffineWarp_Planar16F.

func VImageAffineWarpPlanarF

func VImageAffineWarpPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImageAffineTransform, backColor float32, flags uint32) int

VImageAffineWarpPlanarF calls the vImage framework function vImageAffineWarp_PlanarF.

func VImageAlphaBlendARGB8888

func VImageAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendARGB8888 calls the vImage framework function vImageAlphaBlend_ARGB8888.

func VImageAlphaBlendARGBFFFF

func VImageAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendARGBFFFF calls the vImage framework function vImageAlphaBlend_ARGBFFFF.

func VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888

func VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888 calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGB8888.

func VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF

func VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGBFFFF.

func VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8

func VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8 calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_Planar8.

func VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF

func VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_PlanarF.

func VImageAlphaBlendPlanar8

func VImageAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, srcBottomAlpha unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendPlanar8 calls the vImage framework function vImageAlphaBlend_Planar8.

func VImageAlphaBlendPlanarF

func VImageAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, srcBottomAlpha unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageAlphaBlendPlanarF calls the vImage framework function vImageAlphaBlend_PlanarF.

func VImageBoxConvolveARGB8888

func VImageBoxConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor unsafe.Pointer, flags uint32) int

VImageBoxConvolveARGB8888 calls the vImage framework function vImageBoxConvolve_ARGB8888.

func VImageBoxConvolvePlanar8

func VImageBoxConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor uint8, flags uint32) int

VImageBoxConvolvePlanar8 calls the vImage framework function vImageBoxConvolve_Planar8.

func VImageBufferCopyToCVPixelBuffer

func VImageBufferCopyToCVPixelBuffer(buffer unsafe.Pointer, bufferFormat unsafe.Pointer, cvPixelBuffer unsafe.Pointer, cvImageFormat VImageCVImageFormatRef, backgroundColor unsafe.Pointer, flags uint32) int

VImageBufferCopyToCVPixelBuffer calls the vImage framework function vImageBuffer_CopyToCVPixelBuffer.

func VImageBufferFillARGB16F

func VImageBufferFillARGB16F(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillARGB16F calls the vImage framework function vImageBufferFill_ARGB16F.

func VImageBufferFillARGB16S

func VImageBufferFillARGB16S(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillARGB16S calls the vImage framework function vImageBufferFill_ARGB16S.

func VImageBufferFillARGB16U

func VImageBufferFillARGB16U(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillARGB16U calls the vImage framework function vImageBufferFill_ARGB16U.

func VImageBufferFillARGB8888

func VImageBufferFillARGB8888(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillARGB8888 calls the vImage framework function vImageBufferFill_ARGB8888.

func VImageBufferFillARGBFFFF

func VImageBufferFillARGBFFFF(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillARGBFFFF calls the vImage framework function vImageBufferFill_ARGBFFFF.

func VImageBufferFillCbCr8

func VImageBufferFillCbCr8(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillCbCr8 calls the vImage framework function vImageBufferFill_CbCr8.

func VImageBufferFillCbCr16S

func VImageBufferFillCbCr16S(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillCbCr16S calls the vImage framework function vImageBufferFill_CbCr16S.

func VImageBufferFillCbCr16U

func VImageBufferFillCbCr16U(dest unsafe.Pointer, color unsafe.Pointer, flags uint32) int

VImageBufferFillCbCr16U calls the vImage framework function vImageBufferFill_CbCr16U.

func VImageBufferGetSize

func VImageBufferGetSize(buf unsafe.Pointer) corefoundation.CGSize

VImageBufferGetSize calls the vImage framework function vImageBuffer_GetSize.

func VImageBufferInit

func VImageBufferInit(buf unsafe.Pointer, height int, width int, pixelBits uint32, flags uint32) int

VImageBufferInit calls the vImage framework function vImageBuffer_Init.

func VImageBufferInitForCopyFromCVPixelBuffer

func VImageBufferInitForCopyFromCVPixelBuffer(buffers unsafe.Pointer, converter VImageConverterRef, pixelBuffer unsafe.Pointer, flags uint32) int

VImageBufferInitForCopyFromCVPixelBuffer calls the vImage framework function vImageBuffer_InitForCopyFromCVPixelBuffer.

func VImageBufferInitForCopyToCVPixelBuffer

func VImageBufferInitForCopyToCVPixelBuffer(buffers unsafe.Pointer, converter VImageConverterRef, pixelBuffer unsafe.Pointer, flags uint32) int

VImageBufferInitForCopyToCVPixelBuffer calls the vImage framework function vImageBuffer_InitForCopyToCVPixelBuffer.

func VImageBufferInitWithCGImage

func VImageBufferInitWithCGImage(buf unsafe.Pointer, format unsafe.Pointer, backgroundColor unsafe.Pointer, image coregraphics.CGImageRef, flags uint32) int

VImageBufferInitWithCGImage calls the vImage framework function vImageBuffer_InitWithCGImage.

func VImageBufferInitWithCVPixelBuffer

func VImageBufferInitWithCVPixelBuffer(buffer unsafe.Pointer, desiredFormat unsafe.Pointer, cvPixelBuffer unsafe.Pointer, cvImageFormat VImageCVImageFormatRef, backgroundColor unsafe.Pointer, flags uint32) int

VImageBufferInitWithCVPixelBuffer calls the vImage framework function vImageBuffer_InitWithCVPixelBuffer.

func VImageByteSwapPlanar16U

func VImageByteSwapPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageByteSwapPlanar16U calls the vImage framework function vImageByteSwap_Planar16U.

func VImageCGImageFormatGetComponentCount

func VImageCGImageFormatGetComponentCount(format unsafe.Pointer) uint32

VImageCGImageFormatGetComponentCount calls the vImage framework function vImageCGImageFormat_GetComponentCount.

func VImageCGImageFormatIsEqual

func VImageCGImageFormatIsEqual(f1 unsafe.Pointer, f2 unsafe.Pointer) uint8

VImageCGImageFormatIsEqual calls the vImage framework function vImageCGImageFormat_IsEqual.

func VImageCVImageFormatCopyChannelDescription

func VImageCVImageFormatCopyChannelDescription(format VImageCVImageFormatRef, desc *VImageChannelDescription, type_ uint32) int

VImageCVImageFormatCopyChannelDescription calls the vImage framework function vImageCVImageFormat_CopyChannelDescription.

func VImageCVImageFormatCopyConversionMatrix

func VImageCVImageFormatCopyConversionMatrix(format VImageCVImageFormatRef, matrix unsafe.Pointer, inType uint32) int

VImageCVImageFormatCopyConversionMatrix calls the vImage framework function vImageCVImageFormat_CopyConversionMatrix.

func VImageCVImageFormatGetAlphaHint

func VImageCVImageFormatGetAlphaHint(format VImageConstCVImageFormatRef) int

VImageCVImageFormatGetAlphaHint calls the vImage framework function vImageCVImageFormat_GetAlphaHint.

func VImageCVImageFormatGetChannelCount

func VImageCVImageFormatGetChannelCount(format VImageConstCVImageFormatRef) uint32

VImageCVImageFormatGetChannelCount calls the vImage framework function vImageCVImageFormat_GetChannelCount.

func VImageCVImageFormatGetChannelNames

func VImageCVImageFormatGetChannelNames(format VImageConstCVImageFormatRef) unsafe.Pointer

VImageCVImageFormatGetChannelNames calls the vImage framework function vImageCVImageFormat_GetChannelNames.

func VImageCVImageFormatGetChromaSiting

func VImageCVImageFormatGetChromaSiting(format VImageConstCVImageFormatRef) corefoundation.CFStringRef

VImageCVImageFormatGetChromaSiting calls the vImage framework function vImageCVImageFormat_GetChromaSiting.

func VImageCVImageFormatGetColorSpace

func VImageCVImageFormatGetColorSpace(format VImageConstCVImageFormatRef) coregraphics.CGColorSpaceRef

VImageCVImageFormatGetColorSpace calls the vImage framework function vImageCVImageFormat_GetColorSpace.

func VImageCVImageFormatGetConversionMatrix

func VImageCVImageFormatGetConversionMatrix(format VImageConstCVImageFormatRef) (result unsafe.Pointer, outType uint32)

VImageCVImageFormatGetConversionMatrix calls the vImage framework function vImageCVImageFormat_GetConversionMatrix.

func VImageCVImageFormatGetFormatCode

func VImageCVImageFormatGetFormatCode(format VImageConstCVImageFormatRef) uint32

VImageCVImageFormatGetFormatCode calls the vImage framework function vImageCVImageFormat_GetFormatCode.

func VImageCVImageFormatGetUserData

func VImageCVImageFormatGetUserData(format VImageConstCVImageFormatRef) unsafe.Pointer

VImageCVImageFormatGetUserData calls the vImage framework function vImageCVImageFormat_GetUserData.

func VImageCVImageFormatRelease

func VImageCVImageFormatRelease(fmt_ VImageCVImageFormatRef)

VImageCVImageFormatRelease calls the vImage framework function vImageCVImageFormat_Release.

func VImageCVImageFormatRetain

func VImageCVImageFormatRetain(fmt_ VImageCVImageFormatRef)

VImageCVImageFormatRetain calls the vImage framework function vImageCVImageFormat_Retain.

func VImageCVImageFormatSetAlphaHint

func VImageCVImageFormatSetAlphaHint(format VImageCVImageFormatRef, alphaIsOne int) int

VImageCVImageFormatSetAlphaHint calls the vImage framework function vImageCVImageFormat_SetAlphaHint.

func VImageCVImageFormatSetChromaSiting

func VImageCVImageFormatSetChromaSiting(format VImageCVImageFormatRef, siting corefoundation.CFStringRef) int

VImageCVImageFormatSetChromaSiting calls the vImage framework function vImageCVImageFormat_SetChromaSiting.

func VImageCVImageFormatSetColorSpace

func VImageCVImageFormatSetColorSpace(format VImageCVImageFormatRef, colorspace coregraphics.CGColorSpaceRef) int

VImageCVImageFormatSetColorSpace calls the vImage framework function vImageCVImageFormat_SetColorSpace.

func VImageCVImageFormatSetUserData

func VImageCVImageFormatSetUserData(format VImageCVImageFormatRef, userData unsafe.Pointer, userDataReleaseCallback unsafe.Pointer) int

VImageCVImageFormatSetUserData calls the vImage framework function vImageCVImageFormat_SetUserData.

func VImageClipPlanarF

func VImageClipPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int

VImageClipPlanarF calls the vImage framework function vImageClip_PlanarF.

func VImageClipToAlphaARGB8888

func VImageClipToAlphaARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaARGB8888 calls the vImage framework function vImageClipToAlpha_ARGB8888.

func VImageClipToAlphaARGBFFFF

func VImageClipToAlphaARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaARGBFFFF calls the vImage framework function vImageClipToAlpha_ARGBFFFF.

func VImageClipToAlphaPlanar8

func VImageClipToAlphaPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaPlanar8 calls the vImage framework function vImageClipToAlpha_Planar8.

func VImageClipToAlphaPlanarF

func VImageClipToAlphaPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaPlanarF calls the vImage framework function vImageClipToAlpha_PlanarF.

func VImageClipToAlphaRGBA8888

func VImageClipToAlphaRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaRGBA8888 calls the vImage framework function vImageClipToAlpha_RGBA8888.

func VImageClipToAlphaRGBAFFFF

func VImageClipToAlphaRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageClipToAlphaRGBAFFFF calls the vImage framework function vImageClipToAlpha_RGBAFFFF.

func VImageContrastStretchARGB8888

func VImageContrastStretchARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageContrastStretchARGB8888 calls the vImage framework function vImageContrastStretch_ARGB8888.

func VImageContrastStretchARGBFFFF

func VImageContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageContrastStretchARGBFFFF calls the vImage framework function vImageContrastStretch_ARGBFFFF.

func VImageContrastStretchPlanar8

func VImageContrastStretchPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageContrastStretchPlanar8 calls the vImage framework function vImageContrastStretch_Planar8.

func VImageContrastStretchPlanarF

func VImageContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageContrastStretchPlanarF calls the vImage framework function vImageContrastStretch_PlanarF.

func VImageConvert8to16Q12

func VImageConvert8to16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert8to16Q12 calls the vImage framework function vImageConvert_8to16Q12.

func VImageConvert12UTo16U

func VImageConvert12UTo16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert12UTo16U calls the vImage framework function vImageConvert_12UTo16U.

func VImageConvert16Fto16Q12

func VImageConvert16Fto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Fto16Q12 calls the vImage framework function vImageConvert_16Fto16Q12.

func VImageConvert16Fto16U

func VImageConvert16Fto16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Fto16U calls the vImage framework function vImageConvert_16Fto16U.

func VImageConvert16Q12to8

func VImageConvert16Q12to8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Q12to8 calls the vImage framework function vImageConvert_16Q12to8.

func VImageConvert16Q12to16F

func VImageConvert16Q12to16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Q12to16F calls the vImage framework function vImageConvert_16Q12to16F.

func VImageConvert16Q12to16U

func VImageConvert16Q12to16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Q12to16U calls the vImage framework function vImageConvert_16Q12to16U.

func VImageConvert16Q12toF

func VImageConvert16Q12toF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Q12toF calls the vImage framework function vImageConvert_16Q12toF.

func VImageConvert16SToF

func VImageConvert16SToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int

VImageConvert16SToF calls the vImage framework function vImageConvert_16SToF.

func VImageConvert16UTo12U

func VImageConvert16UTo12U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16UTo12U calls the vImage framework function vImageConvert_16UTo12U.

func VImageConvert16UToF

func VImageConvert16UToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int

VImageConvert16UToF calls the vImage framework function vImageConvert_16UToF.

func VImageConvert16UToPlanar8

func VImageConvert16UToPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16UToPlanar8 calls the vImage framework function vImageConvert_16UToPlanar8.

func VImageConvert16Uto16F

func VImageConvert16Uto16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Uto16F calls the vImage framework function vImageConvert_16Uto16F.

func VImageConvert16Uto16Q12

func VImageConvert16Uto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvert16Uto16Q12 calls the vImage framework function vImageConvert_16Uto16Q12.

func VImageConvert420Yp8Cb8Cr8ToARGB8888

func VImageConvert420Yp8Cb8Cr8ToARGB8888(srcYp unsafe.Pointer, srcCb unsafe.Pointer, srcCr unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert420Yp8Cb8Cr8ToARGB8888 calls the vImage framework function vImageConvert_420Yp8_Cb8_Cr8ToARGB8888.

func VImageConvert420Yp8CbCr8ToARGB8888

func VImageConvert420Yp8CbCr8ToARGB8888(srcYp unsafe.Pointer, srcCbCr unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert420Yp8CbCr8ToARGB8888 calls the vImage framework function vImageConvert_420Yp8_CbCr8ToARGB8888.

func VImageConvert422CbYpCrYp8AA8ToARGB8888

func VImageConvert422CbYpCrYp8AA8ToARGB8888(src unsafe.Pointer, srcA unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, flags uint32) int

VImageConvert422CbYpCrYp8AA8ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp8_AA8ToARGB8888.

func VImageConvert422CbYpCrYp8ToARGB8888

func VImageConvert422CbYpCrYp8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert422CbYpCrYp8ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp8ToARGB8888.

func VImageConvert422CbYpCrYp16ToARGB16U

func VImageConvert422CbYpCrYp16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint16, flags uint32) int

VImageConvert422CbYpCrYp16ToARGB16U calls the vImage framework function vImageConvert_422CbYpCrYp16ToARGB16U.

func VImageConvert422CbYpCrYp16ToARGB8888

func VImageConvert422CbYpCrYp16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert422CbYpCrYp16ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp16ToARGB8888.

func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12

func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha int16, flags uint32) int

VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12 calls the vImage framework function vImageConvert_422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12.

func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888

func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888 calls the vImage framework function vImageConvert_422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888.

func VImageConvert422YpCbYpCr8ToARGB8888

func VImageConvert422YpCbYpCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert422YpCbYpCr8ToARGB8888 calls the vImage framework function vImageConvert_422YpCbYpCr8ToARGB8888.

func VImageConvert444AYpCbCr8ToARGB8888

func VImageConvert444AYpCbCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, flags uint32) int

VImageConvert444AYpCbCr8ToARGB8888 calls the vImage framework function vImageConvert_444AYpCbCr8ToARGB8888.

func VImageConvert444AYpCbCr16ToARGB16U

func VImageConvert444AYpCbCr16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, flags uint32) int

VImageConvert444AYpCbCr16ToARGB16U calls the vImage framework function vImageConvert_444AYpCbCr16ToARGB16U.

func VImageConvert444AYpCbCr16ToARGB8888

func VImageConvert444AYpCbCr16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, flags uint32) int

VImageConvert444AYpCbCr16ToARGB8888 calls the vImage framework function vImageConvert_444AYpCbCr16ToARGB8888.

func VImageConvert444CbYpCrA8ToARGB8888

func VImageConvert444CbYpCrA8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, flags uint32) int

VImageConvert444CbYpCrA8ToARGB8888 calls the vImage framework function vImageConvert_444CbYpCrA8ToARGB8888.

func VImageConvert444CrYpCb8ToARGB8888

func VImageConvert444CrYpCb8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert444CrYpCb8ToARGB8888 calls the vImage framework function vImageConvert_444CrYpCb8ToARGB8888.

func VImageConvert444CrYpCb10ToARGB16Q12

func VImageConvert444CrYpCb10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha int16, flags uint32) int

VImageConvert444CrYpCb10ToARGB16Q12 calls the vImage framework function vImageConvert_444CrYpCb10ToARGB16Q12.

func VImageConvert444CrYpCb10ToARGB8888

func VImageConvert444CrYpCb10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info *VImageYpCbCrToARGB, permuteMap unsafe.Pointer, alpha uint8, flags uint32) int

VImageConvert444CrYpCb10ToARGB8888 calls the vImage framework function vImageConvert_444CrYpCb10ToARGB8888.

func VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10

func VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10 calls the vImage framework function vImageConvert_ARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10.

func VImageConvertARGB16Q12To444CrYpCb10

func VImageConvertARGB16Q12To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16Q12To444CrYpCb10 calls the vImage framework function vImageConvert_ARGB16Q12To444CrYpCb10.

func VImageConvertARGB16Q12ToARGB2101010

func VImageConvertARGB16Q12ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16Q12ToARGB2101010 calls the vImage framework function vImageConvert_ARGB16Q12ToARGB2101010.

func VImageConvertARGB16Q12ToRGBA1010102

func VImageConvertARGB16Q12ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16Q12ToRGBA1010102 calls the vImage framework function vImageConvert_ARGB16Q12ToRGBA1010102.

func VImageConvertARGB16Q12ToXRGB2101010

func VImageConvertARGB16Q12ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16Q12ToXRGB2101010 calls the vImage framework function vImageConvert_ARGB16Q12ToXRGB2101010.

func VImageConvertARGB16UTo422CbYpCrYp16

func VImageConvertARGB16UTo422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UTo422CbYpCrYp16 calls the vImage framework function vImageConvert_ARGB16UTo422CbYpCrYp16.

func VImageConvertARGB16UTo444AYpCbCr16

func VImageConvertARGB16UTo444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UTo444AYpCbCr16 calls the vImage framework function vImageConvert_ARGB16UTo444AYpCbCr16.

func VImageConvertARGB16UToARGB8888

func VImageConvertARGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvertARGB16UToARGB8888 calls the vImage framework function vImageConvert_ARGB16UToARGB8888.

func VImageConvertARGB16UToARGB2101010

func VImageConvertARGB16UToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UToARGB2101010 calls the vImage framework function vImageConvert_ARGB16UToARGB2101010.

func VImageConvertARGB16UToRGBA1010102

func VImageConvertARGB16UToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UToRGBA1010102 calls the vImage framework function vImageConvert_ARGB16UToRGBA1010102.

func VImageConvertARGB16UToXRGB2101010

func VImageConvertARGB16UToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UToXRGB2101010 calls the vImage framework function vImageConvert_ARGB16UToXRGB2101010.

func VImageConvertARGB16UtoARGB8888Dithered

func VImageConvertARGB16UtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB16UtoARGB8888Dithered calls the vImage framework function vImageConvert_ARGB16UtoARGB8888_dithered.

func VImageConvertARGB16UtoPlanar16U

func VImageConvertARGB16UtoPlanar16U(argbSrc unsafe.Pointer, aDest unsafe.Pointer, rDest unsafe.Pointer, gDest unsafe.Pointer, bDest unsafe.Pointer, flags uint32) int

VImageConvertARGB16UtoPlanar16U calls the vImage framework function vImageConvert_ARGB16UtoPlanar16U.

func VImageConvertARGB16UtoRGB16U

func VImageConvertARGB16UtoRGB16U(argbSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertARGB16UtoRGB16U calls the vImage framework function vImageConvert_ARGB16UtoRGB16U.

func VImageConvertARGB1555toARGB8888

func VImageConvertARGB1555toARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertARGB1555toARGB8888 calls the vImage framework function vImageConvert_ARGB1555toARGB8888.

func VImageConvertARGB1555toPlanar8

func VImageConvertARGB1555toPlanar8(src unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int

VImageConvertARGB1555toPlanar8 calls the vImage framework function vImageConvert_ARGB1555toPlanar8.

func VImageConvertARGB1555toRGB565

func VImageConvertARGB1555toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertARGB1555toRGB565 calls the vImage framework function vImageConvert_ARGB1555toRGB565.

func VImageConvertARGB8888To420Yp8Cb8Cr8

func VImageConvertARGB8888To420Yp8Cb8Cr8(src unsafe.Pointer, destYp unsafe.Pointer, destCb unsafe.Pointer, destCr unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To420Yp8Cb8Cr8 calls the vImage framework function vImageConvert_ARGB8888To420Yp8_Cb8_Cr8.

func VImageConvertARGB8888To420Yp8CbCr8

func VImageConvertARGB8888To420Yp8CbCr8(src unsafe.Pointer, destYp unsafe.Pointer, destCbCr unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To420Yp8CbCr8 calls the vImage framework function vImageConvert_ARGB8888To420Yp8_CbCr8.

func VImageConvertARGB8888To422CbYpCrYp8

func VImageConvertARGB8888To422CbYpCrYp8(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To422CbYpCrYp8 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp8.

func VImageConvertARGB8888To422CbYpCrYp8AA8

func VImageConvertARGB8888To422CbYpCrYp8AA8(src unsafe.Pointer, dest unsafe.Pointer, destA unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To422CbYpCrYp8AA8 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp8_AA8.

func VImageConvertARGB8888To422CbYpCrYp16

func VImageConvertARGB8888To422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To422CbYpCrYp16 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp16.

func VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10

func VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10 calls the vImage framework function vImageConvert_ARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10.

func VImageConvertARGB8888To422YpCbYpCr8

func VImageConvertARGB8888To422YpCbYpCr8(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To422YpCbYpCr8 calls the vImage framework function vImageConvert_ARGB8888To422YpCbYpCr8.

func VImageConvertARGB8888To444AYpCbCr8

func VImageConvertARGB8888To444AYpCbCr8(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To444AYpCbCr8 calls the vImage framework function vImageConvert_ARGB8888To444AYpCbCr8.

func VImageConvertARGB8888To444AYpCbCr16

func VImageConvertARGB8888To444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To444AYpCbCr16 calls the vImage framework function vImageConvert_ARGB8888To444AYpCbCr16.

func VImageConvertARGB8888To444CbYpCrA8

func VImageConvertARGB8888To444CbYpCrA8(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To444CbYpCrA8 calls the vImage framework function vImageConvert_ARGB8888To444CbYpCrA8.

func VImageConvertARGB8888To444CrYpCb8

func VImageConvertARGB8888To444CrYpCb8(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To444CrYpCb8 calls the vImage framework function vImageConvert_ARGB8888To444CrYpCb8.

func VImageConvertARGB8888To444CrYpCb10

func VImageConvertARGB8888To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info *VImageARGBToYpCbCr, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888To444CrYpCb10 calls the vImage framework function vImageConvert_ARGB8888To444CrYpCb10.

func VImageConvertARGB8888ToARGB16U

func VImageConvertARGB8888ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvertARGB8888ToARGB16U calls the vImage framework function vImageConvert_ARGB8888ToARGB16U.

func VImageConvertARGB8888ToARGB2101010

func VImageConvertARGB8888ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888ToARGB2101010 calls the vImage framework function vImageConvert_ARGB8888ToARGB2101010.

func VImageConvertARGB8888ToRGB16U

func VImageConvertARGB8888ToRGB16U(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvertARGB8888ToRGB16U calls the vImage framework function vImageConvert_ARGB8888ToRGB16U.

func VImageConvertARGB8888ToRGBA1010102

func VImageConvertARGB8888ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888ToRGBA1010102 calls the vImage framework function vImageConvert_ARGB8888ToRGBA1010102.

func VImageConvertARGB8888ToXRGB2101010

func VImageConvertARGB8888ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB8888ToXRGB2101010 calls the vImage framework function vImageConvert_ARGB8888ToXRGB2101010.

func VImageConvertARGB8888toARGB1555

func VImageConvertARGB8888toARGB1555(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertARGB8888toARGB1555 calls the vImage framework function vImageConvert_ARGB8888toARGB1555.

func VImageConvertARGB8888toARGB1555Dithered

func VImageConvertARGB8888toARGB1555Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertARGB8888toARGB1555Dithered calls the vImage framework function vImageConvert_ARGB8888toARGB1555_dithered.

func VImageConvertARGB8888toPlanar8

func VImageConvertARGB8888toPlanar8(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int

VImageConvertARGB8888toPlanar8 calls the vImage framework function vImageConvert_ARGB8888toPlanar8.

func VImageConvertARGB8888toPlanar16Q12

func VImageConvertARGB8888toPlanar16Q12(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int

VImageConvertARGB8888toPlanar16Q12 calls the vImage framework function vImageConvert_ARGB8888toPlanar16Q12.

func VImageConvertARGB8888toPlanarF

func VImageConvertARGB8888toPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertARGB8888toPlanarF calls the vImage framework function vImageConvert_ARGB8888toPlanarF.

func VImageConvertARGB8888toRGB565

func VImageConvertARGB8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertARGB8888toRGB565 calls the vImage framework function vImageConvert_ARGB8888toRGB565.

func VImageConvertARGB8888toRGB565Dithered

func VImageConvertARGB8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertARGB8888toRGB565Dithered calls the vImage framework function vImageConvert_ARGB8888toRGB565_dithered.

func VImageConvertARGB8888toRGB888

func VImageConvertARGB8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int

VImageConvertARGB8888toRGB888 calls the vImage framework function vImageConvert_ARGB8888toRGB888.

func VImageConvertARGB2101010ToARGB16F

func VImageConvertARGB2101010ToARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB2101010ToARGB16F calls the vImage framework function vImageConvert_ARGB2101010ToARGB16F.

func VImageConvertARGB2101010ToARGB16Q12

func VImageConvertARGB2101010ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB2101010ToARGB16Q12 calls the vImage framework function vImageConvert_ARGB2101010ToARGB16Q12.

func VImageConvertARGB2101010ToARGB16U

func VImageConvertARGB2101010ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB2101010ToARGB16U calls the vImage framework function vImageConvert_ARGB2101010ToARGB16U.

func VImageConvertARGB2101010ToARGB8888

func VImageConvertARGB2101010ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB2101010ToARGB8888 calls the vImage framework function vImageConvert_ARGB2101010ToARGB8888.

func VImageConvertARGB2101010ToARGBFFFF

func VImageConvertARGB2101010ToARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGB2101010ToARGBFFFF calls the vImage framework function vImageConvert_ARGB2101010ToARGBFFFF.

func VImageConvertARGBFFFFToARGB2101010

func VImageConvertARGBFFFFToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFToARGB2101010 calls the vImage framework function vImageConvert_ARGBFFFFToARGB2101010.

func VImageConvertARGBFFFFToXRGB2101010

func VImageConvertARGBFFFFToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFToXRGB2101010 calls the vImage framework function vImageConvert_ARGBFFFFToXRGB2101010.

func VImageConvertARGBFFFFtoARGB8888Dithered

func VImageConvertARGBFFFFtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, dither int, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFtoARGB8888Dithered calls the vImage framework function vImageConvert_ARGBFFFFtoARGB8888_dithered.

func VImageConvertARGBFFFFtoPlanar8

func VImageConvertARGBFFFFtoPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFtoPlanar8 calls the vImage framework function vImageConvert_ARGBFFFFtoPlanar8.

func VImageConvertARGBFFFFtoPlanarF

func VImageConvertARGBFFFFtoPlanarF(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFtoPlanarF calls the vImage framework function vImageConvert_ARGBFFFFtoPlanarF.

func VImageConvertARGBFFFFtoRGBFFF

func VImageConvertARGBFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertARGBFFFFtoRGBFFF calls the vImage framework function vImageConvert_ARGBFFFFtoRGBFFF.

func VImageConvertAnyToAny

func VImageConvertAnyToAny(converter VImageConverterRef, srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageConvertAnyToAny calls the vImage framework function vImageConvert_AnyToAny.

func VImageConvertBGRA16UtoRGB16U

func VImageConvertBGRA16UtoRGB16U(bgraSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertBGRA16UtoRGB16U calls the vImage framework function vImageConvert_BGRA16UtoRGB16U.

func VImageConvertBGRA8888toRGB565

func VImageConvertBGRA8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertBGRA8888toRGB565 calls the vImage framework function vImageConvert_BGRA8888toRGB565.

func VImageConvertBGRA8888toRGB565Dithered

func VImageConvertBGRA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertBGRA8888toRGB565Dithered calls the vImage framework function vImageConvert_BGRA8888toRGB565_dithered.

func VImageConvertBGRA8888toRGB888

func VImageConvertBGRA8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int

VImageConvertBGRA8888toRGB888 calls the vImage framework function vImageConvert_BGRA8888toRGB888.

func VImageConvertBGRAFFFFtoRGBFFF

func VImageConvertBGRAFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertBGRAFFFFtoRGBFFF calls the vImage framework function vImageConvert_BGRAFFFFtoRGBFFF.

func VImageConvertBGRX8888ToPlanar8

func VImageConvertBGRX8888ToPlanar8(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, flags uint32) int

VImageConvertBGRX8888ToPlanar8 calls the vImage framework function vImageConvert_BGRX8888ToPlanar8.

func VImageConvertBGRXFFFFToPlanarF

func VImageConvertBGRXFFFFToPlanarF(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, flags uint32) int

VImageConvertBGRXFFFFToPlanarF calls the vImage framework function vImageConvert_BGRXFFFFToPlanarF.

func VImageConvertChunkyToPlanar8

func VImageConvertChunkyToPlanar8(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, srcStrideBytes int, srcWidth int, srcHeight int, srcRowBytes int, flags uint32) int

VImageConvertChunkyToPlanar8 calls the vImage framework function vImageConvert_ChunkyToPlanar8.

func VImageConvertChunkyToPlanarF

func VImageConvertChunkyToPlanarF(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, srcStrideBytes int, srcWidth int, srcHeight int, srcRowBytes int, flags uint32) int

VImageConvertChunkyToPlanarF calls the vImage framework function vImageConvert_ChunkyToPlanarF.

func VImageConvertFTo16S

func VImageConvertFTo16S(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int

VImageConvertFTo16S calls the vImage framework function vImageConvert_FTo16S.

func VImageConvertFTo16U

func VImageConvertFTo16U(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int

VImageConvertFTo16U calls the vImage framework function vImageConvert_FTo16U.

func VImageConvertFto16Q12

func VImageConvertFto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertFto16Q12 calls the vImage framework function vImageConvert_Fto16Q12.

func VImageConvertIndexed1toPlanar8

func VImageConvertIndexed1toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, colors unsafe.Pointer, flags uint32) int

VImageConvertIndexed1toPlanar8 calls the vImage framework function vImageConvert_Indexed1toPlanar8.

func VImageConvertIndexed2toPlanar8

func VImageConvertIndexed2toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, colors unsafe.Pointer, flags uint32) int

VImageConvertIndexed2toPlanar8 calls the vImage framework function vImageConvert_Indexed2toPlanar8.

func VImageConvertIndexed4toPlanar8

func VImageConvertIndexed4toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, colors unsafe.Pointer, flags uint32) int

VImageConvertIndexed4toPlanar8 calls the vImage framework function vImageConvert_Indexed4toPlanar8.

func VImageConvertPlanar1toPlanar8

func VImageConvertPlanar1toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar1toPlanar8 calls the vImage framework function vImageConvert_Planar1toPlanar8.

func VImageConvertPlanar2toPlanar8

func VImageConvertPlanar2toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar2toPlanar8 calls the vImage framework function vImageConvert_Planar2toPlanar8.

func VImageConvertPlanar4toPlanar8

func VImageConvertPlanar4toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar4toPlanar8 calls the vImage framework function vImageConvert_Planar4toPlanar8.

func VImageConvertPlanar8To16U

func VImageConvertPlanar8To16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8To16U calls the vImage framework function vImageConvert_Planar8To16U.

func VImageConvertPlanar8ToARGBFFFF

func VImageConvertPlanar8ToARGBFFFF(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanar8ToARGBFFFF calls the vImage framework function vImageConvert_Planar8ToARGBFFFF.

func VImageConvertPlanar8ToBGRX8888

func VImageConvertPlanar8ToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8ToBGRX8888 calls the vImage framework function vImageConvert_Planar8ToBGRX8888.

func VImageConvertPlanar8ToBGRXFFFF

func VImageConvertPlanar8ToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanar8ToBGRXFFFF calls the vImage framework function vImageConvert_Planar8ToBGRXFFFF.

func VImageConvertPlanar8ToXRGB8888

func VImageConvertPlanar8ToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8ToXRGB8888 calls the vImage framework function vImageConvert_Planar8ToXRGB8888.

func VImageConvertPlanar8ToXRGBFFFF

func VImageConvertPlanar8ToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanar8ToXRGBFFFF calls the vImage framework function vImageConvert_Planar8ToXRGBFFFF.

func VImageConvertPlanar8toARGB1555

func VImageConvertPlanar8toARGB1555(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8toARGB1555 calls the vImage framework function vImageConvert_Planar8toARGB1555.

func VImageConvertPlanar8toARGB8888

func VImageConvertPlanar8toARGB8888(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8toARGB8888 calls the vImage framework function vImageConvert_Planar8toARGB8888.

func VImageConvertPlanar8toIndexed1

func VImageConvertPlanar8toIndexed1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)

VImageConvertPlanar8toIndexed1 calls the vImage framework function vImageConvert_Planar8toIndexed1.

func VImageConvertPlanar8toIndexed2

func VImageConvertPlanar8toIndexed2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)

VImageConvertPlanar8toIndexed2 calls the vImage framework function vImageConvert_Planar8toIndexed2.

func VImageConvertPlanar8toIndexed4

func VImageConvertPlanar8toIndexed4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)

VImageConvertPlanar8toIndexed4 calls the vImage framework function vImageConvert_Planar8toIndexed4.

func VImageConvertPlanar8toPlanar1

func VImageConvertPlanar8toPlanar1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertPlanar8toPlanar1 calls the vImage framework function vImageConvert_Planar8toPlanar1.

func VImageConvertPlanar8toPlanar2

func VImageConvertPlanar8toPlanar2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertPlanar8toPlanar2 calls the vImage framework function vImageConvert_Planar8toPlanar2.

func VImageConvertPlanar8toPlanar4

func VImageConvertPlanar8toPlanar4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertPlanar8toPlanar4 calls the vImage framework function vImageConvert_Planar8toPlanar4.

func VImageConvertPlanar8toPlanar16F

func VImageConvertPlanar8toPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8toPlanar16F calls the vImage framework function vImageConvert_Planar8toPlanar16F.

func VImageConvertPlanar8toPlanarF

func VImageConvertPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int

VImageConvertPlanar8toPlanarF calls the vImage framework function vImageConvert_Planar8toPlanarF.

func VImageConvertPlanar8toRGB565

func VImageConvertPlanar8toRGB565(srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8toRGB565 calls the vImage framework function vImageConvert_Planar8toRGB565.

func VImageConvertPlanar8toRGB888

func VImageConvertPlanar8toRGB888(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, planarBlue unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertPlanar8toRGB888 calls the vImage framework function vImageConvert_Planar8toRGB888.

func VImageConvertPlanar16FtoPlanar8

func VImageConvertPlanar16FtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16FtoPlanar8 calls the vImage framework function vImageConvert_Planar16FtoPlanar8.

func VImageConvertPlanar16FtoPlanarF

func VImageConvertPlanar16FtoPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16FtoPlanarF calls the vImage framework function vImageConvert_Planar16FtoPlanarF.

func VImageConvertPlanar16Q12toARGB16F

func VImageConvertPlanar16Q12toARGB16F(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16Q12toARGB16F calls the vImage framework function vImageConvert_Planar16Q12toARGB16F.

func VImageConvertPlanar16Q12toARGB8888

func VImageConvertPlanar16Q12toARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16Q12toARGB8888 calls the vImage framework function vImageConvert_Planar16Q12toARGB8888.

func VImageConvertPlanar16Q12toRGB16F

func VImageConvertPlanar16Q12toRGB16F(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16Q12toRGB16F calls the vImage framework function vImageConvert_Planar16Q12toRGB16F.

func VImageConvertPlanar16Q12toRGB888

func VImageConvertPlanar16Q12toRGB888(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16Q12toRGB888 calls the vImage framework function vImageConvert_Planar16Q12toRGB888.

func VImageConvertPlanar16UtoARGB16U

func VImageConvertPlanar16UtoARGB16U(aSrc unsafe.Pointer, rSrc unsafe.Pointer, gSrc unsafe.Pointer, bSrc unsafe.Pointer, argbDest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16UtoARGB16U calls the vImage framework function vImageConvert_Planar16UtoARGB16U.

func VImageConvertPlanar16UtoPlanar8Dithered

func VImageConvertPlanar16UtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int

VImageConvertPlanar16UtoPlanar8Dithered calls the vImage framework function vImageConvert_Planar16UtoPlanar8_dithered.

func VImageConvertPlanar16UtoRGB16U

func VImageConvertPlanar16UtoRGB16U(rSrc unsafe.Pointer, gSrc unsafe.Pointer, bSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertPlanar16UtoRGB16U calls the vImage framework function vImageConvert_Planar16UtoRGB16U.

func VImageConvertPlanarFToARGB8888

func VImageConvertPlanarFToARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanarFToARGB8888 calls the vImage framework function vImageConvert_PlanarFToARGB8888.

func VImageConvertPlanarFToBGRX8888

func VImageConvertPlanarFToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanarFToBGRX8888 calls the vImage framework function vImageConvert_PlanarFToBGRX8888.

func VImageConvertPlanarFToBGRXFFFF

func VImageConvertPlanarFToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanarFToBGRXFFFF calls the vImage framework function vImageConvert_PlanarFToBGRXFFFF.

func VImageConvertPlanarFToXRGB8888

func VImageConvertPlanarFToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, flags uint32) int

VImageConvertPlanarFToXRGB8888 calls the vImage framework function vImageConvert_PlanarFToXRGB8888.

func VImageConvertPlanarFToXRGBFFFF

func VImageConvertPlanarFToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanarFToXRGBFFFF calls the vImage framework function vImageConvert_PlanarFToXRGBFFFF.

func VImageConvertPlanarFtoARGBFFFF

func VImageConvertPlanarFtoARGBFFFF(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanarFtoARGBFFFF calls the vImage framework function vImageConvert_PlanarFtoARGBFFFF.

func VImageConvertPlanarFtoPlanar8

func VImageConvertPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int

VImageConvertPlanarFtoPlanar8 calls the vImage framework function vImageConvert_PlanarFtoPlanar8.

func VImageConvertPlanarFtoPlanar8Dithered

func VImageConvertPlanarFtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, dither int, flags uint32) int

VImageConvertPlanarFtoPlanar8Dithered calls the vImage framework function vImageConvert_PlanarFtoPlanar8_dithered.

func VImageConvertPlanarFtoPlanar16F

func VImageConvertPlanarFtoPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertPlanarFtoPlanar16F calls the vImage framework function vImageConvert_PlanarFtoPlanar16F.

func VImageConvertPlanarFtoRGBFFF

func VImageConvertPlanarFtoRGBFFF(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, planarBlue unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertPlanarFtoRGBFFF calls the vImage framework function vImageConvert_PlanarFtoRGBFFF.

func VImageConvertPlanarToChunky8

func VImageConvertPlanarToChunky8(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, destStrideBytes int, destWidth int, destHeight int, destRowBytes int, flags uint32) int

VImageConvertPlanarToChunky8 calls the vImage framework function vImageConvert_PlanarToChunky8.

func VImageConvertPlanarToChunkyF

func VImageConvertPlanarToChunkyF(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, destStrideBytes int, destWidth int, destHeight int, destRowBytes int, flags uint32) int

VImageConvertPlanarToChunkyF calls the vImage framework function vImageConvert_PlanarToChunkyF.

func VImageConvertRGB16UToARGB8888

func VImageConvertRGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvertRGB16UToARGB8888 calls the vImage framework function vImageConvert_RGB16UToARGB8888.

func VImageConvertRGB16UtoARGB16U

func VImageConvertRGB16UtoARGB16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, argbDest unsafe.Pointer, premultiply bool, flags uint32) int

VImageConvertRGB16UtoARGB16U calls the vImage framework function vImageConvert_RGB16UtoARGB16U.

func VImageConvertRGB16UtoBGRA16U

func VImageConvertRGB16UtoBGRA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, bgraDest unsafe.Pointer, premultiply bool, flags uint32) int

VImageConvertRGB16UtoBGRA16U calls the vImage framework function vImageConvert_RGB16UtoBGRA16U.

func VImageConvertRGB16UtoPlanar16U

func VImageConvertRGB16UtoPlanar16U(rgbSrc unsafe.Pointer, rDest unsafe.Pointer, gDest unsafe.Pointer, bDest unsafe.Pointer, flags uint32) int

VImageConvertRGB16UtoPlanar16U calls the vImage framework function vImageConvert_RGB16UtoPlanar16U.

func VImageConvertRGB16UtoRGB888Dithered

func VImageConvertRGB16UtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGB16UtoRGB888Dithered calls the vImage framework function vImageConvert_RGB16UtoRGB888_dithered.

func VImageConvertRGB16UtoRGBA16U

func VImageConvertRGB16UtoRGBA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, rgbaDest unsafe.Pointer, premultiply bool, flags uint32) int

VImageConvertRGB16UtoRGBA16U calls the vImage framework function vImageConvert_RGB16UtoRGBA16U.

func VImageConvertRGB565toARGB1555

func VImageConvertRGB565toARGB1555(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGB565toARGB1555 calls the vImage framework function vImageConvert_RGB565toARGB1555.

func VImageConvertRGB565toARGB8888

func VImageConvertRGB565toARGB8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGB565toARGB8888 calls the vImage framework function vImageConvert_RGB565toARGB8888.

func VImageConvertRGB565toBGRA8888

func VImageConvertRGB565toBGRA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGB565toBGRA8888 calls the vImage framework function vImageConvert_RGB565toBGRA8888.

func VImageConvertRGB565toPlanar8

func VImageConvertRGB565toPlanar8(src unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int

VImageConvertRGB565toPlanar8 calls the vImage framework function vImageConvert_RGB565toPlanar8.

func VImageConvertRGB565toRGB888

func VImageConvertRGB565toRGB888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGB565toRGB888 calls the vImage framework function vImageConvert_RGB565toRGB888.

func VImageConvertRGB565toRGBA5551

func VImageConvertRGB565toRGBA5551(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGB565toRGBA5551 calls the vImage framework function vImageConvert_RGB565toRGBA5551.

func VImageConvertRGB565toRGBA8888

func VImageConvertRGB565toRGBA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGB565toRGBA8888 calls the vImage framework function vImageConvert_RGB565toRGBA8888.

func VImageConvertRGB888toARGB8888

func VImageConvertRGB888toARGB8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int

VImageConvertRGB888toARGB8888 calls the vImage framework function vImageConvert_RGB888toARGB8888.

func VImageConvertRGB888toBGRA8888

func VImageConvertRGB888toBGRA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int

VImageConvertRGB888toBGRA8888 calls the vImage framework function vImageConvert_RGB888toBGRA8888.

func VImageConvertRGB888toPlanar8

func VImageConvertRGB888toPlanar8(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, blueDest unsafe.Pointer, flags uint32) int

VImageConvertRGB888toPlanar8 calls the vImage framework function vImageConvert_RGB888toPlanar8.

func VImageConvertRGB888toPlanar16Q12

func VImageConvertRGB888toPlanar16Q12(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int

VImageConvertRGB888toPlanar16Q12 calls the vImage framework function vImageConvert_RGB888toPlanar16Q12.

func VImageConvertRGB888toRGB565Dithered

func VImageConvertRGB888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGB888toRGB565Dithered calls the vImage framework function vImageConvert_RGB888toRGB565_dithered.

func VImageConvertRGB888toRGBA8888

func VImageConvertRGB888toRGBA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int

VImageConvertRGB888toRGBA8888 calls the vImage framework function vImageConvert_RGB888toRGBA8888.

func VImageConvertRGBA16UtoRGB16U

func VImageConvertRGBA16UtoRGB16U(rgbaSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int

VImageConvertRGBA16UtoRGB16U calls the vImage framework function vImageConvert_RGBA16UtoRGB16U.

func VImageConvertRGBA5551toRGB565

func VImageConvertRGBA5551toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGBA5551toRGB565 calls the vImage framework function vImageConvert_RGBA5551toRGB565.

func VImageConvertRGBA5551toRGBA8888

func VImageConvertRGBA5551toRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGBA5551toRGBA8888 calls the vImage framework function vImageConvert_RGBA5551toRGBA8888.

func VImageConvertRGBA8888toRGB565

func VImageConvertRGBA8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGBA8888toRGB565 calls the vImage framework function vImageConvert_RGBA8888toRGB565.

func VImageConvertRGBA8888toRGB565Dithered

func VImageConvertRGBA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGBA8888toRGB565Dithered calls the vImage framework function vImageConvert_RGBA8888toRGB565_dithered.

func VImageConvertRGBA8888toRGB888

func VImageConvertRGBA8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int

VImageConvertRGBA8888toRGB888 calls the vImage framework function vImageConvert_RGBA8888toRGB888.

func VImageConvertRGBA8888toRGBA5551

func VImageConvertRGBA8888toRGBA5551(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGBA8888toRGBA5551 calls the vImage framework function vImageConvert_RGBA8888toRGBA5551.

func VImageConvertRGBA8888toRGBA5551Dithered

func VImageConvertRGBA8888toRGBA5551Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGBA8888toRGBA5551Dithered calls the vImage framework function vImageConvert_RGBA8888toRGBA5551_dithered.

func VImageConvertRGBA1010102ToARGB16Q12

func VImageConvertRGBA1010102ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertRGBA1010102ToARGB16Q12 calls the vImage framework function vImageConvert_RGBA1010102ToARGB16Q12.

func VImageConvertRGBA1010102ToARGB16U

func VImageConvertRGBA1010102ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertRGBA1010102ToARGB16U calls the vImage framework function vImageConvert_RGBA1010102ToARGB16U.

func VImageConvertRGBA1010102ToARGB8888

func VImageConvertRGBA1010102ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertRGBA1010102ToARGB8888 calls the vImage framework function vImageConvert_RGBA1010102ToARGB8888.

func VImageConvertRGBAFFFFtoRGBFFF

func VImageConvertRGBAFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageConvertRGBAFFFFtoRGBFFF calls the vImage framework function vImageConvert_RGBAFFFFtoRGBFFF.

func VImageConvertRGBFFFtoARGBFFFF

func VImageConvertRGBFFFtoARGBFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int

VImageConvertRGBFFFtoARGBFFFF calls the vImage framework function vImageConvert_RGBFFFtoARGBFFFF.

func VImageConvertRGBFFFtoBGRAFFFF

func VImageConvertRGBFFFtoBGRAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int

VImageConvertRGBFFFtoBGRAFFFF calls the vImage framework function vImageConvert_RGBFFFtoBGRAFFFF.

func VImageConvertRGBFFFtoPlanarF

func VImageConvertRGBFFFtoPlanarF(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, blueDest unsafe.Pointer, flags uint32) int

VImageConvertRGBFFFtoPlanarF calls the vImage framework function vImageConvert_RGBFFFtoPlanarF.

func VImageConvertRGBFFFtoRGB888Dithered

func VImageConvertRGBFFFtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, maxFloat unsafe.Pointer, minFloat unsafe.Pointer, dither int, flags uint32) int

VImageConvertRGBFFFtoRGB888Dithered calls the vImage framework function vImageConvert_RGBFFFtoRGB888_dithered.

func VImageConvertRGBFFFtoRGBAFFFF

func VImageConvertRGBFFFtoRGBAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int

VImageConvertRGBFFFtoRGBAFFFF calls the vImage framework function vImageConvert_RGBFFFtoRGBAFFFF.

func VImageConvertXRGB8888ToPlanar8

func VImageConvertXRGB8888ToPlanar8(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int

VImageConvertXRGB8888ToPlanar8 calls the vImage framework function vImageConvert_XRGB8888ToPlanar8.

func VImageConvertXRGB2101010ToARGB16F

func VImageConvertXRGB2101010ToARGB16F(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertXRGB2101010ToARGB16F calls the vImage framework function vImageConvert_XRGB2101010ToARGB16F.

func VImageConvertXRGB2101010ToARGB16Q12

func VImageConvertXRGB2101010ToARGB16Q12(src unsafe.Pointer, alpha int16, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertXRGB2101010ToARGB16Q12 calls the vImage framework function vImageConvert_XRGB2101010ToARGB16Q12.

func VImageConvertXRGB2101010ToARGB16U

func VImageConvertXRGB2101010ToARGB16U(src unsafe.Pointer, alpha uint16, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertXRGB2101010ToARGB16U calls the vImage framework function vImageConvert_XRGB2101010ToARGB16U.

func VImageConvertXRGB2101010ToARGB8888

func VImageConvertXRGB2101010ToARGB8888(src unsafe.Pointer, alpha uint8, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertXRGB2101010ToARGB8888 calls the vImage framework function vImageConvert_XRGB2101010ToARGB8888.

func VImageConvertXRGB2101010ToARGBFFFF

func VImageConvertXRGB2101010ToARGBFFFF(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, permuteMap unsafe.Pointer, flags uint32) int

VImageConvertXRGB2101010ToARGBFFFF calls the vImage framework function vImageConvert_XRGB2101010ToARGBFFFF.

func VImageConvertXRGBFFFFToPlanarF

func VImageConvertXRGBFFFFToPlanarF(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int

VImageConvertXRGBFFFFToPlanarF calls the vImage framework function vImageConvert_XRGBFFFFToPlanarF.

func VImageConverterGetDestinationBufferOrder

func VImageConverterGetDestinationBufferOrder(converter VImageConverterRef) unsafe.Pointer

VImageConverterGetDestinationBufferOrder calls the vImage framework function vImageConverter_GetDestinationBufferOrder.

func VImageConverterGetNumberOfDestinationBuffers

func VImageConverterGetNumberOfDestinationBuffers(converter VImageConverterRef) int

VImageConverterGetNumberOfDestinationBuffers calls the vImage framework function vImageConverter_GetNumberOfDestinationBuffers.

func VImageConverterGetNumberOfSourceBuffers

func VImageConverterGetNumberOfSourceBuffers(converter VImageConverterRef) int

VImageConverterGetNumberOfSourceBuffers calls the vImage framework function vImageConverter_GetNumberOfSourceBuffers.

func VImageConverterGetSourceBufferOrder

func VImageConverterGetSourceBufferOrder(converter VImageConverterRef) unsafe.Pointer

VImageConverterGetSourceBufferOrder calls the vImage framework function vImageConverter_GetSourceBufferOrder.

func VImageConverterMustOperateOutOfPlace

func VImageConverterMustOperateOutOfPlace(converter VImageConverterRef, srcs unsafe.Pointer, dests unsafe.Pointer, flags uint32) int

VImageConverterMustOperateOutOfPlace calls the vImage framework function vImageConverter_MustOperateOutOfPlace.

func VImageConverterRelease

func VImageConverterRelease(converter VImageConverterRef)

VImageConverterRelease calls the vImage framework function vImageConverter_Release.

func VImageConverterRetain

func VImageConverterRetain(converter VImageConverterRef)

VImageConverterRetain calls the vImage framework function vImageConverter_Retain.

func VImageConvolveARGB16F

func VImageConvolveARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveARGB16F calls the vImage framework function vImageConvolve_ARGB16F.

func VImageConvolveARGB8888

func VImageConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, divisor int32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveARGB8888 calls the vImage framework function vImageConvolve_ARGB8888.

func VImageConvolveARGBFFFF

func VImageConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveARGBFFFF calls the vImage framework function vImageConvolve_ARGBFFFF.

func VImageConvolveFloatKernelARGB8888

func VImageConvolveFloatKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveFloatKernelARGB8888 calls the vImage framework function vImageConvolveFloatKernel_ARGB8888.

func VImageConvolveMultiKernelARGB8888

func VImageConvolveMultiKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernels unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, divisors unsafe.Pointer, biases unsafe.Pointer, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveMultiKernelARGB8888 calls the vImage framework function vImageConvolveMultiKernel_ARGB8888.

func VImageConvolveMultiKernelARGBFFFF

func VImageConvolveMultiKernelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernels unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, biases unsafe.Pointer, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveMultiKernelARGBFFFF calls the vImage framework function vImageConvolveMultiKernel_ARGBFFFF.

func VImageConvolvePlanar8

func VImageConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, divisor int32, backgroundColor uint8, flags uint32) int

VImageConvolvePlanar8 calls the vImage framework function vImageConvolve_Planar8.

func VImageConvolvePlanar16F

func VImageConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, backgroundColor uint16, flags uint32) int

VImageConvolvePlanar16F calls the vImage framework function vImageConvolve_Planar16F.

func VImageConvolvePlanarF

func VImageConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, backgroundColor float32, flags uint32) int

VImageConvolvePlanarF calls the vImage framework function vImageConvolve_PlanarF.

func VImageConvolveWithBiasARGB16F

func VImageConvolveWithBiasARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveWithBiasARGB16F calls the vImage framework function vImageConvolveWithBias_ARGB16F.

func VImageConvolveWithBiasARGB8888

func VImageConvolveWithBiasARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, divisor int32, bias int32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveWithBiasARGB8888 calls the vImage framework function vImageConvolveWithBias_ARGB8888.

func VImageConvolveWithBiasARGBFFFF

func VImageConvolveWithBiasARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor unsafe.Pointer, flags uint32) int

VImageConvolveWithBiasARGBFFFF calls the vImage framework function vImageConvolveWithBias_ARGBFFFF.

func VImageConvolveWithBiasPlanar8

func VImageConvolveWithBiasPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, divisor int32, bias int32, backgroundColor uint8, flags uint32) int

VImageConvolveWithBiasPlanar8 calls the vImage framework function vImageConvolveWithBias_Planar8.

func VImageConvolveWithBiasPlanar16F

func VImageConvolveWithBiasPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor uint16, flags uint32) int

VImageConvolveWithBiasPlanar16F calls the vImage framework function vImageConvolveWithBias_Planar16F.

func VImageConvolveWithBiasPlanarF

func VImageConvolveWithBiasPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor float32, flags uint32) int

VImageConvolveWithBiasPlanarF calls the vImage framework function vImageConvolveWithBias_PlanarF.

func VImageCopyBuffer

func VImageCopyBuffer(src unsafe.Pointer, dest unsafe.Pointer, pixelSize int, flags uint32) int

VImageCopyBuffer calls the vImage framework function vImageCopyBuffer.

func VImageCreateCGImageFromBuffer

func VImageCreateCGImageFromBuffer(buf unsafe.Pointer, format unsafe.Pointer, callback unsafe.Pointer, userData unsafe.Pointer, flags uint32) (result coregraphics.CGImageRef, err int)

VImageCreateCGImageFromBuffer calls the vImage framework function vImageCreateCGImageFromBuffer.

func VImageCreateGammaFunction

func VImageCreateGammaFunction(gamma float32, gammaType int, flags uint32) unsafe.Pointer

VImageCreateGammaFunction calls the vImage framework function vImageCreateGammaFunction.

func VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction

func VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction(whitePoint *VImageWhitePoint, tf *VImageTransferFunction, intent unsafe.Pointer, flags uint32) (result coregraphics.CGColorSpaceRef, err int)

VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction calls the vImage framework function vImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction.

func VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction

func VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction(primaries *VImageRGBPrimaries, tf *VImageTransferFunction, intent unsafe.Pointer, flags uint32) (result coregraphics.CGColorSpaceRef, err int)

VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction calls the vImage framework function vImageCreateRGBColorSpaceWithPrimariesAndTransferFunction.

func VImageDestroyGammaFunction

func VImageDestroyGammaFunction(f unsafe.Pointer)

VImageDestroyGammaFunction calls the vImage framework function vImageDestroyGammaFunction.

func VImageDestroyResamplingFilter

func VImageDestroyResamplingFilter(filter unsafe.Pointer)

VImageDestroyResamplingFilter calls the vImage framework function vImageDestroyResamplingFilter.

func VImageDilateARGB8888

func VImageDilateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageDilateARGB8888 calls the vImage framework function vImageDilate_ARGB8888.

func VImageDilateARGBFFFF

func VImageDilateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageDilateARGBFFFF calls the vImage framework function vImageDilate_ARGBFFFF.

func VImageDilatePlanar8

func VImageDilatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageDilatePlanar8 calls the vImage framework function vImageDilate_Planar8.

func VImageDilatePlanarF

func VImageDilatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageDilatePlanarF calls the vImage framework function vImageDilate_PlanarF.

func VImageEndsInContrastStretchARGB8888

func VImageEndsInContrastStretchARGB8888(src unsafe.Pointer, dest unsafe.Pointer, percentLow unsafe.Pointer, percentHigh unsafe.Pointer, flags uint32) int

VImageEndsInContrastStretchARGB8888 calls the vImage framework function vImageEndsInContrastStretch_ARGB8888.

func VImageEndsInContrastStretchARGBFFFF

func VImageEndsInContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, percentLow unsafe.Pointer, percentHigh unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageEndsInContrastStretchARGBFFFF calls the vImage framework function vImageEndsInContrastStretch_ARGBFFFF.

func VImageEndsInContrastStretchPlanar8

func VImageEndsInContrastStretchPlanar8(src unsafe.Pointer, dest unsafe.Pointer, percentLow int, percentHigh int, flags uint32) int

VImageEndsInContrastStretchPlanar8 calls the vImage framework function vImageEndsInContrastStretch_Planar8.

func VImageEndsInContrastStretchPlanarF

func VImageEndsInContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, percentLow int, percentHigh int, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageEndsInContrastStretchPlanarF calls the vImage framework function vImageEndsInContrastStretch_PlanarF.

func VImageEqualizationARGB8888

func VImageEqualizationARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageEqualizationARGB8888 calls the vImage framework function vImageEqualization_ARGB8888.

func VImageEqualizationARGBFFFF

func VImageEqualizationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageEqualizationARGBFFFF calls the vImage framework function vImageEqualization_ARGBFFFF.

func VImageEqualizationPlanar8

func VImageEqualizationPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageEqualizationPlanar8 calls the vImage framework function vImageEqualization_Planar8.

func VImageEqualizationPlanarF

func VImageEqualizationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageEqualizationPlanarF calls the vImage framework function vImageEqualization_PlanarF.

func VImageErodeARGB8888

func VImageErodeARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageErodeARGB8888 calls the vImage framework function vImageErode_ARGB8888.

func VImageErodeARGBFFFF

func VImageErodeARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageErodeARGBFFFF calls the vImage framework function vImageErode_ARGBFFFF.

func VImageErodePlanar8

func VImageErodePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageErodePlanar8 calls the vImage framework function vImageErode_Planar8.

func VImageErodePlanarF

func VImageErodePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernelHeight int, kernelWidth int, flags uint32) int

VImageErodePlanarF calls the vImage framework function vImageErode_PlanarF.

func VImageExtractChannelARGB16U

func VImageExtractChannelARGB16U(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int

VImageExtractChannelARGB16U calls the vImage framework function vImageExtractChannel_ARGB16U.

func VImageExtractChannelARGB8888

func VImageExtractChannelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int

VImageExtractChannelARGB8888 calls the vImage framework function vImageExtractChannel_ARGB8888.

func VImageExtractChannelARGBFFFF

func VImageExtractChannelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int

VImageExtractChannelARGBFFFF calls the vImage framework function vImageExtractChannel_ARGBFFFF.

func VImageFlattenARGB16Q12

func VImageFlattenARGB16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, argbBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenARGB16Q12 calls the vImage framework function vImageFlatten_ARGB16Q12.

func VImageFlattenARGB16U

func VImageFlattenARGB16U(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, argbBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenARGB16U calls the vImage framework function vImageFlatten_ARGB16U.

func VImageFlattenARGB8888

func VImageFlattenARGB8888(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, argbBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenARGB8888 calls the vImage framework function vImageFlatten_ARGB8888.

func VImageFlattenARGB8888ToRGB888

func VImageFlattenARGB8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenARGB8888ToRGB888 calls the vImage framework function vImageFlatten_ARGB8888ToRGB888.

func VImageFlattenARGBFFFF

func VImageFlattenARGBFFFF(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, argbBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenARGBFFFF calls the vImage framework function vImageFlatten_ARGBFFFF.

func VImageFlattenARGBFFFFToRGBFFF

func VImageFlattenARGBFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenARGBFFFFToRGBFFF calls the vImage framework function vImageFlatten_ARGBFFFFToRGBFFF.

func VImageFlattenBGRA8888ToRGB888

func VImageFlattenBGRA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenBGRA8888ToRGB888 calls the vImage framework function vImageFlatten_BGRA8888ToRGB888.

func VImageFlattenBGRAFFFFToRGBFFF

func VImageFlattenBGRAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenBGRAFFFFToRGBFFF calls the vImage framework function vImageFlatten_BGRAFFFFToRGBFFF.

func VImageFlattenRGBA16Q12

func VImageFlattenRGBA16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, argbBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenRGBA16Q12 calls the vImage framework function vImageFlatten_RGBA16Q12.

func VImageFlattenRGBA16U

func VImageFlattenRGBA16U(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, rgbaBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenRGBA16U calls the vImage framework function vImageFlatten_RGBA16U.

func VImageFlattenRGBA8888

func VImageFlattenRGBA8888(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, rgbaBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenRGBA8888 calls the vImage framework function vImageFlatten_RGBA8888.

func VImageFlattenRGBA8888ToRGB888

func VImageFlattenRGBA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenRGBA8888ToRGB888 calls the vImage framework function vImageFlatten_RGBA8888ToRGB888.

func VImageFlattenRGBAFFFF

func VImageFlattenRGBAFFFF(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, rgbaBackgroundColorPtr unsafe.Pointer, isImagePremultiplied bool, flags uint32) int

VImageFlattenRGBAFFFF calls the vImage framework function vImageFlatten_RGBAFFFF.

func VImageFlattenRGBAFFFFToRGBFFF

func VImageFlattenRGBAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 bool, arg5 uint32) int

VImageFlattenRGBAFFFFToRGBFFF calls the vImage framework function vImageFlatten_RGBAFFFFToRGBFFF.

func VImageFloodFillARGB16U

func VImageFloodFillARGB16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, connectivity int, flags uint32) (result int, newValue uint16)

VImageFloodFillARGB16U calls the vImage framework function vImageFloodFill_ARGB16U.

func VImageFloodFillARGB8888

func VImageFloodFillARGB8888(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, connectivity int, flags uint32) (result int, newValue uint8)

VImageFloodFillARGB8888 calls the vImage framework function vImageFloodFill_ARGB8888.

func VImageFloodFillPlanar8

func VImageFloodFillPlanar8(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, newValue uint8, connectivity int, flags uint32) int

VImageFloodFillPlanar8 calls the vImage framework function vImageFloodFill_Planar8.

func VImageFloodFillPlanar16U

func VImageFloodFillPlanar16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, newValue uint16, connectivity int, flags uint32) int

VImageFloodFillPlanar16U calls the vImage framework function vImageFloodFill_Planar16U.

func VImageGammaPlanar8toPlanarF

func VImageGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int

VImageGammaPlanar8toPlanarF calls the vImage framework function vImageGamma_Planar8toPlanarF.

func VImageGammaPlanarF

func VImageGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int

VImageGammaPlanarF calls the vImage framework function vImageGamma_PlanarF.

func VImageGammaPlanarFtoPlanar8

func VImageGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int

VImageGammaPlanarFtoPlanar8 calls the vImage framework function vImageGamma_PlanarFtoPlanar8.

func VImageGetResamplingFilterExtent

func VImageGetResamplingFilterExtent(filter unsafe.Pointer, flags uint32) int

VImageGetResamplingFilterExtent calls the vImage framework function vImageGetResamplingFilterExtent.

func VImageGetResamplingFilterSize

func VImageGetResamplingFilterSize(scale float32, kernelFunc unsafe.Pointer, kernelWidth float32, flags uint32) int

VImageGetResamplingFilterSize calls the vImage framework function vImageGetResamplingFilterSize.

func VImageHistogramCalculationARGB8888

func VImageHistogramCalculationARGB8888(src unsafe.Pointer, histogram unsafe.Pointer, flags uint32) int

VImageHistogramCalculationARGB8888 calls the vImage framework function vImageHistogramCalculation_ARGB8888.

func VImageHistogramCalculationARGBFFFF

func VImageHistogramCalculationARGBFFFF(src unsafe.Pointer, histogram unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageHistogramCalculationARGBFFFF calls the vImage framework function vImageHistogramCalculation_ARGBFFFF.

func VImageHistogramCalculationPlanar8

func VImageHistogramCalculationPlanar8(src unsafe.Pointer, flags uint32) (result int, histogram int)

VImageHistogramCalculationPlanar8 calls the vImage framework function vImageHistogramCalculation_Planar8.

func VImageHistogramCalculationPlanarF

func VImageHistogramCalculationPlanarF(src unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) (result int, histogram int)

VImageHistogramCalculationPlanarF calls the vImage framework function vImageHistogramCalculation_PlanarF.

func VImageHistogramSpecificationARGB8888

func VImageHistogramSpecificationARGB8888(src unsafe.Pointer, dest unsafe.Pointer, desiredHistogram unsafe.Pointer, flags uint32) int

VImageHistogramSpecificationARGB8888 calls the vImage framework function vImageHistogramSpecification_ARGB8888.

func VImageHistogramSpecificationARGBFFFF

func VImageHistogramSpecificationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, desiredHistogram unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageHistogramSpecificationARGBFFFF calls the vImage framework function vImageHistogramSpecification_ARGBFFFF.

func VImageHistogramSpecificationPlanar8

func VImageHistogramSpecificationPlanar8(src unsafe.Pointer, dest unsafe.Pointer, desiredHistogram unsafe.Pointer, flags uint32) int

VImageHistogramSpecificationPlanar8 calls the vImage framework function vImageHistogramSpecification_Planar8.

func VImageHistogramSpecificationPlanarF

func VImageHistogramSpecificationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, desiredHistogram unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int

VImageHistogramSpecificationPlanarF calls the vImage framework function vImageHistogramSpecification_PlanarF.

func VImageHorizontalReflectARGB16F

func VImageHorizontalReflectARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectARGB16F calls the vImage framework function vImageHorizontalReflect_ARGB16F.

func VImageHorizontalReflectARGB16S

func VImageHorizontalReflectARGB16S(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectARGB16S calls the vImage framework function vImageHorizontalReflect_ARGB16S.

func VImageHorizontalReflectARGB16U

func VImageHorizontalReflectARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectARGB16U calls the vImage framework function vImageHorizontalReflect_ARGB16U.

func VImageHorizontalReflectARGB8888

func VImageHorizontalReflectARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectARGB8888 calls the vImage framework function vImageHorizontalReflect_ARGB8888.

func VImageHorizontalReflectARGBFFFF

func VImageHorizontalReflectARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectARGBFFFF calls the vImage framework function vImageHorizontalReflect_ARGBFFFF.

func VImageHorizontalReflectCbCr16F

func VImageHorizontalReflectCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectCbCr16F calls the vImage framework function vImageHorizontalReflect_CbCr16F.

func VImageHorizontalReflectPlanar8

func VImageHorizontalReflectPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectPlanar8 calls the vImage framework function vImageHorizontalReflect_Planar8.

func VImageHorizontalReflectPlanar16F

func VImageHorizontalReflectPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectPlanar16F calls the vImage framework function vImageHorizontalReflect_Planar16F.

func VImageHorizontalReflectPlanar16U

func VImageHorizontalReflectPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectPlanar16U calls the vImage framework function vImageHorizontalReflect_Planar16U.

func VImageHorizontalReflectPlanarF

func VImageHorizontalReflectPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageHorizontalReflectPlanarF calls the vImage framework function vImageHorizontalReflect_PlanarF.

func VImageHorizontalShearARGB16F

func VImageHorizontalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearARGB16F calls the vImage framework function vImageHorizontalShear_ARGB16F.

func VImageHorizontalShearARGB16S

func VImageHorizontalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearARGB16S calls the vImage framework function vImageHorizontalShear_ARGB16S.

func VImageHorizontalShearARGB16U

func VImageHorizontalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearARGB16U calls the vImage framework function vImageHorizontalShear_ARGB16U.

func VImageHorizontalShearARGB8888

func VImageHorizontalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearARGB8888 calls the vImage framework function vImageHorizontalShear_ARGB8888.

func VImageHorizontalShearARGBFFFF

func VImageHorizontalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearARGBFFFF calls the vImage framework function vImageHorizontalShear_ARGBFFFF.

func VImageHorizontalShearCbCr8

func VImageHorizontalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearCbCr8 calls the vImage framework function vImageHorizontalShear_CbCr8.

func VImageHorizontalShearCbCr16F

func VImageHorizontalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearCbCr16F calls the vImage framework function vImageHorizontalShear_CbCr16F.

func VImageHorizontalShearCbCr16S

func VImageHorizontalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearCbCr16S calls the vImage framework function vImageHorizontalShear_CbCr16S.

func VImageHorizontalShearCbCr16U

func VImageHorizontalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearCbCr16U calls the vImage framework function vImageHorizontalShear_CbCr16U.

func VImageHorizontalShearDARGB16F

func VImageHorizontalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDARGB16F calls the vImage framework function vImageHorizontalShearD_ARGB16F.

func VImageHorizontalShearDARGB16S

func VImageHorizontalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDARGB16S calls the vImage framework function vImageHorizontalShearD_ARGB16S.

func VImageHorizontalShearDARGB16U

func VImageHorizontalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDARGB16U calls the vImage framework function vImageHorizontalShearD_ARGB16U.

func VImageHorizontalShearDARGB8888

func VImageHorizontalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDARGB8888 calls the vImage framework function vImageHorizontalShearD_ARGB8888.

func VImageHorizontalShearDARGBFFFF

func VImageHorizontalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDARGBFFFF calls the vImage framework function vImageHorizontalShearD_ARGBFFFF.

func VImageHorizontalShearDCbCr16F

func VImageHorizontalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDCbCr16F calls the vImage framework function vImageHorizontalShearD_CbCr16F.

func VImageHorizontalShearDCbCr16S

func VImageHorizontalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDCbCr16S calls the vImage framework function vImageHorizontalShearD_CbCr16S.

func VImageHorizontalShearDCbCr16U

func VImageHorizontalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageHorizontalShearDCbCr16U calls the vImage framework function vImageHorizontalShearD_CbCr16U.

func VImageHorizontalShearDPlanar8

func VImageHorizontalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint8, flags uint32) int

VImageHorizontalShearDPlanar8 calls the vImage framework function vImageHorizontalShearD_Planar8.

func VImageHorizontalShearDPlanar16F

func VImageHorizontalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageHorizontalShearDPlanar16F calls the vImage framework function vImageHorizontalShearD_Planar16F.

func VImageHorizontalShearDPlanarF

func VImageHorizontalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor float32, flags uint32) int

VImageHorizontalShearDPlanarF calls the vImage framework function vImageHorizontalShearD_PlanarF.

func VImageHorizontalShearPlanar8

func VImageHorizontalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint8, flags uint32) int

VImageHorizontalShearPlanar8 calls the vImage framework function vImageHorizontalShear_Planar8.

func VImageHorizontalShearPlanar16F

func VImageHorizontalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageHorizontalShearPlanar16F calls the vImage framework function vImageHorizontalShear_Planar16F.

func VImageHorizontalShearPlanar16S

func VImageHorizontalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor int16, flags uint32) int

VImageHorizontalShearPlanar16S calls the vImage framework function vImageHorizontalShear_Planar16S.

func VImageHorizontalShearPlanar16U

func VImageHorizontalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageHorizontalShearPlanar16U calls the vImage framework function vImageHorizontalShear_Planar16U.

func VImageHorizontalShearPlanarF

func VImageHorizontalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor float32, flags uint32) int

VImageHorizontalShearPlanarF calls the vImage framework function vImageHorizontalShear_PlanarF.

func VImageHorizontalShearXRGB2101010W

func VImageHorizontalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint32, flags uint32) int

VImageHorizontalShearXRGB2101010W calls the vImage framework function vImageHorizontalShear_XRGB2101010W.

func VImageInterpolatedLookupTablePlanarF

func VImageInterpolatedLookupTablePlanarF(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, tableEntries int, maxFloat float32, minFloat float32, flags uint32) int

VImageInterpolatedLookupTablePlanarF calls the vImage framework function vImageInterpolatedLookupTable_PlanarF.

func VImageLookupTable8to64U

func VImageLookupTable8to64U(src unsafe.Pointer, dest unsafe.Pointer, lut unsafe.Pointer, flags uint32) int

VImageLookupTable8to64U calls the vImage framework function vImageLookupTable_8to64U.

func VImageLookupTablePlanar8toPlanar16

func VImageLookupTablePlanar8toPlanar16(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanar16 calls the vImage framework function vImageLookupTable_Planar8toPlanar16.

func VImageLookupTablePlanar8toPlanar24

func VImageLookupTablePlanar8toPlanar24(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanar24 calls the vImage framework function vImageLookupTable_Planar8toPlanar24.

func VImageLookupTablePlanar8toPlanar48

func VImageLookupTablePlanar8toPlanar48(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanar48 calls the vImage framework function vImageLookupTable_Planar8toPlanar48.

func VImageLookupTablePlanar8toPlanar96

func VImageLookupTablePlanar8toPlanar96(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanar96 calls the vImage framework function vImageLookupTable_Planar8toPlanar96.

func VImageLookupTablePlanar8toPlanar128

func VImageLookupTablePlanar8toPlanar128(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanar128 calls the vImage framework function vImageLookupTable_Planar8toPlanar128.

func VImageLookupTablePlanar8toPlanarF

func VImageLookupTablePlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar8toPlanarF calls the vImage framework function vImageLookupTable_Planar8toPlanarF.

func VImageLookupTablePlanar16

func VImageLookupTablePlanar16(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanar16 calls the vImage framework function vImageLookupTable_Planar16.

func VImageLookupTablePlanarFtoPlanar8

func VImageLookupTablePlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageLookupTablePlanarFtoPlanar8 calls the vImage framework function vImageLookupTable_PlanarFtoPlanar8.

func VImageMatrixMultiplyARGB8888

func VImageMatrixMultiplyARGB8888(src unsafe.Pointer, dest unsafe.Pointer, matrix unsafe.Pointer, divisor int32, preBias unsafe.Pointer, postBias unsafe.Pointer, flags uint32) int

VImageMatrixMultiplyARGB8888 calls the vImage framework function vImageMatrixMultiply_ARGB8888.

func VImageMatrixMultiplyARGB8888ToPlanar8

func VImageMatrixMultiplyARGB8888ToPlanar8(src unsafe.Pointer, dest unsafe.Pointer, matrix unsafe.Pointer, divisor int32, preBias unsafe.Pointer, postBias int32, flags uint32) int

VImageMatrixMultiplyARGB8888ToPlanar8 calls the vImage framework function vImageMatrixMultiply_ARGB8888ToPlanar8.

func VImageMatrixMultiplyARGBFFFF

func VImageMatrixMultiplyARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, matrix unsafe.Pointer, preBias unsafe.Pointer, postBias unsafe.Pointer, flags uint32) int

VImageMatrixMultiplyARGBFFFF calls the vImage framework function vImageMatrixMultiply_ARGBFFFF.

func VImageMatrixMultiplyARGBFFFFToPlanarF

func VImageMatrixMultiplyARGBFFFFToPlanarF(src unsafe.Pointer, dest unsafe.Pointer, matrix unsafe.Pointer, preBias unsafe.Pointer, postBias float32, flags uint32) int

VImageMatrixMultiplyARGBFFFFToPlanarF calls the vImage framework function vImageMatrixMultiply_ARGBFFFFToPlanarF.

func VImageMatrixMultiplyPlanar8

func VImageMatrixMultiplyPlanar8(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, matrix unsafe.Pointer, divisor int32, preBias unsafe.Pointer, postBias unsafe.Pointer, flags uint32) int

VImageMatrixMultiplyPlanar8 calls the vImage framework function vImageMatrixMultiply_Planar8.

func VImageMatrixMultiplyPlanar16S

func VImageMatrixMultiplyPlanar16S(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, matrix unsafe.Pointer, divisor int32, preBias unsafe.Pointer, postBias unsafe.Pointer, flags uint32) int

VImageMatrixMultiplyPlanar16S calls the vImage framework function vImageMatrixMultiply_Planar16S.

func VImageMatrixMultiplyPlanarF

func VImageMatrixMultiplyPlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, matrix unsafe.Pointer, preBias unsafe.Pointer, postBias unsafe.Pointer, flags uint32) int

VImageMatrixMultiplyPlanarF calls the vImage framework function vImageMatrixMultiply_PlanarF.

func VImageMaxARGB8888

func VImageMaxARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMaxARGB8888 calls the vImage framework function vImageMax_ARGB8888.

func VImageMaxARGBFFFF

func VImageMaxARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMaxARGBFFFF calls the vImage framework function vImageMax_ARGBFFFF.

func VImageMaxPlanar8

func VImageMaxPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMaxPlanar8 calls the vImage framework function vImageMax_Planar8.

func VImageMaxPlanarF

func VImageMaxPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMaxPlanarF calls the vImage framework function vImageMax_PlanarF.

func VImageMinARGB8888

func VImageMinARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMinARGB8888 calls the vImage framework function vImageMin_ARGB8888.

func VImageMinARGBFFFF

func VImageMinARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMinARGBFFFF calls the vImage framework function vImageMin_ARGBFFFF.

func VImageMinPlanar8

func VImageMinPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMinPlanar8 calls the vImage framework function vImageMin_Planar8.

func VImageMinPlanarF

func VImageMinPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int

VImageMinPlanarF calls the vImage framework function vImageMin_PlanarF.

func VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12

func VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, table VImageMultidimensionalTable, method unsafe.Pointer, flags uint32) int

VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12 calls the vImage framework function vImageMultiDimensionalInterpolatedLookupTable_Planar16Q12.

func VImageMultiDimensionalInterpolatedLookupTablePlanarF

func VImageMultiDimensionalInterpolatedLookupTablePlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, table VImageMultidimensionalTable, method unsafe.Pointer, flags uint32) int

VImageMultiDimensionalInterpolatedLookupTablePlanarF calls the vImage framework function vImageMultiDimensionalInterpolatedLookupTable_PlanarF.

func VImageMultidimensionalTableRelease

func VImageMultidimensionalTableRelease(table VImageMultidimensionalTable) int

VImageMultidimensionalTableRelease calls the vImage framework function vImageMultidimensionalTable_Release.

func VImageMultidimensionalTableRetain

func VImageMultidimensionalTableRetain(table VImageMultidimensionalTable) int

VImageMultidimensionalTableRetain calls the vImage framework function vImageMultidimensionalTable_Retain.

func VImageNewResamplingFilter

func VImageNewResamplingFilter(scale float32, flags uint32) unsafe.Pointer

VImageNewResamplingFilter calls the vImage framework function vImageNewResamplingFilter.

func VImageNewResamplingFilterForFunctionUsingBuffer

func VImageNewResamplingFilterForFunctionUsingBuffer(filter unsafe.Pointer, scale float32, kernelFunc unsafe.Pointer, kernelWidth float32, userData unsafe.Pointer, flags uint32) int

VImageNewResamplingFilterForFunctionUsingBuffer calls the vImage framework function vImageNewResamplingFilterForFunctionUsingBuffer.

func VImageOverwriteChannelsARGB8888

func VImageOverwriteChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsARGB8888 calls the vImage framework function vImageOverwriteChannels_ARGB8888.

func VImageOverwriteChannelsARGBFFFF

func VImageOverwriteChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsARGBFFFF calls the vImage framework function vImageOverwriteChannels_ARGBFFFF.

func VImageOverwriteChannelsWithPixelARGB16U

func VImageOverwriteChannelsWithPixelARGB16U(thePixel unsafe.Pointer, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsWithPixelARGB16U calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGB16U.

func VImageOverwriteChannelsWithPixelARGB8888

func VImageOverwriteChannelsWithPixelARGB8888(thePixel unsafe.Pointer, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsWithPixelARGB8888 calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGB8888.

func VImageOverwriteChannelsWithPixelARGBFFFF

func VImageOverwriteChannelsWithPixelARGBFFFF(thePixel unsafe.Pointer, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsWithPixelARGBFFFF calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGBFFFF.

func VImageOverwriteChannelsWithScalarARGB8888

func VImageOverwriteChannelsWithScalarARGB8888(scalar uint8, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsWithScalarARGB8888 calls the vImage framework function vImageOverwriteChannelsWithScalar_ARGB8888.

func VImageOverwriteChannelsWithScalarARGBFFFF

func VImageOverwriteChannelsWithScalarARGBFFFF(scalar float32, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageOverwriteChannelsWithScalarARGBFFFF calls the vImage framework function vImageOverwriteChannelsWithScalar_ARGBFFFF.

func VImageOverwriteChannelsWithScalarPlanar8

func VImageOverwriteChannelsWithScalarPlanar8(scalar uint8, dest unsafe.Pointer, flags uint32) int

VImageOverwriteChannelsWithScalarPlanar8 calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar8.

func VImageOverwriteChannelsWithScalarPlanar16F

func VImageOverwriteChannelsWithScalarPlanar16F(scalar uint16, dest unsafe.Pointer, flags uint32) int

VImageOverwriteChannelsWithScalarPlanar16F calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16F.

func VImageOverwriteChannelsWithScalarPlanar16S

func VImageOverwriteChannelsWithScalarPlanar16S(scalar int16, dest unsafe.Pointer, flags uint32) int

VImageOverwriteChannelsWithScalarPlanar16S calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16S.

func VImageOverwriteChannelsWithScalarPlanar16U

func VImageOverwriteChannelsWithScalarPlanar16U(scalar uint16, dest unsafe.Pointer, flags uint32) int

VImageOverwriteChannelsWithScalarPlanar16U calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16U.

func VImageOverwriteChannelsWithScalarPlanarF

func VImageOverwriteChannelsWithScalarPlanarF(scalar float32, dest unsafe.Pointer, flags uint32) int

VImageOverwriteChannelsWithScalarPlanarF calls the vImage framework function vImageOverwriteChannelsWithScalar_PlanarF.

func VImagePNGDecompressionFilter

func VImagePNGDecompressionFilter(buffer unsafe.Pointer, startScanline int, scanlineCount int, bitsPerPixel uint32, filterMethodNumber uint32, filterType uint32, flags uint32) int

VImagePNGDecompressionFilter calls the vImage framework function vImagePNGDecompressionFilter.

func VImagePermuteChannelsARGB16F

func VImagePermuteChannelsARGB16F(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, flags uint32) int

VImagePermuteChannelsARGB16F calls the vImage framework function vImagePermuteChannels_ARGB16F.

func VImagePermuteChannelsARGB16U

func VImagePermuteChannelsARGB16U(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, flags uint32) int

VImagePermuteChannelsARGB16U calls the vImage framework function vImagePermuteChannels_ARGB16U.

func VImagePermuteChannelsARGB8888

func VImagePermuteChannelsARGB8888(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, flags uint32) int

VImagePermuteChannelsARGB8888 calls the vImage framework function vImagePermuteChannels_ARGB8888.

func VImagePermuteChannelsARGBFFFF

func VImagePermuteChannelsARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, flags uint32) int

VImagePermuteChannelsARGBFFFF calls the vImage framework function vImagePermuteChannels_ARGBFFFF.

func VImagePermuteChannelsRGB888

func VImagePermuteChannelsRGB888(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, flags uint32) int

VImagePermuteChannelsRGB888 calls the vImage framework function vImagePermuteChannels_RGB888.

func VImagePermuteChannelsWithMaskedInsertARGB16U

func VImagePermuteChannelsWithMaskedInsertARGB16U(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImagePermuteChannelsWithMaskedInsertARGB16U calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGB16U.

func VImagePermuteChannelsWithMaskedInsertARGB8888

func VImagePermuteChannelsWithMaskedInsertARGB8888(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImagePermuteChannelsWithMaskedInsertARGB8888 calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGB8888.

func VImagePermuteChannelsWithMaskedInsertARGBFFFF

func VImagePermuteChannelsWithMaskedInsertARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, copyMask uint8, backgroundColor unsafe.Pointer, flags uint32) int

VImagePermuteChannelsWithMaskedInsertARGBFFFF calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGBFFFF.

func VImagePerspectiveWarpARGB16F

func VImagePerspectiveWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, flags uint32) (result int, backColor uint16)

VImagePerspectiveWarpARGB16F calls the vImage framework function vImagePerspectiveWarp_ARGB16F.

func VImagePerspectiveWarpARGB16U

func VImagePerspectiveWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, flags uint32) (result int, backColor uint16)

VImagePerspectiveWarpARGB16U calls the vImage framework function vImagePerspectiveWarp_ARGB16U.

func VImagePerspectiveWarpARGB8888

func VImagePerspectiveWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, flags uint32) (result int, backColor uint8)

VImagePerspectiveWarpARGB8888 calls the vImage framework function vImagePerspectiveWarp_ARGB8888.

func VImagePerspectiveWarpPlanar8

func VImagePerspectiveWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, backColor uint8, flags uint32) int

VImagePerspectiveWarpPlanar8 calls the vImage framework function vImagePerspectiveWarp_Planar8.

func VImagePerspectiveWarpPlanar16F

func VImagePerspectiveWarpPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, backColor uint16, flags uint32) int

VImagePerspectiveWarpPlanar16F calls the vImage framework function vImagePerspectiveWarp_Planar16F.

func VImagePerspectiveWarpPlanar16U

func VImagePerspectiveWarpPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, transform *VImagePerpsectiveTransform, interpolation int32, backColor uint16, flags uint32) int

VImagePerspectiveWarpPlanar16U calls the vImage framework function vImagePerspectiveWarp_Planar16U.

func VImagePiecewiseGammaPlanar8

func VImagePiecewiseGammaPlanar8(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary uint8, flags uint32) int

VImagePiecewiseGammaPlanar8 calls the vImage framework function vImagePiecewiseGamma_Planar8.

func VImagePiecewiseGammaPlanar8toPlanar16Q12

func VImagePiecewiseGammaPlanar8toPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary uint8, flags uint32) int

VImagePiecewiseGammaPlanar8toPlanar16Q12 calls the vImage framework function vImagePiecewiseGamma_Planar8toPlanar16Q12.

func VImagePiecewiseGammaPlanar8toPlanarF

func VImagePiecewiseGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary uint8, flags uint32) int

VImagePiecewiseGammaPlanar8toPlanarF calls the vImage framework function vImagePiecewiseGamma_Planar8toPlanarF.

func VImagePiecewiseGammaPlanar16Q12

func VImagePiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary int16, flags uint32) int

VImagePiecewiseGammaPlanar16Q12 calls the vImage framework function vImagePiecewiseGamma_Planar16Q12.

func VImagePiecewiseGammaPlanar16Q12toPlanar8

func VImagePiecewiseGammaPlanar16Q12toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary int16, flags uint32) int

VImagePiecewiseGammaPlanar16Q12toPlanar8 calls the vImage framework function vImagePiecewiseGamma_Planar16Q12toPlanar8.

func VImagePiecewiseGammaPlanarF

func VImagePiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary unsafe.Pointer, flags uint32) int

VImagePiecewiseGammaPlanarF calls the vImage framework function vImagePiecewiseGamma_PlanarF.

func VImagePiecewiseGammaPlanarFtoPlanar8

func VImagePiecewiseGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary unsafe.Pointer, flags uint32) int

VImagePiecewiseGammaPlanarFtoPlanar8 calls the vImage framework function vImagePiecewiseGamma_PlanarFtoPlanar8.

func VImagePiecewisePolynomialPlanar8toPlanarF

func VImagePiecewisePolynomialPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, boundaries unsafe.Pointer, order uint32, log2segments uint32, flags uint32) int

VImagePiecewisePolynomialPlanar8toPlanarF calls the vImage framework function vImagePiecewisePolynomial_Planar8toPlanarF.

func VImagePiecewisePolynomialPlanarF

func VImagePiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, boundaries unsafe.Pointer, order uint32, log2segments uint32, flags uint32) int

VImagePiecewisePolynomialPlanarF calls the vImage framework function vImagePiecewisePolynomial_PlanarF.

func VImagePiecewisePolynomialPlanarFtoPlanar8

func VImagePiecewisePolynomialPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, boundaries unsafe.Pointer, order uint32, log2segments uint32, flags uint32) int

VImagePiecewisePolynomialPlanarFtoPlanar8 calls the vImage framework function vImagePiecewisePolynomial_PlanarFtoPlanar8.

func VImagePiecewiseRationalPlanarF

func VImagePiecewiseRationalPlanarF(src unsafe.Pointer, dest unsafe.Pointer, topCoefficients unsafe.Pointer, bottomCoefficients unsafe.Pointer, boundaries unsafe.Pointer, topOrder uint32, bottomOrder uint32, log2segments uint32, flags uint32) int

VImagePiecewiseRationalPlanarF calls the vImage framework function vImagePiecewiseRational_PlanarF.

func VImagePremultipliedAlphaBlendARGB8888

func VImagePremultipliedAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendARGB8888 calls the vImage framework function vImagePremultipliedAlphaBlend_ARGB8888.

func VImagePremultipliedAlphaBlendARGBFFFF

func VImagePremultipliedAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendARGBFFFF calls the vImage framework function vImagePremultipliedAlphaBlend_ARGBFFFF.

func VImagePremultipliedAlphaBlendBGRA8888

func VImagePremultipliedAlphaBlendBGRA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendBGRA8888 calls the vImage framework function vImagePremultipliedAlphaBlend_BGRA8888.

func VImagePremultipliedAlphaBlendBGRAFFFF

func VImagePremultipliedAlphaBlendBGRAFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendBGRAFFFF calls the vImage framework function vImagePremultipliedAlphaBlend_BGRAFFFF.

func VImagePremultipliedAlphaBlendDarkenRGBA8888

func VImagePremultipliedAlphaBlendDarkenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendDarkenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendDarken_RGBA8888.

func VImagePremultipliedAlphaBlendLightenRGBA8888

func VImagePremultipliedAlphaBlendLightenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendLightenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendLighten_RGBA8888.

func VImagePremultipliedAlphaBlendMultiplyRGBA8888

func VImagePremultipliedAlphaBlendMultiplyRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendMultiplyRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendMultiply_RGBA8888.

func VImagePremultipliedAlphaBlendPlanar8

func VImagePremultipliedAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendPlanar8 calls the vImage framework function vImagePremultipliedAlphaBlend_Planar8.

func VImagePremultipliedAlphaBlendPlanarF

func VImagePremultipliedAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendPlanarF calls the vImage framework function vImagePremultipliedAlphaBlend_PlanarF.

func VImagePremultipliedAlphaBlendScreenRGBA8888

func VImagePremultipliedAlphaBlendScreenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedAlphaBlendScreenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendScreen_RGBA8888.

func VImagePremultipliedAlphaBlendWithPermuteARGB8888

func VImagePremultipliedAlphaBlendWithPermuteARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, makeDestAlphaOpaque bool, flags uint32) int

VImagePremultipliedAlphaBlendWithPermuteARGB8888 calls the vImage framework function vImagePremultipliedAlphaBlendWithPermute_ARGB8888.

func VImagePremultipliedAlphaBlendWithPermuteRGBA8888

func VImagePremultipliedAlphaBlendWithPermuteRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, permuteMap unsafe.Pointer, makeDestAlphaOpaque bool, flags uint32) int

VImagePremultipliedAlphaBlendWithPermuteRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendWithPermute_RGBA8888.

func VImagePremultipliedConstAlphaBlendARGB8888

func VImagePremultipliedConstAlphaBlendARGB8888(srcTop unsafe.Pointer, constAlpha uint8, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedConstAlphaBlendARGB8888 calls the vImage framework function vImagePremultipliedConstAlphaBlend_ARGB8888.

func VImagePremultipliedConstAlphaBlendARGBFFFF

func VImagePremultipliedConstAlphaBlendARGBFFFF(srcTop unsafe.Pointer, constAlpha float32, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedConstAlphaBlendARGBFFFF calls the vImage framework function vImagePremultipliedConstAlphaBlend_ARGBFFFF.

func VImagePremultipliedConstAlphaBlendPlanar8

func VImagePremultipliedConstAlphaBlendPlanar8(srcTop unsafe.Pointer, constAlpha uint8, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedConstAlphaBlendPlanar8 calls the vImage framework function vImagePremultipliedConstAlphaBlend_Planar8.

func VImagePremultipliedConstAlphaBlendPlanarF

func VImagePremultipliedConstAlphaBlendPlanarF(srcTop unsafe.Pointer, constAlpha float32, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultipliedConstAlphaBlendPlanarF calls the vImage framework function vImagePremultipliedConstAlphaBlend_PlanarF.

func VImagePremultiplyDataARGB16Q12

func VImagePremultiplyDataARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataARGB16Q12 calls the vImage framework function vImagePremultiplyData_ARGB16Q12.

func VImagePremultiplyDataARGB16U

func VImagePremultiplyDataARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataARGB16U calls the vImage framework function vImagePremultiplyData_ARGB16U.

func VImagePremultiplyDataARGB8888

func VImagePremultiplyDataARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataARGB8888 calls the vImage framework function vImagePremultiplyData_ARGB8888.

func VImagePremultiplyDataARGBFFFF

func VImagePremultiplyDataARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataARGBFFFF calls the vImage framework function vImagePremultiplyData_ARGBFFFF.

func VImagePremultiplyDataPlanar8

func VImagePremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataPlanar8 calls the vImage framework function vImagePremultiplyData_Planar8.

func VImagePremultiplyDataPlanarF

func VImagePremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataPlanarF calls the vImage framework function vImagePremultiplyData_PlanarF.

func VImagePremultiplyDataRGBA16F

func VImagePremultiplyDataRGBA16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataRGBA16F calls the vImage framework function vImagePremultiplyData_RGBA16F.

func VImagePremultiplyDataRGBA16Q12

func VImagePremultiplyDataRGBA16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataRGBA16Q12 calls the vImage framework function vImagePremultiplyData_RGBA16Q12.

func VImagePremultiplyDataRGBA16U

func VImagePremultiplyDataRGBA16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataRGBA16U calls the vImage framework function vImagePremultiplyData_RGBA16U.

func VImagePremultiplyDataRGBA8888

func VImagePremultiplyDataRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataRGBA8888 calls the vImage framework function vImagePremultiplyData_RGBA8888.

func VImagePremultiplyDataRGBAFFFF

func VImagePremultiplyDataRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImagePremultiplyDataRGBAFFFF calls the vImage framework function vImagePremultiplyData_RGBAFFFF.

func VImageRichardsonLucyDeConvolveARGB8888

func VImageRichardsonLucyDeConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernel2 unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, divisor int32, divisor2 int32, backgroundColor unsafe.Pointer, iterationCount uint32, flags uint32) int

VImageRichardsonLucyDeConvolveARGB8888 calls the vImage framework function vImageRichardsonLucyDeConvolve_ARGB8888.

func VImageRichardsonLucyDeConvolveARGBFFFF

func VImageRichardsonLucyDeConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernel2 unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, backgroundColor unsafe.Pointer, iterationCount uint32, flags uint32) int

VImageRichardsonLucyDeConvolveARGBFFFF calls the vImage framework function vImageRichardsonLucyDeConvolve_ARGBFFFF.

func VImageRichardsonLucyDeConvolvePlanar8

func VImageRichardsonLucyDeConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernel2 unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, divisor int32, divisor2 int32, backgroundColor uint8, iterationCount uint32, flags uint32) int

VImageRichardsonLucyDeConvolvePlanar8 calls the vImage framework function vImageRichardsonLucyDeConvolve_Planar8.

func VImageRichardsonLucyDeConvolvePlanarF

func VImageRichardsonLucyDeConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernel unsafe.Pointer, kernel2 unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, backgroundColor float32, iterationCount uint32, flags uint32) int

VImageRichardsonLucyDeConvolvePlanarF calls the vImage framework function vImageRichardsonLucyDeConvolve_PlanarF.

func VImageRotate90ARGB16F

func VImageRotate90ARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90ARGB16F calls the vImage framework function vImageRotate90_ARGB16F.

func VImageRotate90ARGB16S

func VImageRotate90ARGB16S(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90ARGB16S calls the vImage framework function vImageRotate90_ARGB16S.

func VImageRotate90ARGB16U

func VImageRotate90ARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90ARGB16U calls the vImage framework function vImageRotate90_ARGB16U.

func VImageRotate90ARGB8888

func VImageRotate90ARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90ARGB8888 calls the vImage framework function vImageRotate90_ARGB8888.

func VImageRotate90ARGBFFFF

func VImageRotate90ARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90ARGBFFFF calls the vImage framework function vImageRotate90_ARGBFFFF.

func VImageRotate90CbCr16F

func VImageRotate90CbCr16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor unsafe.Pointer, flags uint32) int

VImageRotate90CbCr16F calls the vImage framework function vImageRotate90_CbCr16F.

func VImageRotate90Planar8

func VImageRotate90Planar8(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint8, flags uint32) int

VImageRotate90Planar8 calls the vImage framework function vImageRotate90_Planar8.

func VImageRotate90Planar16F

func VImageRotate90Planar16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint16, flags uint32) int

VImageRotate90Planar16F calls the vImage framework function vImageRotate90_Planar16F.

func VImageRotate90Planar16U

func VImageRotate90Planar16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint16, flags uint32) int

VImageRotate90Planar16U calls the vImage framework function vImageRotate90_Planar16U.

func VImageRotate90PlanarF

func VImageRotate90PlanarF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor float32, flags uint32) int

VImageRotate90PlanarF calls the vImage framework function vImageRotate90_PlanarF.

func VImageRotateARGB16F

func VImageRotateARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateARGB16F calls the vImage framework function vImageRotate_ARGB16F.

func VImageRotateARGB16S

func VImageRotateARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateARGB16S calls the vImage framework function vImageRotate_ARGB16S.

func VImageRotateARGB16U

func VImageRotateARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateARGB16U calls the vImage framework function vImageRotate_ARGB16U.

func VImageRotateARGB8888

func VImageRotateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateARGB8888 calls the vImage framework function vImageRotate_ARGB8888.

func VImageRotateARGBFFFF

func VImageRotateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateARGBFFFF calls the vImage framework function vImageRotate_ARGBFFFF.

func VImageRotateCbCr16F

func VImageRotateCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor unsafe.Pointer, flags uint32) int

VImageRotateCbCr16F calls the vImage framework function vImageRotate_CbCr16F.

func VImageRotatePlanar8

func VImageRotatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor uint8, flags uint32) int

VImageRotatePlanar8 calls the vImage framework function vImageRotate_Planar8.

func VImageRotatePlanar16F

func VImageRotatePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor uint16, flags uint32) int

VImageRotatePlanar16F calls the vImage framework function vImageRotate_Planar16F.

func VImageRotatePlanarF

func VImageRotatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor float32, flags uint32) int

VImageRotatePlanarF calls the vImage framework function vImageRotate_PlanarF.

func VImageScaleARGB16F

func VImageScaleARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleARGB16F calls the vImage framework function vImageScale_ARGB16F.

func VImageScaleARGB16S

func VImageScaleARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleARGB16S calls the vImage framework function vImageScale_ARGB16S.

func VImageScaleARGB16U

func VImageScaleARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleARGB16U calls the vImage framework function vImageScale_ARGB16U.

func VImageScaleARGB8888

func VImageScaleARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleARGB8888 calls the vImage framework function vImageScale_ARGB8888.

func VImageScaleARGBFFFF

func VImageScaleARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleARGBFFFF calls the vImage framework function vImageScale_ARGBFFFF.

func VImageScaleCbCr8

func VImageScaleCbCr8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleCbCr8 calls the vImage framework function vImageScale_CbCr8.

func VImageScaleCbCr16F

func VImageScaleCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleCbCr16F calls the vImage framework function vImageScale_CbCr16F.

func VImageScaleCbCr16U

func VImageScaleCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleCbCr16U calls the vImage framework function vImageScale_CbCr16U.

func VImageScalePlanar8

func VImageScalePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScalePlanar8 calls the vImage framework function vImageScale_Planar8.

func VImageScalePlanar16F

func VImageScalePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScalePlanar16F calls the vImage framework function vImageScale_Planar16F.

func VImageScalePlanar16S

func VImageScalePlanar16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScalePlanar16S calls the vImage framework function vImageScale_Planar16S.

func VImageScalePlanar16U

func VImageScalePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScalePlanar16U calls the vImage framework function vImageScale_Planar16U.

func VImageScalePlanarF

func VImageScalePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScalePlanarF calls the vImage framework function vImageScale_PlanarF.

func VImageScaleXRGB2101010W

func VImageScaleXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int

VImageScaleXRGB2101010W calls the vImage framework function vImageScale_XRGB2101010W.

func VImageSelectChannelsARGB8888

func VImageSelectChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageSelectChannelsARGB8888 calls the vImage framework function vImageSelectChannels_ARGB8888.

func VImageSelectChannelsARGBFFFF

func VImageSelectChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int

VImageSelectChannelsARGBFFFF calls the vImage framework function vImageSelectChannels_ARGBFFFF.

func VImageSepConvolveARGB8888

func VImageSepConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, bias float32, backgroundColor unsafe.Pointer, flags uint32) int

VImageSepConvolveARGB8888 calls the vImage framework function vImageSepConvolve_ARGB8888.

func VImageSepConvolvePlanar8

func VImageSepConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) int

VImageSepConvolvePlanar8 calls the vImage framework function vImageSepConvolve_Planar8.

func VImageSepConvolvePlanar8to16U

func VImageSepConvolvePlanar8to16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, scale float32, bias float32, backgroundColor uint8, flags uint32) int

VImageSepConvolvePlanar8to16U calls the vImage framework function vImageSepConvolve_Planar8to16U.

func VImageSepConvolvePlanar16F

func VImageSepConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) int

VImageSepConvolvePlanar16F calls the vImage framework function vImageSepConvolve_Planar16F.

func VImageSepConvolvePlanar16U

func VImageSepConvolvePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) int

VImageSepConvolvePlanar16U calls the vImage framework function vImageSepConvolve_Planar16U.

func VImageSepConvolvePlanarF

func VImageSepConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelX unsafe.Pointer, kernelXWidth uint32, kernelY unsafe.Pointer, kernelYWidth uint32, bias float32, backgroundColor float32, flags uint32) int

VImageSepConvolvePlanarF calls the vImage framework function vImageSepConvolve_PlanarF.

func VImageSymmetricPiecewiseGammaPlanar16Q12

func VImageSymmetricPiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary int16, flags uint32) int

VImageSymmetricPiecewiseGammaPlanar16Q12 calls the vImage framework function vImageSymmetricPiecewiseGamma_Planar16Q12.

func VImageSymmetricPiecewiseGammaPlanarF

func VImageSymmetricPiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, exponentialCoeffs unsafe.Pointer, gamma unsafe.Pointer, linearCoeffs unsafe.Pointer, boundary unsafe.Pointer, flags uint32) int

VImageSymmetricPiecewiseGammaPlanarF calls the vImage framework function vImageSymmetricPiecewiseGamma_PlanarF.

func VImageSymmetricPiecewisePolynomialPlanarF

func VImageSymmetricPiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, boundaries unsafe.Pointer, order uint32, log2segments uint32, flags uint32) int

VImageSymmetricPiecewisePolynomialPlanarF calls the vImage framework function vImageSymmetricPiecewisePolynomial_PlanarF.

func VImageTableLookUpARGB8888

func VImageTableLookUpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, alphaTable unsafe.Pointer, redTable unsafe.Pointer, greenTable unsafe.Pointer, blueTable unsafe.Pointer, flags uint32) int

VImageTableLookUpARGB8888 calls the vImage framework function vImageTableLookUp_ARGB8888.

func VImageTableLookUpPlanar8

func VImageTableLookUpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int

VImageTableLookUpPlanar8 calls the vImage framework function vImageTableLookUp_Planar8.

func VImageTentConvolveARGB8888

func VImageTentConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor unsafe.Pointer, flags uint32) int

VImageTentConvolveARGB8888 calls the vImage framework function vImageTentConvolve_ARGB8888.

func VImageTentConvolvePlanar8

func VImageTentConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor uint8, flags uint32) int

VImageTentConvolvePlanar8 calls the vImage framework function vImageTentConvolve_Planar8.

func VImageUnpremultiplyDataARGB16Q12

func VImageUnpremultiplyDataARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataARGB16Q12 calls the vImage framework function vImageUnpremultiplyData_ARGB16Q12.

func VImageUnpremultiplyDataARGB16U

func VImageUnpremultiplyDataARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataARGB16U calls the vImage framework function vImageUnpremultiplyData_ARGB16U.

func VImageUnpremultiplyDataARGB8888

func VImageUnpremultiplyDataARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataARGB8888 calls the vImage framework function vImageUnpremultiplyData_ARGB8888.

func VImageUnpremultiplyDataARGBFFFF

func VImageUnpremultiplyDataARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataARGBFFFF calls the vImage framework function vImageUnpremultiplyData_ARGBFFFF.

func VImageUnpremultiplyDataPlanar8

func VImageUnpremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataPlanar8 calls the vImage framework function vImageUnpremultiplyData_Planar8.

func VImageUnpremultiplyDataPlanarF

func VImageUnpremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataPlanarF calls the vImage framework function vImageUnpremultiplyData_PlanarF.

func VImageUnpremultiplyDataRGBA16F

func VImageUnpremultiplyDataRGBA16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataRGBA16F calls the vImage framework function vImageUnpremultiplyData_RGBA16F.

func VImageUnpremultiplyDataRGBA16Q12

func VImageUnpremultiplyDataRGBA16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataRGBA16Q12 calls the vImage framework function vImageUnpremultiplyData_RGBA16Q12.

func VImageUnpremultiplyDataRGBA16U

func VImageUnpremultiplyDataRGBA16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataRGBA16U calls the vImage framework function vImageUnpremultiplyData_RGBA16U.

func VImageUnpremultiplyDataRGBA8888

func VImageUnpremultiplyDataRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataRGBA8888 calls the vImage framework function vImageUnpremultiplyData_RGBA8888.

func VImageUnpremultiplyDataRGBAFFFF

func VImageUnpremultiplyDataRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageUnpremultiplyDataRGBAFFFF calls the vImage framework function vImageUnpremultiplyData_RGBAFFFF.

func VImageVerticalReflectARGB16F

func VImageVerticalReflectARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectARGB16F calls the vImage framework function vImageVerticalReflect_ARGB16F.

func VImageVerticalReflectARGB16S

func VImageVerticalReflectARGB16S(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectARGB16S calls the vImage framework function vImageVerticalReflect_ARGB16S.

func VImageVerticalReflectARGB16U

func VImageVerticalReflectARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectARGB16U calls the vImage framework function vImageVerticalReflect_ARGB16U.

func VImageVerticalReflectARGB8888

func VImageVerticalReflectARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectARGB8888 calls the vImage framework function vImageVerticalReflect_ARGB8888.

func VImageVerticalReflectARGBFFFF

func VImageVerticalReflectARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectARGBFFFF calls the vImage framework function vImageVerticalReflect_ARGBFFFF.

func VImageVerticalReflectCbCr16F

func VImageVerticalReflectCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectCbCr16F calls the vImage framework function vImageVerticalReflect_CbCr16F.

func VImageVerticalReflectPlanar8

func VImageVerticalReflectPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectPlanar8 calls the vImage framework function vImageVerticalReflect_Planar8.

func VImageVerticalReflectPlanar16F

func VImageVerticalReflectPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectPlanar16F calls the vImage framework function vImageVerticalReflect_Planar16F.

func VImageVerticalReflectPlanar16U

func VImageVerticalReflectPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectPlanar16U calls the vImage framework function vImageVerticalReflect_Planar16U.

func VImageVerticalReflectPlanarF

func VImageVerticalReflectPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int

VImageVerticalReflectPlanarF calls the vImage framework function vImageVerticalReflect_PlanarF.

func VImageVerticalShearARGB16F

func VImageVerticalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearARGB16F calls the vImage framework function vImageVerticalShear_ARGB16F.

func VImageVerticalShearARGB16S

func VImageVerticalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearARGB16S calls the vImage framework function vImageVerticalShear_ARGB16S.

func VImageVerticalShearARGB16U

func VImageVerticalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearARGB16U calls the vImage framework function vImageVerticalShear_ARGB16U.

func VImageVerticalShearARGB8888

func VImageVerticalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearARGB8888 calls the vImage framework function vImageVerticalShear_ARGB8888.

func VImageVerticalShearARGBFFFF

func VImageVerticalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearARGBFFFF calls the vImage framework function vImageVerticalShear_ARGBFFFF.

func VImageVerticalShearCbCr8

func VImageVerticalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearCbCr8 calls the vImage framework function vImageVerticalShear_CbCr8.

func VImageVerticalShearCbCr16F

func VImageVerticalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearCbCr16F calls the vImage framework function vImageVerticalShear_CbCr16F.

func VImageVerticalShearCbCr16S

func VImageVerticalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearCbCr16S calls the vImage framework function vImageVerticalShear_CbCr16S.

func VImageVerticalShearCbCr16U

func VImageVerticalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearCbCr16U calls the vImage framework function vImageVerticalShear_CbCr16U.

func VImageVerticalShearDARGB16F

func VImageVerticalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDARGB16F calls the vImage framework function vImageVerticalShearD_ARGB16F.

func VImageVerticalShearDARGB16S

func VImageVerticalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDARGB16S calls the vImage framework function vImageVerticalShearD_ARGB16S.

func VImageVerticalShearDARGB16U

func VImageVerticalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDARGB16U calls the vImage framework function vImageVerticalShearD_ARGB16U.

func VImageVerticalShearDARGB8888

func VImageVerticalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDARGB8888 calls the vImage framework function vImageVerticalShearD_ARGB8888.

func VImageVerticalShearDARGBFFFF

func VImageVerticalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDARGBFFFF calls the vImage framework function vImageVerticalShearD_ARGBFFFF.

func VImageVerticalShearDCbCr16F

func VImageVerticalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDCbCr16F calls the vImage framework function vImageVerticalShearD_CbCr16F.

func VImageVerticalShearDCbCr16S

func VImageVerticalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDCbCr16S calls the vImage framework function vImageVerticalShearD_CbCr16S.

func VImageVerticalShearDCbCr16U

func VImageVerticalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor unsafe.Pointer, flags uint32) int

VImageVerticalShearDCbCr16U calls the vImage framework function vImageVerticalShearD_CbCr16U.

func VImageVerticalShearDPlanar8

func VImageVerticalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint8, flags uint32) int

VImageVerticalShearDPlanar8 calls the vImage framework function vImageVerticalShearD_Planar8.

func VImageVerticalShearDPlanar16F

func VImageVerticalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageVerticalShearDPlanar16F calls the vImage framework function vImageVerticalShearD_Planar16F.

func VImageVerticalShearDPlanarF

func VImageVerticalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor float32, flags uint32) int

VImageVerticalShearDPlanarF calls the vImage framework function vImageVerticalShearD_PlanarF.

func VImageVerticalShearPlanar8

func VImageVerticalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint8, flags uint32) int

VImageVerticalShearPlanar8 calls the vImage framework function vImageVerticalShear_Planar8.

func VImageVerticalShearPlanar16F

func VImageVerticalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageVerticalShearPlanar16F calls the vImage framework function vImageVerticalShear_Planar16F.

func VImageVerticalShearPlanar16S

func VImageVerticalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor int16, flags uint32) int

VImageVerticalShearPlanar16S calls the vImage framework function vImageVerticalShear_Planar16S.

func VImageVerticalShearPlanar16U

func VImageVerticalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int

VImageVerticalShearPlanar16U calls the vImage framework function vImageVerticalShear_Planar16U.

func VImageVerticalShearPlanarF

func VImageVerticalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor float32, flags uint32) int

VImageVerticalShearPlanarF calls the vImage framework function vImageVerticalShear_PlanarF.

func VImageVerticalShearXRGB2101010W

func VImageVerticalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint32, flags uint32) int

VImageVerticalShearXRGB2101010W calls the vImage framework function vImageVerticalShear_XRGB2101010W.

Types

type Clockid added in v0.17.0

type Clockid int32
const (
	ClockidRealtime           Clockid = 0
	ClockidMonotonic          Clockid = 6
	ClockidMonotonicRaw       Clockid = 4
	ClockidMonotonicRawApprox Clockid = 5
	ClockidUptimeRaw          Clockid = 8
	ClockidUptimeRawApprox    Clockid = 9
	ClockidProcessCputimeID   Clockid = 12
	ClockidThreadCputimeID    Clockid = 16
)

func (Clockid) String added in v0.17.0

func (e Clockid) String() string

String returns the Clockid constant's name, or its numeric form when the value is not a known constant.

type DispatchAutoreleaseFrequency added in v0.17.0

type DispatchAutoreleaseFrequency uint64
const (
	DispatchAutoreleaseFrequencyInherit  DispatchAutoreleaseFrequency = 0
	DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1
	DispatchAutoreleaseFrequencyNever    DispatchAutoreleaseFrequency = 2
)

func (DispatchAutoreleaseFrequency) String added in v0.17.0

String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.

type DispatchBlockFlags added in v0.17.0

type DispatchBlockFlags uint64

Bitmask — values may be combined with |.

const (
	DispatchBlockFlagsBarrier         DispatchBlockFlags = 1
	DispatchBlockFlagsDetached        DispatchBlockFlags = 2
	DispatchBlockFlagsAssignCurrent   DispatchBlockFlags = 4
	DispatchBlockFlagsNoQosClass      DispatchBlockFlags = 8
	DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16
	DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32
)

func (DispatchBlockFlags) String added in v0.17.0

func (e DispatchBlockFlags) String() string

String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.

type EntryID added in v0.17.0

type EntryID int32
const (
	EntryIDFirstEntry EntryID = 0
	EntryIDNextEntry  EntryID = -1
	EntryIDLastEntry  EntryID = -2
)

func (EntryID) String added in v0.17.0

func (e EntryID) String() string

String returns the EntryID constant's name, or its numeric form when the value is not a known constant.

type EvCmd

type EvCmd int32
const (
	EVNOP   EvCmd = 0
	EVHIDE  EvCmd = 1
	EVSHOW  EvCmd = 2
	EVMOVE  EvCmd = 3
	EVLEVEL EvCmd = 4
)

func (EvCmd) String

func (e EvCmd) String() string

String returns the EvCmd constant's name, or its numeric form when the value is not a known constant.

type FilesecProperty added in v0.17.0

type FilesecProperty int32
const (
	FilesecPropertyOwner        FilesecProperty = 1
	FilesecPropertyGroup        FilesecProperty = 2
	FilesecPropertyUUID         FilesecProperty = 3
	FilesecPropertyMode         FilesecProperty = 4
	FilesecPropertyACL          FilesecProperty = 5
	FilesecPropertyGrpuuid      FilesecProperty = 6
	FilesecPropertyACLRaw       FilesecProperty = 100
	FilesecPropertyACLAllocsize FilesecProperty = 101
)

func (FilesecProperty) String added in v0.17.0

func (e FilesecProperty) String() string

String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.

type Flag added in v0.17.0

type Flag int32
const (
	FlagFlagDeferInherit      Flag = 1
	FlagFlagNoInherit         Flag = 131072
	FlagEntryInherited        Flag = 16
	FlagEntryFileInherit      Flag = 32
	FlagEntryDirectoryInherit Flag = 64
	FlagEntryLimitInherit     Flag = 128
	FlagEntryOnlyInherit      Flag = 256
)

func (Flag) String added in v0.17.0

func (e Flag) String() string

String returns the Flag constant's name, or its numeric form when the value is not a known constant.

type Idtype added in v0.17.0

type Idtype int32
const (
	IdtypeAll  Idtype = 0
	IdtypePid  Idtype = 1
	IdtypePgid Idtype = 2
)

func (Idtype) String added in v0.17.0

func (e Idtype) String() string

String returns the Idtype constant's name, or its numeric form when the value is not a known constant.

type IpcInfoObjectType added in v0.17.0

type IpcInfoObjectType uint32
const (
	IpcInfoObjectTypeNone               IpcInfoObjectType = 0
	IpcInfoObjectTypeThreadControl      IpcInfoObjectType = 1
	IpcInfoObjectTypeTaskControl        IpcInfoObjectType = 2
	IpcInfoObjectTypeHost               IpcInfoObjectType = 3
	IpcInfoObjectTypeHostPriv           IpcInfoObjectType = 4
	IpcInfoObjectTypeProcessor          IpcInfoObjectType = 5
	IpcInfoObjectTypeProcessorSet       IpcInfoObjectType = 6
	IpcInfoObjectTypeProcessorSetName   IpcInfoObjectType = 7
	IpcInfoObjectTypeTimer              IpcInfoObjectType = 8
	IpcInfoObjectTypePortSubstOnce      IpcInfoObjectType = 9
	IpcInfoObjectTypeMig                IpcInfoObjectType = 10
	IpcInfoObjectTypeMemoryObject       IpcInfoObjectType = 11
	IpcInfoObjectTypeXmmPager           IpcInfoObjectType = 12
	IpcInfoObjectTypeXmmKernel          IpcInfoObjectType = 13
	IpcInfoObjectTypeXmmReply           IpcInfoObjectType = 14
	IpcInfoObjectTypeUndReply           IpcInfoObjectType = 15
	IpcInfoObjectTypeHostNotify         IpcInfoObjectType = 16
	IpcInfoObjectTypeHostSecurity       IpcInfoObjectType = 17
	IpcInfoObjectTypeLedger             IpcInfoObjectType = 18
	IpcInfoObjectTypeMainDevice         IpcInfoObjectType = 19
	IpcInfoObjectTypeTaskName           IpcInfoObjectType = 20
	IpcInfoObjectTypeSubsystem          IpcInfoObjectType = 21
	IpcInfoObjectTypeIODoneQueue        IpcInfoObjectType = 22
	IpcInfoObjectTypeSemaphore          IpcInfoObjectType = 23
	IpcInfoObjectTypeLockSet            IpcInfoObjectType = 24
	IpcInfoObjectTypeClock              IpcInfoObjectType = 25
	IpcInfoObjectTypeClockCtrl          IpcInfoObjectType = 26
	IpcInfoObjectTypeIokitIdent         IpcInfoObjectType = 27
	IpcInfoObjectTypeNamedEntry         IpcInfoObjectType = 28
	IpcInfoObjectTypeIokitConnect       IpcInfoObjectType = 29
	IpcInfoObjectTypeIokitObject        IpcInfoObjectType = 30
	IpcInfoObjectTypeUpl                IpcInfoObjectType = 31
	IpcInfoObjectTypeMemObjControl      IpcInfoObjectType = 32
	IpcInfoObjectTypeAuSessionport      IpcInfoObjectType = 33
	IpcInfoObjectTypeFileport           IpcInfoObjectType = 34
	IpcInfoObjectTypeLabelh             IpcInfoObjectType = 35
	IpcInfoObjectTypeTaskResume         IpcInfoObjectType = 36
	IpcInfoObjectTypeVoucher            IpcInfoObjectType = 37
	IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38
	IpcInfoObjectTypeWorkInterval       IpcInfoObjectType = 39
	IpcInfoObjectTypeUxHandler          IpcInfoObjectType = 40
	IpcInfoObjectTypeUextObject         IpcInfoObjectType = 41
	IpcInfoObjectTypeArcadeReg          IpcInfoObjectType = 42
	IpcInfoObjectTypeEventlink          IpcInfoObjectType = 43
	IpcInfoObjectTypeTaskInspect        IpcInfoObjectType = 44
	IpcInfoObjectTypeTaskRead           IpcInfoObjectType = 45
	IpcInfoObjectTypeThreadInspect      IpcInfoObjectType = 46
	IpcInfoObjectTypeThreadRead         IpcInfoObjectType = 47
	IpcInfoObjectTypeSuidCred           IpcInfoObjectType = 48
	IpcInfoObjectTypeHypervisor         IpcInfoObjectType = 49
	IpcInfoObjectTypeTaskIDToken        IpcInfoObjectType = 50
	IpcInfoObjectTypeTaskFatal          IpcInfoObjectType = 51
	IpcInfoObjectTypeKcdata             IpcInfoObjectType = 52
	IpcInfoObjectTypeExclavesResource   IpcInfoObjectType = 53
	IpcInfoObjectTypeThreadResume       IpcInfoObjectType = 54
	IpcInfoObjectTypeUnknown            IpcInfoObjectType = 4294967295
)

func (IpcInfoObjectType) String added in v0.17.0

func (e IpcInfoObjectType) String() string

String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.

type LaunchDataType added in v0.17.0

type LaunchDataType int32
const (
	LaunchDataTypeDictionary LaunchDataType = 1
	LaunchDataTypeArray      LaunchDataType = 2
	LaunchDataTypeFd         LaunchDataType = 3
	LaunchDataTypeInteger    LaunchDataType = 4
	LaunchDataTypeReal       LaunchDataType = 5
	LaunchDataTypeBool       LaunchDataType = 6
	LaunchDataTypeString     LaunchDataType = 7
	LaunchDataTypeOpaque     LaunchDataType = 8
	LaunchDataTypeErrno      LaunchDataType = 9
	LaunchDataTypeMachport   LaunchDataType = 10
)

func (LaunchDataType) String added in v0.17.0

func (e LaunchDataType) String() string

String returns the LaunchDataType constant's name, or its numeric form when the value is not a known constant.

type MDLabelDomain

type MDLabelDomain int32

These constants are used to specify a domain to MDLabelCreate().

const (
	KMDLabelUserDomain  MDLabelDomain = 0
	KMDLabelLocalDomain MDLabelDomain = 1
)

func (MDLabelDomain) String

func (e MDLabelDomain) String() string

String returns the MDLabelDomain constant's name, or its numeric form when the value is not a known constant.

type MDQueryOptionFlags

type MDQueryOptionFlags int32
const (
	KMDQuerySynchronous        MDQueryOptionFlags = 1
	KMDQueryWantsUpdates       MDQueryOptionFlags = 4
	KMDQueryAllowFSTranslation MDQueryOptionFlags = 8
)

func (MDQueryOptionFlags) String

func (e MDQueryOptionFlags) String() string

String returns the MDQueryOptionFlags constant's name, or its numeric form when the value is not a known constant.

type MDQuerySortOptionFlags

type MDQuerySortOptionFlags int32
const (
	KMDQueryReverseSortOrderFlag MDQuerySortOptionFlags = 1
)

func (MDQuerySortOptionFlags) String

func (e MDQuerySortOptionFlags) String() string

String returns the MDQuerySortOptionFlags constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlags added in v0.17.0

type MachVMRangeFlags uint64

Bitmask — values may be combined with |.

const (
	MachVMRangeFlagsNone MachVMRangeFlags = 0
)

func (MachVMRangeFlags) String added in v0.17.0

func (e MachVMRangeFlags) String() string

String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlavor added in v0.17.0

type MachVMRangeFlavor uint32
const (
	MachVMRangeFlavorInvalid MachVMRangeFlavor = 0
	MachVMRangeFlavorV1      MachVMRangeFlavor = 1
)

func (MachVMRangeFlavor) String added in v0.17.0

func (e MachVMRangeFlavor) String() string

String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeTag added in v0.17.0

type MachVMRangeTag uint16
const (
	MachVMRangeTagDefault MachVMRangeTag = 0
	MachVMRangeTagData    MachVMRangeTag = 1
	MachVMRangeTagFixed   MachVMRangeTag = 2
)

func (MachVMRangeTag) String added in v0.17.0

func (e MachVMRangeTag) String() string

String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.

type MpoFlags added in v0.17.0

type MpoFlags uint32

Bitmask — values may be combined with |.

const (
	MpoFlagsPort                        MpoFlags = 0
	MpoFlagsServicePort                 MpoFlags = 1024
	MpoFlagsConnectionPort              MpoFlags = 2048
	MpoFlagsReplyPort                   MpoFlags = 4096
	MpoFlagsWeakReplyPort               MpoFlags = 16384
	MpoFlagsNotificationPort            MpoFlags = 17408
	MpoFlagsExceptionPort               MpoFlags = 32768
	MpoFlagsConnectionPortWithPortArray MpoFlags = 65536
)

func (MpoFlags) String added in v0.17.0

func (e MpoFlags) String() string

String returns the MpoFlags constant's name, or its numeric form when the value is not a known constant.

type NXMouseButton

type NXMouseButton int32
const (
	NX_OneButton   NXMouseButton = 0
	NX_LeftButton  NXMouseButton = 1
	NX_RightButton NXMouseButton = 2
)

func (NXMouseButton) String

func (e NXMouseButton) String() string

String returns the NXMouseButton constant's name, or its numeric form when the value is not a known constant.

type OSClockid added in v0.17.0

type OSClockid uint32
const (
	OSClockidTime OSClockid = 32
)

func (OSClockid) String added in v0.17.0

func (e OSClockid) String() string

String returns the OSClockid constant's name, or its numeric form when the value is not a known constant.

type PMPageToPaperMappingType

type PMPageToPaperMappingType int32
const (
	KPMPageToPaperMappingNone       PMPageToPaperMappingType = 1
	KPMPageToPaperMappingScaleToFit PMPageToPaperMappingType = 2
)

func (PMPageToPaperMappingType) String

func (e PMPageToPaperMappingType) String() string

String returns the PMPageToPaperMappingType constant's name, or its numeric form when the value is not a known constant.

type Perm added in v0.17.0

type Perm int32
const (
	PermReadData           Perm = 2
	PermListDirectory      Perm = 2
	PermWriteData          Perm = 4
	PermAddFile            Perm = 4
	PermExecute            Perm = 8
	PermSearch             Perm = 8
	PermDelete             Perm = 16
	PermAppendData         Perm = 32
	PermAddSubdirectory    Perm = 32
	PermDeleteChild        Perm = 64
	PermReadAttributes     Perm = 128
	PermWriteAttributes    Perm = 256
	PermReadExtattributes  Perm = 512
	PermWriteExtattributes Perm = 1024
	PermReadSecurity       Perm = 2048
	PermWriteSecurity      Perm = 4096
	PermChangeOwner        Perm = 8192
	PermSynchronize        Perm = 1048576
)

func (Perm) String added in v0.17.0

func (e Perm) String() string

String returns the Perm constant's name, or its numeric form when the value is not a known constant.

type PtrauthKey added in v0.17.0

type PtrauthKey int32
const (
	Ptrauth_key_none                     PtrauthKey = -1
	Ptrauth_key_asia                     PtrauthKey = 0
	Ptrauth_key_asib                     PtrauthKey = 1
	Ptrauth_key_asda                     PtrauthKey = 2
	Ptrauth_key_asdb                     PtrauthKey = 3
	Ptrauth_key_process_independent_code PtrauthKey = 0
	Ptrauth_key_process_dependent_code   PtrauthKey = 1
	Ptrauth_key_process_independent_data PtrauthKey = 2
	Ptrauth_key_process_dependent_data   PtrauthKey = 3
	Ptrauth_key_return_address           PtrauthKey = 1
	Ptrauth_key_frame_pointer            PtrauthKey = 3
	Ptrauth_key_function_pointer         PtrauthKey = 0
	Ptrauth_key_block_function           PtrauthKey = 0
	Ptrauth_key_cxx_vtable_pointer       PtrauthKey = 2
	Ptrauth_key_method_list_pointer      PtrauthKey = 2
	Ptrauth_key_objc_isa_pointer         PtrauthKey = 2
	Ptrauth_key_objc_super_pointer       PtrauthKey = 2
	Ptrauth_key_objc_sel_pointer         PtrauthKey = 3
	Ptrauth_key_objc_class_ro_pointer    PtrauthKey = 2
	Ptrauth_key_block_descriptor_pointer PtrauthKey = 2
	Ptrauth_key_init_fini_pointer        PtrauthKey = 0
)

func (PtrauthKey) String added in v0.17.0

func (e PtrauthKey) String() string

String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.

type QosClass added in v0.17.0

type QosClass uint32
const (
	QosClassUserInteractive QosClass = 33
	QosClassUserInitiated   QosClass = 25
	QosClassDefault         QosClass = 21
	QosClassUtility         QosClass = 17
	QosClassBackground      QosClass = 9
	QosClassUnspecified     QosClass = 0
)

func (QosClass) String added in v0.17.0

func (e QosClass) String() string

String returns the QosClass constant's name, or its numeric form when the value is not a known constant.

type Tag added in v0.17.0

type Tag int32
const (
	TagUndefinedTag  Tag = 0
	TagExtendedAllow Tag = 1
	TagExtendedDeny  Tag = 2
)

func (Tag) String added in v0.17.0

func (e Tag) String() string

String returns the Tag constant's name, or its numeric form when the value is not a known constant.

type Type added in v0.17.0

type Type int32
const (
	TypeExtended Type = 256
	TypeAccess   Type = 0
	TypeDefault  Type = 1
	TypeAfs      Type = 2
	TypeCoda     Type = 3
	TypeNtfs     Type = 4
	TypeNwfs     Type = 5
)

func (Type) String added in v0.17.0

func (e Type) String() string

String returns the Type constant's name, or its numeric form when the value is not a known constant.

type VImageARGBToYpCbCr

type VImageARGBToYpCbCr struct {
	Opaque [128]uint8
}

An opaque representation of a 3x3 converson matrix for converting RGB signals to Y'CbCr. It is used to do the actual conversions. Please attempt to reuse these rather than making new ones each time. The representation also includes the range of the input and output pixels from the matrix and clamping information.

func VImageConvertARGBToYpCbCrGenerateConversion

func VImageConvertARGBToYpCbCrGenerateConversion(matrix *VImageARGBToYpCbCrMatrix, pixelRange *VImageYpCbCrPixelRange, inARGBType unsafe.Pointer, outYpCbCrType unsafe.Pointer, flags uint32) (result int, outInfo VImageARGBToYpCbCr)

VImageConvertARGBToYpCbCrGenerateConversion calls the vImage framework function vImageConvert_ARGBToYpCbCr_GenerateConversion.

type VImageARGBToYpCbCrMatrix

type VImageARGBToYpCbCrMatrix struct {
	R_Yp      float32
	G_Yp      float32
	B_Yp      float32
	R_Cb      float32
	G_Cb      float32
	B_Cb_R_Cr float32
	G_Cr      float32
	B_Cr      float32
}

type VImageARGBType

type VImageARGBType int32

An encoding of an image format type to be used with RGB <-> Y'CbCr conversions in vImage/Conversions.h These formats enumerate different vImage ARGB pixel formats.

const (
	KvImageARGB8888  VImageARGBType = 0
	KvImageARGB16U   VImageARGBType = 1
	KvImageARGB16Q12 VImageARGBType = 2
)

func (VImageARGBType) String

func (e VImageARGBType) String() string

String returns the VImageARGBType constant's name, or its numeric form when the value is not a known constant.

type VImageAffineTransform

type VImageAffineTransform struct {
	A  float32
	B  float32
	C  float32
	D  float32
	Tx float32
	Ty float32
}

type VImageAffineTransformDouble

type VImageAffineTransformDouble struct {
	A  float64
	B  float64
	C  float64
	D  float64
	Tx float64
	Ty float64
}

type VImageBuffer

type VImageBuffer struct {
	// contains filtered or unexported fields
}

The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.

func (*VImageBuffer) AsData added in v0.18.0

func (u *VImageBuffer) AsData() unsafe.Pointer

AsData returns the data field, read from the backing bytes at offset 0.

func (*VImageBuffer) AsHeight added in v0.18.0

func (u *VImageBuffer) AsHeight() uint

AsHeight returns the height field, read from the backing bytes at offset 8.

func (*VImageBuffer) AsRowBytes added in v0.18.0

func (u *VImageBuffer) AsRowBytes() uint

AsRowBytes returns the rowBytes field, read from the backing bytes at offset 24.

func (*VImageBuffer) AsWidth added in v0.18.0

func (u *VImageBuffer) AsWidth() uint

AsWidth returns the width field, read from the backing bytes at offset 16.

type VImageCGImageFormat

type VImageCGImageFormat struct {
	BitsPerComponent uint32
	BitsPerPixel     uint32
	ColorSpace       unsafe.Pointer
	BitmapInfo       unsafe.Pointer
	Version          uint32
	Decode           unsafe.Pointer
	RenderingIntent  unsafe.Pointer
}

A pixel format A vImage_CGImageFormat describes the ordering of the color channels, how many there are, the size and type of the data in the color channels and whether the data is premultiplied by alpha or not. This format mirrors the image format descriptors used by CoreGraphics to create things like CGImageRef and CGBitmapContextRef. This vImage_CGImageFormat: <pre>

type VImageCVImageFormat

type VImageCVImageFormat struct{}

type VImageCVImageFormatRef added in v0.18.0

type VImageCVImageFormatRef struct{ obj.Object }

VImageCVImageFormatRef is a handle for the opaque vImageCVImageFormatRef type.

func VImageCVImageFormatCopy

func VImageCVImageFormatCopy(format VImageConstCVImageFormatRef) VImageCVImageFormatRef

VImageCVImageFormatCopy calls the vImage framework function vImageCVImageFormat_Copy.

func VImageCVImageFormatCreate

func VImageCVImageFormatCreate(imageFormatType uint32, matrix *VImageARGBToYpCbCrMatrix, cvImageBufferChromaLocation corefoundation.CFStringRef, baseColorspace coregraphics.CGColorSpaceRef, alphaIsOneHint int) VImageCVImageFormatRef

VImageCVImageFormatCreate calls the vImage framework function vImageCVImageFormat_Create.

func VImageCVImageFormatCreateWithCVPixelBuffer

func VImageCVImageFormatCreateWithCVPixelBuffer(buffer unsafe.Pointer) VImageCVImageFormatRef

VImageCVImageFormatCreateWithCVPixelBuffer calls the vImage framework function vImageCVImageFormat_CreateWithCVPixelBuffer.

func (VImageCVImageFormatRef) IsNil added in v0.18.0

func (h VImageCVImageFormatRef) IsNil() bool

IsNil reports whether VImageCVImageFormatRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type VImageChannelDescription

type VImageChannelDescription struct {
	Min  float64
	Zero float64
	Full float64
	Max  float64
}

func VImageCVImageFormatGetChannelDescription

func VImageCVImageFormatGetChannelDescription(format VImageConstCVImageFormatRef, type_ uint32) *VImageChannelDescription

VImageCVImageFormatGetChannelDescription calls the vImage framework function vImageCVImageFormat_GetChannelDescription.

type VImageConstCVImageFormatRef added in v0.18.0

type VImageConstCVImageFormatRef struct{ obj.Object }

VImageConstCVImageFormatRef is a handle for the opaque vImageConstCVImageFormatRef type.

func (VImageConstCVImageFormatRef) IsNil added in v0.18.0

IsNil reports whether VImageConstCVImageFormatRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type VImageConverter

type VImageConverter struct{}

type VImageConverterRef added in v0.18.0

type VImageConverterRef struct{ obj.Object }

VImageConverterRef is a handle for the opaque vImageConverterRef type.

func VImageConverterCreateForCGToCVImageFormat

func VImageConverterCreateForCGToCVImageFormat(srcFormat unsafe.Pointer, destFormat VImageCVImageFormatRef, backgroundColor unsafe.Pointer, flags uint32) (result VImageConverterRef, err int)

VImageConverterCreateForCGToCVImageFormat calls the vImage framework function vImageConverter_CreateForCGToCVImageFormat.

func VImageConverterCreateForCVToCGImageFormat

func VImageConverterCreateForCVToCGImageFormat(srcFormat VImageCVImageFormatRef, destFormat unsafe.Pointer, backgroundColor unsafe.Pointer, flags uint32) (result VImageConverterRef, err int)

VImageConverterCreateForCVToCGImageFormat calls the vImage framework function vImageConverter_CreateForCVToCGImageFormat.

func VImageConverterCreateWithCGColorConversionInfo

func VImageConverterCreateWithCGColorConversionInfo(colorConversionInfoRef coregraphics.CGColorConversionInfoRef, sFormat unsafe.Pointer, dFormat unsafe.Pointer, bg unsafe.Pointer, flags uint32) (result VImageConverterRef, err int)

VImageConverterCreateWithCGColorConversionInfo calls the vImage framework function vImageConverter_CreateWithCGColorConversionInfo.

func VImageConverterCreateWithCGImageFormat

func VImageConverterCreateWithCGImageFormat(srcFormat unsafe.Pointer, destFormat unsafe.Pointer, backgroundColor unsafe.Pointer, flags uint32) (result VImageConverterRef, err int)

VImageConverterCreateWithCGImageFormat calls the vImage framework function vImageConverter_CreateWithCGImageFormat.

func VImageConverterCreateWithColorSyncCodeFragment

func VImageConverterCreateWithColorSyncCodeFragment(codeFragment obj.Object, srcFormat unsafe.Pointer, destFormat unsafe.Pointer, backgroundColor unsafe.Pointer, flags uint32) (result VImageConverterRef, err int)

VImageConverterCreateWithColorSyncCodeFragment calls the vImage framework function vImageConverter_CreateWithColorSyncCodeFragment.

func (VImageConverterRef) IsNil added in v0.18.0

func (h VImageConverterRef) IsNil() bool

IsNil reports whether VImageConverterRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type VImageMDTableUsageHint

type VImageMDTableUsageHint int32
const (
	KvImageMDTableHint_16Q12 VImageMDTableUsageHint = 1
	KvImageMDTableHint_Float VImageMDTableUsageHint = 2
)

func (VImageMDTableUsageHint) String

func (e VImageMDTableUsageHint) String() string

String returns the VImageMDTableUsageHint constant's name, or its numeric form when the value is not a known constant.

type VImageMultidimensionalTable added in v0.18.0

type VImageMultidimensionalTable struct{ obj.Object }

VImageMultidimensionalTable is a handle for the opaque vImage_MultidimensionalTable type.

func VImageMultidimensionalTableCreate

func VImageMultidimensionalTableCreate(tableData unsafe.Pointer, numSrcChannels uint32, numDestChannels uint32, tableEntriesPerDimension unsafe.Pointer, hint unsafe.Pointer, flags uint32) (result VImageMultidimensionalTable, err int)

VImageMultidimensionalTableCreate calls the vImage framework function vImageMultidimensionalTable_Create.

func (VImageMultidimensionalTable) IsNil added in v0.18.0

IsNil reports whether VImageMultidimensionalTable is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type VImageMultidimensionalTableData

type VImageMultidimensionalTableData struct{}

type VImagePerpsectiveTransform

type VImagePerpsectiveTransform struct {
	A  float32
	B  float32
	C  float32
	D  float32
	Tx float32
	Ty float32
	Vx float32
	Vy float32
	V  float32
}

Coefficients defining the 3x3 perspective (projective) transform matrix

func VImageGetPerspectiveWarp

func VImageGetPerspectiveWarp(srcPoints unsafe.Pointer, destPoints unsafe.Pointer, flags uint32) (result int, transform VImagePerpsectiveTransform)

VImageGetPerspectiveWarp calls the vImage framework function vImageGetPerspectiveWarp.

type VImageRGBPrimaries

type VImageRGBPrimaries struct {
	RedX   float32
	GreenX float32
	BlueX  float32
	WhiteX float32
	RedY   float32
	GreenY float32
	BlueY  float32
	WhiteY float32
}

type VImageTransferFunction

type VImageTransferFunction struct {
	C0     float64
	C1     float64
	C2     float64
	C3     float64
	Gamma  float64
	Cutoff float64
	C4     float64
	C5     float64
}

type VImageWhitePoint

type VImageWhitePoint struct {
	WhiteX float32
	WhiteY float32
}

type VImageYpCbCrPixelRange

type VImageYpCbCrPixelRange struct {
	Yp_bias      int32
	CbCr_bias    int32
	YpRangeMax   int32
	CbCrRangeMax int32
	YpMax        int32
	YpMin        int32
	CbCrMax      int32
	CbCrMin      int32
}

Range and clamping information for Y'CbCr pixel formats Y'CbCr formats frequently don't use the entire representable range available to them to represent image data. While a "full range" video format does use the entire range, a "video range" format often leaves the extrema unused, except perhaps to represent values outside of the standard Y'=[0,1] CbCr = [-0.5, 0.5] range. For example, a 8-bit video range format typically uses the range [16,235] for Y' and [16, 240] for Cb and Cr. Some examples:

type VImageYpCbCrToARGB

type VImageYpCbCrToARGB struct {
	Opaque [128]uint8
}

func VImageConvertYpCbCrToARGBGenerateConversion

func VImageConvertYpCbCrToARGBGenerateConversion(matrix *VImageYpCbCrToARGBMatrix, pixelRange *VImageYpCbCrPixelRange, inYpCbCrType unsafe.Pointer, outARGBType unsafe.Pointer, flags uint32) (result int, outInfo VImageYpCbCrToARGB)

VImageConvertYpCbCrToARGBGenerateConversion calls the vImage framework function vImageConvert_YpCbCrToARGB_GenerateConversion.

type VImageYpCbCrToARGBMatrix

type VImageYpCbCrToARGBMatrix struct {
	Yp   float32
	Cr_R float32
	Cr_G float32
	Cb_G float32
	Cb_B float32
}

type VImageYpCbCrType

type VImageYpCbCrType int32

An encoding of an image format type to be used with RGB <-> Y'CbCr conversions in vImage/Conversions.h These formats enumerate different vImage/CoreVideo Y'CbCr pixel formats.

const (
	KvImage422CbYpCrYp8                  VImageYpCbCrType = 0
	KvImage422YpCbYpCr8                  VImageYpCbCrType = 1
	KvImage422CbYpCrYp8_AA8              VImageYpCbCrType = 2
	KvImage420Yp8_Cb8_Cr8                VImageYpCbCrType = 3
	KvImage420Yp8_CbCr8                  VImageYpCbCrType = 4
	KvImage444AYpCbCr8                   VImageYpCbCrType = 5
	KvImage444CrYpCb8                    VImageYpCbCrType = 6
	KvImage444CbYpCrA8                   VImageYpCbCrType = 7
	KvImage444CrYpCb10                   VImageYpCbCrType = 8
	KvImage422CrYpCbYpCbYpCbYpCrYpCrYp10 VImageYpCbCrType = 9
	KvImage422CbYpCrYp16                 VImageYpCbCrType = 13
	KvImage444AYpCbCr16                  VImageYpCbCrType = 14
)

func (VImageYpCbCrType) String

func (e VImageYpCbCrType) String() string

String returns the VImageYpCbCrType constant's name, or its numeric form when the value is not a known constant.

type VimageInterpolationmethod added in v0.17.0

type VimageInterpolationmethod int32
const (
	KvImageNoInterpolation   VimageInterpolationmethod = 0
	KvImageFullInterpolation VimageInterpolationmethod = 1
	KvImageHalfInterpolation VimageInterpolationmethod = 2
)

func (VimageInterpolationmethod) String added in v0.17.0

func (e VimageInterpolationmethod) String() string

String returns the VimageInterpolationmethod constant's name, or its numeric form when the value is not a known constant.

type VirtualMemoryGuardExceptionCode added in v0.17.0

type VirtualMemoryGuardExceptionCode uint32
const (
	KGUARD_EXC_DEALLOC_GAP                   VirtualMemoryGuardExceptionCode = 1
	KGUARD_EXC_RECLAIM_COPYIO_FAILURE        VirtualMemoryGuardExceptionCode = 2
	KGUARD_EXC_RECLAIM_INDEX_FAILURE         VirtualMemoryGuardExceptionCode = 4
	KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE    VirtualMemoryGuardExceptionCode = 8
	KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE    VirtualMemoryGuardExceptionCode = 9
	KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE         VirtualMemoryGuardExceptionCode = 10
	KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE         VirtualMemoryGuardExceptionCode = 11
	KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION  VirtualMemoryGuardExceptionCode = 12
	KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY    VirtualMemoryGuardExceptionCode = 13
	KGUARD_EXC_SEC_ACCESS_FAULT              VirtualMemoryGuardExceptionCode = 98
	KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT        VirtualMemoryGuardExceptionCode = 99
	KGUARD_EXC_SEC_COPY_DENIED               VirtualMemoryGuardExceptionCode = 100
	KGUARD_EXC_SEC_SHARING_DENIED            VirtualMemoryGuardExceptionCode = 101
	KGUARD_EXC_MTE_SYNC_FAULT                VirtualMemoryGuardExceptionCode = 200
	KGUARD_EXC_MTE_ASYNC_USER_FAULT          VirtualMemoryGuardExceptionCode = 201
	KGUARD_EXC_MTE_ASYNC_KERN_FAULT          VirtualMemoryGuardExceptionCode = 202
	KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203
	KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204
)

func (VirtualMemoryGuardExceptionCode) String added in v0.17.0

String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.

type XpcListenerCreateFlags added in v0.17.0

type XpcListenerCreateFlags uint64

Bitmask — values may be combined with |.

const (
	XpcListenerCreateFlagsNone            XpcListenerCreateFlags = 0
	XpcListenerCreateFlagsInactive        XpcListenerCreateFlags = 1
	XpcListenerCreateFlagsForceMach       XpcListenerCreateFlags = 2
	XpcListenerCreateFlagsForceXpcservice XpcListenerCreateFlags = 4
)

func (XpcListenerCreateFlags) String added in v0.17.0

func (e XpcListenerCreateFlags) String() string

String returns the XpcListenerCreateFlags constant's name, or its numeric form when the value is not a known constant.

type XpcSessionCreateFlags added in v0.17.0

type XpcSessionCreateFlags uint64

Bitmask — values may be combined with |.

const (
	XpcSessionCreateFlagsNone           XpcSessionCreateFlags = 0
	XpcSessionCreateFlagsInactive       XpcSessionCreateFlags = 1
	XpcSessionCreateFlagsMachPrivileged XpcSessionCreateFlags = 2
)

func (XpcSessionCreateFlags) String added in v0.17.0

func (e XpcSessionCreateFlags) String() string

String returns the XpcSessionCreateFlags constant's name, or its numeric form when the value is not a known constant.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL