This file defines of values used in interface, vout, aout and vlc core functions.
More...
Go to the source code of this file.
Detailed Description
This file defines of values used in interface, vout, aout and vlc core functions.
Define Documentation
| #define CLOCK_FREQ INT64_C(1000000) |
| #define DEFAULT_INPUT_ACTIVITY 1 |
| #define DEFAULT_PTS_DELAY (3*CLOCK_FREQ/10) |
| #define INPUT_FSTAT_NB_READS 16 |
| #define INPUT_IDLE_SLEEP (CLOCK_FREQ/10) |
| #define INTF_IDLE_SLEEP (CLOCK_FREQ/20) |
| #define MAX_DUMPSTRUCTURE_DEPTH 100 |
| #define SPU_MAX_PREPARE_TIME (CLOCK_FREQ/2) |
| #define TRANSCODE_ACTIVITY 10 |
| #define VLC_TS_INVALID (0) |
Referenced by aout_DecChangePause(), aout_DecFlush(), aout_DecIsEmpty(), aout_DecNew(), aout_FifoInit(), aout_FifoMoveDates(), aout_FifoPush(), aout_FifoReset(), aout_InputPlay(), aout_OutputSlice(), aout_PacketNext(), aout_PacketPause(), aout_PacketPlay(), aout_TimeReport(), decoder_SynchroChoose(), DecoderDecodeAudio(), DecoderDecodeVideo(), DecoderFixTs(), DecoderGetDisplayDate(), DecoderPlayAudio(), DecoderPlaySpu(), DecoderPlayVideo(), DecoderProcessSpu(), DecoderProcessVideo(), DecoderUpdatePreroll(), EsOutControlLocked(), EsOutSend(), input_clock_ConvertTS(), input_clock_New(), input_clock_Reset(), input_clock_Update(), sout_InputSendBuffer(), ThreadChangePause(), ThreadDisplayPicture(), ThreadStep(), vout_chrono_Stop(), and vout_control_Pop().
| #define VOUT_ASPECT_FACTOR 432000 |
| #define VOUT_MAX_PLANES 5 |
| #define VOUT_MAX_WIDTH 4096 |
| #define VOUT_OUTMEM_SLEEP (CLOCK_FREQ/50) |