Defines |
| #define | NTOM_MUL (32768) |
| #define | aligned_pointer(p, type, alignment) align_the_pointer(p, alignment) |
Functions |
| static void | frame_fixed_reset (mpg123_handle *fr) |
| static void * | align_the_pointer (void *base, unsigned int alignment) |
| void | frame_default_pars (mpg123_pars *mp) |
| void | frame_init (mpg123_handle *fr) |
| void | frame_init_par (mpg123_handle *fr, mpg123_pars *mp) |
| mpg123_pars attribute_align_arg * | mpg123_new_pars (int *error) |
| void attribute_align_arg | mpg123_delete_pars (mpg123_pars *mp) |
| int attribute_align_arg | mpg123_reset_eq (mpg123_handle *mh) |
| int | frame_outbuffer (mpg123_handle *fr) |
| int attribute_align_arg | mpg123_replace_buffer (mpg123_handle *mh, unsigned char *data, size_t size) |
| static void | frame_decode_buffers_reset (mpg123_handle *fr) |
| int | frame_buffers (mpg123_handle *fr) |
| int | frame_buffers_reset (mpg123_handle *fr) |
| void | frame_icy_reset (mpg123_handle *fr) |
| void | frame_free_toc (mpg123_handle *fr) |
| int | frame_fill_toc (mpg123_handle *fr, unsigned char *in) |
| int | frame_reset (mpg123_handle *fr) |
| void | frame_free_buffers (mpg123_handle *fr) |
| void | frame_exit (mpg123_handle *fr) |
| int attribute_align_arg | mpg123_info (mpg123_handle *mh, struct mpg123_frameinfo *mi) |
| off_t | frame_fuzzy_find (mpg123_handle *fr, off_t want_frame, off_t *get_frame) |
| off_t | frame_index_find (mpg123_handle *fr, off_t want_frame, off_t *get_frame) |
| off_t | frame_ins2outs (mpg123_handle *fr, off_t ins) |
| off_t | frame_outs (mpg123_handle *fr, off_t num) |
| off_t | frame_expect_outsamples (mpg123_handle *fr) |
| off_t | frame_offset (mpg123_handle *fr, off_t outs) |
| static off_t | ignoreframe (mpg123_handle *fr) |
| void | frame_set_frameseek (mpg123_handle *fr, off_t fe) |
| void | frame_skip (mpg123_handle *fr) |
| void | frame_set_seek (mpg123_handle *fr, off_t sp) |
| int attribute_align_arg | mpg123_volume_change (mpg123_handle *mh, double change) |
| int attribute_align_arg | mpg123_volume (mpg123_handle *mh, double vol) |
| static int | get_rva (mpg123_handle *fr, double *peak, double *gain) |
| void | do_rva (mpg123_handle *fr) |
| int attribute_align_arg | mpg123_getvolume (mpg123_handle *mh, double *base, double *really, double *rva_db) |