Go to the source code of this file.
Classes | |
struct | _LEWEI_VIDEO_FRAME_T |
Macros | |
#define | LEWEI_ERROR_BASE 8000 |
#define | LEWEI_ERROR_CREATE_FILE (LEWEI_ERROR_BASE+5) |
#define | LEWEI_ERROR_MALLOC_FAIL (LEWEI_ERROR_BASE+2) |
#define | LEWEI_ERROR_NO_CALLBACK (LEWEI_ERROR_BASE+3) |
#define | LEWEI_ERROR_NOT_INITIALIZED (LEWEI_ERROR_BASE+1) |
#define | LEWEI_ERROR_SOCKET (LEWEI_ERROR_BASE+4) |
Typedefs | |
typedef struct _LEWEI_VIDEO_FRAME_T | lewei_video_frame |
typedef void | P_LEWEI_CALLBACK(void *param, lewei_video_frame *pframe) |
Functions | |
void | lewei_finalize_stream () |
int | lewei_initialize_stream () |
long | lewei_start_stream (void *mydata, P_LEWEI_CALLBACK pcallback) |
void | lewei_stop_stream () |
void | video_free_frame_ram (void *pFrame) |
#define LEWEI_ERROR_BASE 8000 |
Definition at line 13 of file liblewei.h.
#define LEWEI_ERROR_CREATE_FILE (LEWEI_ERROR_BASE+5) |
Definition at line 18 of file liblewei.h.
#define LEWEI_ERROR_MALLOC_FAIL (LEWEI_ERROR_BASE+2) |
Definition at line 15 of file liblewei.h.
#define LEWEI_ERROR_NO_CALLBACK (LEWEI_ERROR_BASE+3) |
Definition at line 16 of file liblewei.h.
#define LEWEI_ERROR_NOT_INITIALIZED (LEWEI_ERROR_BASE+1) |
Definition at line 14 of file liblewei.h.
#define LEWEI_ERROR_SOCKET (LEWEI_ERROR_BASE+4) |
Definition at line 17 of file liblewei.h.
typedef struct _LEWEI_VIDEO_FRAME_T lewei_video_frame |
typedef void P_LEWEI_CALLBACK(void *param, lewei_video_frame *pframe) |
Definition at line 28 of file liblewei.h.
void lewei_finalize_stream | ( | ) |
int lewei_initialize_stream | ( | ) |
long lewei_start_stream | ( | void * | mydata, |
P_LEWEI_CALLBACK | pcallback | ||
) |
void lewei_stop_stream | ( | ) |
void video_free_frame_ram | ( | void * | pFrame | ) |