FireBirdLib - Topfield TMS PVR TAP Programming Library
VideoToBMP.c File Reference
#include "FBLib_av.h"
#include "libFireBird.h"

Go to the source code of this file.

Functions

void VideoToBMP (TYPE_VideoFrame *VideoFrame, int BMPwidth, int BMPheight, byte *BMPPixelBuffer, int DstX, int DstY, int DstWidth, int DstHeight)
 

Function Documentation

◆ VideoToBMP()

void VideoToBMP ( TYPE_VideoFrame *  VideoFrame,
int  BMPwidth,
int  BMPheight,
byte *  BMPPixelBuffer,
int  DstX,
int  DstY,
int  DstWidth,
int  DstHeight 
)

Definition at line 4 of file VideoToBMP.c.

References B8888, G8888, R8888, TRACEENTER, and TRACEEXIT.

Referenced by CaptureScreen().