|
VLC
2.1.0-git
|
This file defines of values used in interface, vout, aout and vlc core functions. More...

Go to the source code of this file.
Macros | |
| #define | VLC_TS_INVALID (0) |
| #define | VLC_TS_0 (1) |
| #define | CLOCK_FREQ INT64_C(1000000) |
| #define | INTF_IDLE_SLEEP (CLOCK_FREQ/20) |
| #define | INPUT_IDLE_SLEEP (CLOCK_FREQ/10) |
| #define | INPUT_FSTAT_NB_READS 16 |
| #define | DEFAULT_PTS_DELAY (3*CLOCK_FREQ/10) |
| #define | SPU_MAX_PREPARE_TIME (CLOCK_FREQ/2) |
| #define | VOUT_ASPECT_FACTOR 432000 |
| #define | VOUT_MAX_WIDTH 4096 |
| #define | VOUT_MAX_PLANES 5 |
| #define | VOUT_OUTMEM_SLEEP (CLOCK_FREQ/50) |
| #define | VOUT_TITLE "VLC" |
| #define | MAX_DUMPSTRUCTURE_DEPTH 100 |
This file defines of values used in interface, vout, aout and vlc core functions.
| #define CLOCK_FREQ INT64_C(1000000) |
| #define DEFAULT_PTS_DELAY (3*CLOCK_FREQ/10) |
Referenced by decoder_SynchroNewPicture(), and UpdatePtsDelay().
| #define INPUT_FSTAT_NB_READS 16 |
| #define INPUT_IDLE_SLEEP (CLOCK_FREQ/10) |
Referenced by MainLoop().
| #define INTF_IDLE_SLEEP (CLOCK_FREQ/20) |
| #define MAX_DUMPSTRUCTURE_DEPTH 100 |
Referenced by DumpCommand(), and DumpStructure().
| #define SPU_MAX_PREPARE_TIME (CLOCK_FREQ/2) |
Referenced by DecoderPlaySpu().
| #define VLC_TS_0 (1) |
Referenced by aout_DecPlay().
| #define VLC_TS_INVALID (0) |
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecFlush(), aout_DecIsEmpty(), aout_DecNew(), aout_DecSynchronize(), block_Init(), ClockStreamToSystem(), CreateDecoder(), decoder_GetDisplayDate(), 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(), picture_Reset(), sout_InputSendBuffer(), Thread(), ThreadChangePause(), ThreadDisplayPicture(), ThreadFlush(), ThreadInit(), ThreadManage(), ThreadStart(), ThreadStep(), vout_chrono_Init(), vout_chrono_Stop(), and vout_control_Pop().
| #define VOUT_ASPECT_FACTOR 432000 |
| #define VOUT_MAX_PLANES 5 |
Referenced by picture_Setup().
| #define VOUT_MAX_WIDTH 4096 |
| #define VOUT_OUTMEM_SLEEP (CLOCK_FREQ/50) |
Referenced by vout_new_buffer().
| #define VOUT_TITLE "VLC" |
1.8.1.2