RetroArch
Functions
trans_stream.c File Reference
#include <streams/trans_stream.h>
Include dependency graph for trans_stream.c:
This graph shows which files directly or indirectly include this file:

Functions

bool trans_stream_trans_full (struct trans_stream_backend *backend, void **data, const uint8_t *in, uint32_t in_size, uint8_t *out, uint32_t out_size, enum trans_stream_error *error)
 
const struct trans_stream_backendtrans_stream_get_zlib_deflate_backend (void)
 
const struct trans_stream_backendtrans_stream_get_zlib_inflate_backend (void)
 
const struct trans_stream_backendtrans_stream_get_pipe_backend (void)
 

Function Documentation

◆ trans_stream_get_pipe_backend()

const struct trans_stream_backend* trans_stream_get_pipe_backend ( void  )
Here is the caller graph for this function:

◆ trans_stream_get_zlib_deflate_backend()

const struct trans_stream_backend* trans_stream_get_zlib_deflate_backend ( void  )
Here is the caller graph for this function:

◆ trans_stream_get_zlib_inflate_backend()

const struct trans_stream_backend* trans_stream_get_zlib_inflate_backend ( void  )
Here is the caller graph for this function:

◆ trans_stream_trans_full()

bool trans_stream_trans_full ( struct trans_stream_backend backend,
void **  data,
const uint8_t in,
uint32_t  in_size,
uint8_t out,
uint32_t  out_size,
enum trans_stream_error error 
)

trans_stream_trans_full: : (optional) existing stream data, or a target for the new stream data to be saved : input data : input size : output data : output size : (optional) output for error code

Perform a full transcoding from a source to a destination.

Here is the call graph for this function: