Declaration | |
---|---|
From | uint64_t CVGetCurrentHostTime() |
To | uint64_t CVGetCurrentHostTime(void) |
Declaration | |
---|---|
From | double CVGetHostClockFrequency() |
To | double CVGetHostClockFrequency(void) |
Declaration | |
---|---|
From | uint32_t CVGetHostClockMinimumTimeDelta() |
To | uint32_t CVGetHostClockMinimumTimeDelta(void) |
Declaration | |
---|---|
From | void CVMetalTextureGetCleanTexCoords(CVMetalTextureRef image, float [2] lowerLeft, float [2] lowerRight, float [2] upperRight, float [2] upperLeft) |
To | void CVMetalTextureGetCleanTexCoords(CVMetalTextureRef image, float *lowerLeft, float *lowerRight, float *upperRight, float *upperLeft) |
Declaration | |
---|---|
From | typedef void (*CVPixelBufferReleasePlanarBytesCallback)(void *releaseRefCon, const void *dataPtr, size_t dataSize, size_t numberOfPlanes, const void * _Nullable [] planeAddresses) |
To | typedef void (*CVPixelBufferReleasePlanarBytesCallback)(void *releaseRefCon, const void *dataPtr, size_t dataSize, size_t numberOfPlanes, const void * _Nullable *planeAddresses) |
Declaration | |
---|---|
From | CVReturn CVPixelBufferCreateWithPlanarBytes(CFAllocatorRef allocator, size_t width, size_t height, OSType pixelFormatType, void *dataPtr, size_t dataSize, size_t numberOfPlanes, void * _Nullable [] planeBaseAddress, size_t [] planeWidth, size_t [] planeHeight, size_t [] planeBytesPerRow, CVPixelBufferReleasePlanarBytesCallback releaseCallback, void *releaseRefCon, CFDictionaryRef pixelBufferAttributes, CVPixelBufferRef _Nullable *pixelBufferOut) |
To | CVReturn CVPixelBufferCreateWithPlanarBytes(CFAllocatorRef allocator, size_t width, size_t height, OSType pixelFormatType, void *dataPtr, size_t dataSize, size_t numberOfPlanes, void * _Nullable *planeBaseAddress, size_t *planeWidth, size_t *planeHeight, size_t *planeBytesPerRow, CVPixelBufferReleasePlanarBytesCallback releaseCallback, void *releaseRefCon, CFDictionaryRef pixelBufferAttributes, CVPixelBufferRef _Nullable *pixelBufferOut) |