Go to the source code of this file.
Functions | |
| static int | _bclk_parse_header (BITSTREAM *bs, uint32_t *data_start, uint32_t *extension_data_start) |
| static int | _sound_parse_attributes (BITSTREAM *bs, SOUND_OBJECT *obj) |
| static int | _sound_parse_index (BITSTREAM *bs, uint32_t *sound_data_index, SOUND_OBJECT *obj) |
| static int | _sound_read_samples (BITSTREAM *bs, SOUND_OBJECT *obj) |
| void | sound_free (SOUND_DATA **p) |
| SOUND_DATA * | sound_parse (const char *file_name) |
| static int _bclk_parse_header | ( | BITSTREAM * | bs, | |
| uint32_t * | data_start, | |||
| uint32_t * | extension_data_start | |||
| ) | [static] |
Definition at line 33 of file sound_parse.c.
Referenced by sound_parse().
| static int _sound_parse_attributes | ( | BITSTREAM * | bs, | |
| SOUND_OBJECT * | obj | |||
| ) | [static] |
Definition at line 55 of file sound_parse.c.
Referenced by _sound_parse_index().
| static int _sound_parse_index | ( | BITSTREAM * | bs, | |
| uint32_t * | sound_data_index, | |||
| SOUND_OBJECT * | obj | |||
| ) | [static] |
Definition at line 82 of file sound_parse.c.
Referenced by sound_parse().
| static int _sound_read_samples | ( | BITSTREAM * | bs, | |
| SOUND_OBJECT * | obj | |||
| ) | [static] |
Definition at line 94 of file sound_parse.c.
Referenced by sound_parse().
| void sound_free | ( | SOUND_DATA ** | p | ) |
Definition at line 108 of file sound_parse.c.
Referenced by sound_parse().
| SOUND_DATA* sound_parse | ( | const char * | file_name | ) |
Definition at line 121 of file sound_parse.c.
1.6.3