Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
parallel.h File Reference
#include "ansi.h"
#include "bitio.h"
#include "frame.h"
Go to the source code of this file.
|
Functions |
| void StartMasterServer | _ANSI_ARGS_ ((int numInputFiles, char *paramFile, char *outputFileName)) |
| boolean NotifyMasterDone | _ANSI_ARGS_ ((char *hostName, int portNum, int machineNumber, int seconds, int *frameStart, int *frameEnd)) |
| void StartIOServer | _ANSI_ARGS_ ((int numInputFiles, char *hostName, int portNum)) |
| void StartCombineServer | _ANSI_ARGS_ ((int numInputFiles, char *outputFileName, char *hostName, int portNum)) |
| void WaitForOutputFile | _ANSI_ARGS_ ((int number)) |
| void GetRemoteFrame | _ANSI_ARGS_ ((MpegFrame *frame, int frameNumber)) |
| void SendRemoteFrame | _ANSI_ARGS_ ((int frameNumber, BitBucket *bb)) |
| void NoteFrameDone | _ANSI_ARGS_ ((int frameStart, int frameEnd)) |
| void SetIOConvert | _ANSI_ARGS_ ((boolean separate)) |
| void SetRemoteShell | _ANSI_ARGS_ ((char *shell)) |
| void NotifyDecodeServerReady | _ANSI_ARGS_ ((int id)) |
| void SendDecodedFrame | _ANSI_ARGS_ ((MpegFrame *frame)) |
| void SetParallelPerfect | _ANSI_ARGS_ ((boolean val)) |
Variables |
| int | parallelTestFrames |
| int | parallelTimeChunks |
| char * | IOhostName |
| int | ioPortNumber |
| int | combinePortNumber |
| int | decodePortNumber |
| boolean | ioServer |
| boolean | niceProcesses |
| boolean | forceIalign |
| int | machineNumber |
| boolean | remoteIO |
| boolean | separateConversion |
Function Documentation
| void SetParallelPerfect _ANSI_ARGS_ |
( |
(boolean val) |
|
) |
|
|
| void NotifyDecodeServerReady _ANSI_ARGS_ |
( |
(int id) |
|
) |
|
|
| void SetRemoteShell _ANSI_ARGS_ |
( |
(char *shell) |
|
) |
|
|
| void SetIOConvert _ANSI_ARGS_ |
( |
(boolean separate) |
|
) |
|
|
| void WaitForOutputFile _ANSI_ARGS_ |
( |
(int number) |
|
) |
|
|
Variable Documentation