ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions
videoRGBA.h File Reference
#include <ARX/ARVideo/video.h>
Include dependency graph for videoRGBA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ARVIDEO_EXTERN int videoRGBA (uint32_t *destRGBA, AR2VideoBufferT *source, int width, int height, AR_PIXEL_FORMAT pixelFormat)
 
ARVIDEO_EXTERN int videoBGRA (uint32_t *destBGRA, AR2VideoBufferT *source, int width, int height, AR_PIXEL_FORMAT pixelFormat)
 

Function Documentation

◆ videoBGRA()

ARVIDEO_EXTERN int videoBGRA ( uint32_t *  destBGRA,
AR2VideoBufferT source,
int  width,
int  height,
AR_PIXEL_FORMAT  pixelFormat 
)
Here is the call graph for this function:

◆ videoRGBA()

ARVIDEO_EXTERN int videoRGBA ( uint32_t *  destRGBA,
AR2VideoBufferT source,
int  width,
int  height,
AR_PIXEL_FORMAT  pixelFormat 
)
Here is the call graph for this function: