#include <JKRDecomp.h>
|
static JKRDecomp * | create (s32) |
|
static JKRDecompCommand * | prepareCommand (u8 *, u8 *, u32, u32, JKRDecompCommand::AsyncCallback) |
|
static void | sendCommand (JKRDecompCommand *) |
|
static bool | sync (JKRDecompCommand *, int) |
|
static JKRDecompCommand * | orderAsync (u8 *, u8 *, u32, u32, JKRDecompCommand::AsyncCallback) |
|
static bool | orderSync (u8 *, u8 *, u32, u32) |
|
static void | decode (u8 *, u8 *, u32, u32) |
|
static void | decodeSZP (u8 *, u8 *, u32, u32) |
|
static void | decodeSZS (u8 *, u8 *, u32, u32) |
|
static JKRCompression | checkCompressed (u8 *) |
|
static void * | start (void *param_1) |
|
static JKRThread * | searchThread (OSThread *thread) |
|
static JSUList< JKRThread > & | getList () |
|
◆ JKRDecomp()
JKRDecomp::JKRDecomp |
( |
s32 |
priority | ) |
|
|
private |
◆ ~JKRDecomp()
JKRDecomp::~JKRDecomp |
( |
| ) |
|
|
privatevirtual |
◆ checkCompressed()
◆ create()
◆ decode()
void JKRDecomp::decode |
( |
u8 * |
srcBuffer, |
|
|
u8 * |
dstBuffer, |
|
|
u32 |
srcLength, |
|
|
u32 |
dstLength |
|
) |
| |
|
static |
◆ decodeSZP()
void JKRDecomp::decodeSZP |
( |
u8 * |
src, |
|
|
u8 * |
dst, |
|
|
u32 |
srcLength, |
|
|
u32 |
dstLength |
|
) |
| |
|
static |
◆ decodeSZS()
void JKRDecomp::decodeSZS |
( |
u8 * |
src_buffer, |
|
|
u8 * |
dst_buffer, |
|
|
u32 |
srcSize, |
|
|
u32 |
dstSize |
|
) |
| |
|
static |
◆ orderAsync()
◆ orderSync()
bool JKRDecomp::orderSync |
( |
u8 * |
srcBuffer, |
|
|
u8 * |
dstBuffer, |
|
|
u32 |
srcLength, |
|
|
u32 |
dstLength |
|
) |
| |
|
static |
◆ prepareCommand()
◆ run()
◆ sendCommand()
◆ sync()
◆ sDecompObject
◆ sMessageBuffer
◆ sMessageQueue
The documentation for this class was generated from the following files: