sipxmedialib  Version 3.3
Classes | Macros | Functions | Variables
MpMisc.h File Reference
#include "os/OsMsgQ.h"
#include "mp/MpTypes.h"
#include "mp/MpBufPool.h"
#include "mp/MpAudioBuf.h"
Include dependency graph for MpMisc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __MpGlobals
 This structure contain all static variables. More...
 

Macros

#define Zprintf   printf
 
#define Zprintf(fmt, a, b, c, d, e, f)
 
#define Nprintf(fmt, a, b, c, d, e, f)
 
#define Lprintf(fmt, a, b, c, d, e, f)
 

Functions

OsStatus mpStartUp (int sampleRate, int samplesPerFrame, int numAudioBuffers, OsConfigDb *pConfigDb, const size_t numCodecPaths, const UtlString codecPaths[])
 
OsStatus mpShutdown (void)
 
OsStatus mpStartTasks (void)
 
OsStatus mpStopTasks (void)
 
void mpLogBufferStats (const char *label)
 

Variables

MpBufPool ** sMpBufPools []
 
int sMpNumBufPools
 
struct __MpGlobals MpMisc
 

Macro Definition Documentation

#define Zprintf   printf
#define Zprintf (   fmt,
  a,
  b,
  c,
  d,
  e,
 
)
#define Nprintf (   fmt,
  a,
  b,
  c,
  d,
  e,
 
)
#define Lprintf (   fmt,
  a,
  b,
  c,
  d,
  e,
 
)

Function Documentation

OsStatus mpStartUp ( int  sampleRate,
int  samplesPerFrame,
int  numAudioBuffers,
OsConfigDb *  pConfigDb,
const size_t  numCodecPaths,
const UtlString  codecPaths[] 
)
OsStatus mpShutdown ( void  )
OsStatus mpStartTasks ( void  )
OsStatus mpStopTasks ( void  )
void mpLogBufferStats ( const char *  label)

Variable Documentation

MpBufPool** sMpBufPools[]
int sMpNumBufPools
struct __MpGlobals MpMisc