RetroArch
|
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libchdr/chd.h>
#include <libchdr/minmax.h>
#include <libchdr/cdrom.h>
#include <libchdr/flac.h>
#include <libchdr/huffman.h>
#include <zlib.h>
#include <retro_inline.h>
#include <streams/file_stream.h>
Macros | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
static uint32_t | cdfl_codec_blocksize (uint32_t bytes) |
chd_error | cdfl_codec_init (void *codec, uint32_t hunkbytes) |
void | cdfl_codec_free (void *codec) |
chd_error | cdfl_codec_decompress (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen) |
#define FALSE 0 |
#define TRUE 1 |
chd_error cdfl_codec_decompress | ( | void * | codec, |
const uint8_t * | src, | ||
uint32_t | complen, | ||
uint8_t * | dest, | ||
uint32_t | destlen | ||
) |