Doxygen Source Code Documentation
mpeg.h File Reference
#include "ansi.h"#include "mtypes.h"#include "frame.h"Go to the source code of this file.
Functions | |
| int32 GenMPEGStream | _ANSI_ARGS_ ((int whichGOP, int frameStart, int frameEnd, int32 qtable[], int32 niqtable[], int numFrames, FILE *ofp, char *outputFileName)) |
| void PrintStartStats | _ANSI_ARGS_ ((int firstFrame, int lastFrame)) |
| void IncrementTCTime | _ANSI_ARGS_ ((void)) |
| void SetReferenceFrameType | _ANSI_ARGS_ ((char *type)) |
| boolean NonLocalRefFrame | _ANSI_ARGS_ ((int id)) |
| void ReadDecodedRefFrame | _ANSI_ARGS_ ((MpegFrame *frame, int frameNumber)) |
| void WriteDecodedFrame | _ANSI_ARGS_ ((MpegFrame *frame)) |
| void SetBitRateFileName | _ANSI_ARGS_ ((char *fileName)) |
Variables | |
| MpegFrame * | frameMemory [3] |
| int32 | tc_hrs |
| int32 | tc_min |
| int32 | tc_sec |
| int32 | tc_pict |
| int32 | tc_extra |
| int | totalFramesSent |
| int | gopSize |
| char * | framePattern |
| int | framePatternLen |
| int32 | qtable [] |
| int32 | niqtable [] |
| int32 * | customQtable |
| int32 * | customNIQtable |
| int | aspectRatio |
| int | frameRate |
| int | frameRateRounded |
| boolean | frameRateInteger |
Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Variable Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|