RetroArch
|
Public Attributes | |
UINT32 | compression |
const char * | compname |
UINT8 | lossy |
chd_error(* | init )(void *codec, UINT32 hunkbytes) |
void(* | free )(void *codec) |
chd_error(* | decompress )(void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen) |
chd_error(* | config )(void *codec, int param, void *config) |
const char* _codec_interface::compname |
UINT32 _codec_interface::compression |
chd_error(* _codec_interface::decompress) (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen) |
UINT8 _codec_interface::lossy |