RetroArch
|
Go to the source code of this file.
Typedefs | |
typedef typedefRETRO_BEGIN_DECLS struct rjpeg | rjpeg_t |
Functions | |
int | rjpeg_process_image (rjpeg_t *rjpeg, void **buf, size_t size, unsigned *width, unsigned *height) |
bool | rjpeg_set_buf_ptr (rjpeg_t *rjpeg, void *data) |
void | rjpeg_free (rjpeg_t *rjpeg) |
rjpeg_t * | rjpeg_alloc (void) |
int rjpeg_process_image | ( | rjpeg_t * | rjpeg, |
void ** | buf, | ||
size_t | size, | ||
unsigned * | width, | ||
unsigned * | height | ||
) |