VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
vlc_config.h File Reference

This file defines of values used in interface, vout, aout and vlc core functions. More...

Include dependency graph for vlc_config.h:

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

Detailed Description

This file defines of values used in interface, vout, aout and vlc core functions.

Macro Definition Documentation

#define CLOCK_FREQ   INT64_C(1000000)
#define DEFAULT_PTS_DELAY   (3*CLOCK_FREQ/10)
#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)
#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"