|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "intsym.h"#include "abi_align.h"#include "compat.h"#include "mpg123.h"#include "true.h"#include "optimize.h"#include "decode.h"#include "parse.h"#include "frame.h"

Go to the source code of this file.
Functions | |
| int | decode_update (mpg123_handle *mh) |
| off_t | decoder_synth_bytes (mpg123_handle *fr, off_t s) |
| off_t | samples_to_bytes (mpg123_handle *fr, off_t s) |
| off_t | bytes_to_samples (mpg123_handle *fr, off_t b) |
| off_t | outblock_bytes (mpg123_handle *fr, off_t s) |
| void | postprocess_buffer (mpg123_handle *fr) |
| int | open_fixed_pre (mpg123_handle *mh, int channels, int encoding) |
| int | open_fixed_post (mpg123_handle *mh, int channels, int encoding) |
| #define AUDIOBUFSIZE 2 |
Definition at line 259 of file mpg123lib_intern.h.
| #define AUSHIFT (3) |
Definition at line 282 of file mpg123lib_intern.h.
Definition at line 223 of file mpg123lib_intern.h.
Definition at line 226 of file mpg123lib_intern.h.
| #define M_PI 3.14159265358979323846 |
Definition at line 31 of file mpg123lib_intern.h.
| #define M_SQRT2 1.41421356237309504880 |
Definition at line 34 of file mpg123lib_intern.h.
| #define MAX_NAME_SIZE 81 |
Definition at line 263 of file mpg123lib_intern.h.
| #define MPG123_ENCODINGS 12 |
Definition at line 14 of file mpg123lib_intern.h.
| #define MPG123_RATES 9 |
Definition at line 13 of file mpg123lib_intern.h.
| #define MPG_MD_DUAL_CHANNEL 2 |
Definition at line 271 of file mpg123lib_intern.h.
| #define MPG_MD_JOINT_STEREO 1 |
Definition at line 270 of file mpg123lib_intern.h.
| #define MPG_MD_MONO 3 |
Definition at line 272 of file mpg123lib_intern.h.
| #define MPG_MD_STEREO 0 |
Definition at line 269 of file mpg123lib_intern.h.
| #define NOQUIET (!(fr->p.flags & MPG123_QUIET)) |
Definition at line 290 of file mpg123lib_intern.h.
Definition at line 295 of file mpg123lib_intern.h.
Definition at line 204 of file mpg123lib_intern.h.
| #define REAL_IS_DOUBLE |
Definition at line 203 of file mpg123lib_intern.h.
Definition at line 242 of file mpg123lib_intern.h.
Definition at line 245 of file mpg123lib_intern.h.
Definition at line 254 of file mpg123lib_intern.h.
Definition at line 248 of file mpg123lib_intern.h.
Definition at line 229 of file mpg123lib_intern.h.
| #define S32_RESCALE 65536 |
Definition at line 279 of file mpg123lib_intern.h.
| #define SBLIMIT 32 |
Definition at line 264 of file mpg123lib_intern.h.
| #define SCALE_BLOCK 12 |
Definition at line 265 of file mpg123lib_intern.h.
| #define SHORT_SCALE 32768 |
Definition at line 276 of file mpg123lib_intern.h.
| #define SKIP_JUNK 1 |
Definition at line 28 of file mpg123lib_intern.h.
| #define SSLIMIT 18 |
Definition at line 266 of file mpg123lib_intern.h.
Definition at line 291 of file mpg123lib_intern.h.
Definition at line 292 of file mpg123lib_intern.h.
Definition at line 293 of file mpg123lib_intern.h.
Definition at line 294 of file mpg123lib_intern.h.
| off_t bytes_to_samples | ( | mpg123_handle * | fr, |
| off_t | b | ||
| ) |
| int decode_update | ( | mpg123_handle * | mh | ) |
Definition at line 573 of file libmpg123.c.
| off_t decoder_synth_bytes | ( | mpg123_handle * | fr, |
| off_t | s | ||
| ) |
| int open_fixed_post | ( | mpg123_handle * | mh, |
| int | channels, | ||
| int | encoding | ||
| ) |
Definition at line 480 of file libmpg123.c.
| int open_fixed_pre | ( | mpg123_handle * | mh, |
| int | channels, | ||
| int | encoding | ||
| ) |
Definition at line 469 of file libmpg123.c.
| off_t outblock_bytes | ( | mpg123_handle * | fr, |
| off_t | s | ||
| ) |
| void postprocess_buffer | ( | mpg123_handle * | fr | ) |
Definition at line 700 of file format.c.