RetroArch
Typedefs | Functions
rjpeg.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <retro_common_api.h>
#include <boolean.h>
Include dependency graph for rjpeg.h:
This graph shows which files directly or indirectly include this file:

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_trjpeg_alloc (void)
 

Typedef Documentation

◆ rjpeg_t

typedef typedefRETRO_BEGIN_DECLS struct rjpeg rjpeg_t

Function Documentation

◆ rjpeg_alloc()

rjpeg_t* rjpeg_alloc ( void  )
Here is the caller graph for this function:

◆ rjpeg_free()

void rjpeg_free ( rjpeg_t rjpeg)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rjpeg_process_image()

int rjpeg_process_image ( rjpeg_t rjpeg,
void **  buf,
size_t  size,
unsigned *  width,
unsigned *  height 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rjpeg_set_buf_ptr()

bool rjpeg_set_buf_ptr ( rjpeg_t rjpeg,
void data 
)
Here is the caller graph for this function: