Go to the source code of this file.
Functions | |
| static int | _mobj_parse_header (BITSTREAM *bs, int *extension_data_start) |
| void | mobj_parse_cmd (uint8_t *buf, MOBJ_CMD *cmd) |
| static int | _mobj_parse_object (BITSTREAM *bs, MOBJ_OBJECT *obj) |
| void | mobj_free (MOBJ_OBJECTS **p) |
| MOBJ_OBJECTS * | mobj_parse (const char *file_name) |
| static int _mobj_parse_header | ( | BITSTREAM * | bs, | |
| int * | extension_data_start | |||
| ) | [static] |
Definition at line 32 of file mobj_parse.c.
Referenced by mobj_parse().
Definition at line 53 of file mobj_parse.c.
Referenced by _decode_button(), and _mobj_parse_object().
| static int _mobj_parse_object | ( | BITSTREAM * | bs, | |
| MOBJ_OBJECT * | obj | |||
| ) | [static] |
Definition at line 77 of file mobj_parse.c.
Referenced by mobj_parse().
| void mobj_free | ( | MOBJ_OBJECTS ** | p | ) |
Definition at line 99 of file mobj_parse.c.
Referenced by hdmv_vm_free(), and mobj_parse().
| MOBJ_OBJECTS* mobj_parse | ( | const char * | file_name | ) |
Definition at line 112 of file mobj_parse.c.
Referenced by hdmv_vm_init().
1.6.3