Go to the source code of this file.
|
bool | rbmp_save_image (const char *filename, const void *frame, unsigned width, unsigned height, unsigned pitch, enum rbmp_source_type type) |
|
int | rbmp_process_image (rbmp_t *rbmp, void **buf, size_t size, unsigned *width, unsigned *height) |
|
bool | rbmp_set_buf_ptr (rbmp_t *rbmp, void *data) |
|
void | rbmp_free (rbmp_t *rbmp) |
|
rbmp_t * | rbmp_alloc (void) |
|
◆ rbmp_t
◆ rbmp_source_type
Enumerator |
---|
RBMP_SOURCE_TYPE_DONT_CARE | |
RBMP_SOURCE_TYPE_BGR24 | |
RBMP_SOURCE_TYPE_XRGB888 | |
RBMP_SOURCE_TYPE_RGB565 | |
RBMP_SOURCE_TYPE_ARGB8888 | |
◆ rbmp_alloc()
◆ rbmp_free()
◆ rbmp_process_image()
int rbmp_process_image |
( |
rbmp_t * |
rbmp, |
|
|
void ** |
buf, |
|
|
size_t |
size, |
|
|
unsigned * |
width, |
|
|
unsigned * |
height |
|
) |
| |
◆ rbmp_save_image()
◆ rbmp_set_buf_ptr()