ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

mpg123lib_intern.h File Reference
#include "config.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.

Defines

#define MPG123_RATES   9
#define MPG123_ENCODINGS   10
#define SKIP_JUNK   1
#define real   double
#define REAL_SCANF   "%lf"
#define REAL_PRINTF   "%f"
#define AUDIOBUFSIZE   2
#define MAX_NAME_SIZE   81
#define SBLIMIT   32
#define SCALE_BLOCK   12
#define SSLIMIT   18
#define MPG_MD_STEREO   0
#define MPG_MD_JOINT_STEREO   1
#define MPG_MD_DUAL_CHANNEL   2
#define MPG_MD_MONO   3
#define SHORT_SCALE   32768
#define S32_RESCALE   65536
#define AUSHIFT   (3)
#define NOQUIET   (!(fr->p.flags & MPG123_QUIET))
#define VERBOSE   (NOQUIET && fr->p.verbose)
#define VERBOSE2   (NOQUIET && fr->p.verbose > 1)
#define VERBOSE3   (NOQUIET && fr->p.verbose > 2)
#define VERBOSE4   (NOQUIET && fr->p.verbose > 3)
#define PVERB(mp, level)   (!((mp)->flags & MPG123_QUIET) && (mp)->verbose >= (level))

Functions

int decode_update (mpg123_handle *mh)
off_t samples_to_bytes (mpg123_handle *fr, off_t s)
off_t bytes_to_samples (mpg123_handle *fr, off_t b)

Generated on Sat May 26 2012 05:56:10 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.