![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Macros | |
#define | MAX(x, y) (x > y ? x : y) |
#define | MIN(x, y) (x < y ? x : y) |
#define | CLAMP(x, r1, r2) (MIN(MAX(x,r1),r2)) |
Functions | |
int | videoRGBA (uint32_t *destRGBA, AR2VideoBufferT *source, int width, int height, AR_PIXEL_FORMAT pixelFormat) |
int | videoBGRA (uint32_t *destBGRA, AR2VideoBufferT *source, int width, int height, AR_PIXEL_FORMAT pixelFormat) |
#define MAX | ( | x, | |
y | |||
) | (x > y ? x : y) |
#define MIN | ( | x, | |
y | |||
) | (x < y ? x : y) |
int videoBGRA | ( | uint32_t * | destBGRA, |
AR2VideoBufferT * | source, | ||
int | width, | ||
int | height, | ||
AR_PIXEL_FORMAT | pixelFormat | ||
) |
int videoRGBA | ( | uint32_t * | destRGBA, |
AR2VideoBufferT * | source, | ||
int | width, | ||
int | height, | ||
AR_PIXEL_FORMAT | pixelFormat | ||
) |