#include "os/OsMsgQ.h"
#include "mp/MpTypes.h"
#include "mp/MpBufPool.h"
#include "mp/MpAudioBuf.h"
Go to the source code of this file.
|
#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) |
|
#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 |
|
) |
| |
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 | ) |
|