RetroArch
Functions
image_transfer.c File Reference
#include <stdint.h>
#include <string.h>
#include <errno.h>
#include <formats/image.h>
Include dependency graph for image_transfer.c:
This graph shows which files directly or indirectly include this file:

Functions

void image_transfer_free (void *data, enum image_type_enum type)
 
voidimage_transfer_new (enum image_type_enum type)
 
bool image_transfer_start (void *data, enum image_type_enum type)
 
bool image_transfer_is_valid (void *data, enum image_type_enum type)
 
void image_transfer_set_buffer_ptr (void *data, enum image_type_enum type, void *ptr)
 
int image_transfer_process (void *data, enum image_type_enum type, uint32_t **buf, size_t len, unsigned *width, unsigned *height)
 
bool image_transfer_iterate (void *data, enum image_type_enum type)
 

Function Documentation

◆ image_transfer_free()

void image_transfer_free ( void data,
enum image_type_enum  type 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_is_valid()

bool image_transfer_is_valid ( void data,
enum image_type_enum  type 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_iterate()

bool image_transfer_iterate ( void data,
enum image_type_enum  type 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_new()

void* image_transfer_new ( enum image_type_enum  type)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_process()

int image_transfer_process ( void data,
enum image_type_enum  type,
uint32_t **  buf,
size_t  len,
unsigned *  width,
unsigned *  height 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_set_buffer_ptr()

void image_transfer_set_buffer_ptr ( void data,
enum image_type_enum  type,
void ptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ image_transfer_start()

bool image_transfer_start ( void data,
enum image_type_enum  type 
)
Here is the call graph for this function:
Here is the caller graph for this function: