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.

Defines

#define VLC_TS_INVALID   (0)
#define CLOCK_FREQ   INT64_C(1000000)
#define THREAD_SLEEP   ((mtime_t)(0.010*CLOCK_FREQ))
#define INTF_IDLE_SLEEP   ((mtime_t)(0.050*CLOCK_FREQ))
#define INTF_GAMMA_STEP   .1
#define INTF_GAMMA_LIMIT   3
#define DEFAULT_INPUT_ACTIVITY   1
#define TRANSCODE_ACTIVITY   10
#define INPUT_IDLE_SLEEP   ((mtime_t)(0.100*CLOCK_FREQ))
#define INPUT_ERROR_SLEEP   ((mtime_t)(0.10*CLOCK_FREQ))
#define INPUT_FSTAT_NB_READS   10
#define DEFAULT_PTS_DELAY   (mtime_t)(.3*CLOCK_FREQ)
#define CD_DEVICE   "/dev/cdrom"
#define DVD_DEVICE   "/dev/dvd"
#define VCD_DEVICE   CD_DEVICE
#define CDAUDIO_DEVICE   CD_DEVICE
#define AOUT_VOLUME_DEFAULT   256
#define AOUT_VOLUME_STEP   32
#define AOUT_VOLUME_MAX   1024
#define AOUT_VOLUME_MIN   0
#define AOUT_MAX_FILTERS   10
#define AOUT_MAX_INPUTS   5
#define AOUT_MAX_ADVANCE_TIME   (mtime_t)(DEFAULT_PTS_DELAY * 5)
#define AOUT_MAX_PREPARE_TIME   (mtime_t)(.5*CLOCK_FREQ)
#define AOUT_MIN_PREPARE_TIME   (mtime_t)(.04*CLOCK_FREQ)
#define AOUT_PTS_TOLERANCE   (mtime_t)(.04*CLOCK_FREQ)
#define AOUT_MAX_RESAMPLING   10
#define SPU_MAX_PREPARE_TIME   ((mtime_t)(0.5*CLOCK_FREQ))
#define VOUT_ASPECT_FACTOR   432000
#define VOUT_MAX_WIDTH   4096
#define VOUT_MAX_PLANES   5
#define VOUT_MAX_PICTURES   16
#define VOUT_STATS_NB_LOOPS   100
#define VOUT_OUTMEM_SLEEP   ((mtime_t)(0.020*CLOCK_FREQ))
#define VOUT_TITLE   "VLC"
#define INTF_MAX_MSG_SIZE   512
#define VLC_MSG_QSIZE   256
#define MAX_DUMPSTRUCTURE_DEPTH   100


Detailed Description

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


Define Documentation

#define AOUT_MAX_ADVANCE_TIME   (mtime_t)(DEFAULT_PTS_DELAY * 5)

Referenced by DecoderPlayAudio().

#define AOUT_MAX_FILTERS   10

#define AOUT_MAX_INPUTS   5

Referenced by aout_DecDelete(), and DecNew().

#define AOUT_MAX_PREPARE_TIME   (mtime_t)(.5*CLOCK_FREQ)

Referenced by DecoderPlayAudio().

#define AOUT_MAX_RESAMPLING   10

Referenced by aout_InputNew().

#define AOUT_MIN_PREPARE_TIME   (mtime_t)(.04*CLOCK_FREQ)

Referenced by aout_InputPlay().

#define AOUT_PTS_TOLERANCE   (mtime_t)(.04*CLOCK_FREQ)

#define AOUT_VOLUME_DEFAULT   256

#define AOUT_VOLUME_MAX   1024

#define AOUT_VOLUME_MIN   0

#define AOUT_VOLUME_STEP   32

#define CD_DEVICE   "/dev/cdrom"

#define CDAUDIO_DEVICE   CD_DEVICE

#define CLOCK_FREQ   INT64_C(1000000)

#define DEFAULT_INPUT_ACTIVITY   1

Referenced by LoopInput(), and PlayItem().

#define DEFAULT_PTS_DELAY   (mtime_t)(.3*CLOCK_FREQ)

#define DVD_DEVICE   "/dev/dvd"

#define INPUT_ERROR_SLEEP   ((mtime_t)(0.10*CLOCK_FREQ))

#define INPUT_FSTAT_NB_READS   10

Referenced by Read().

#define INPUT_IDLE_SLEEP   ((mtime_t)(0.100*CLOCK_FREQ))

Referenced by MainLoop().

#define INTF_GAMMA_LIMIT   3

#define INTF_GAMMA_STEP   .1

#define INTF_IDLE_SLEEP   ((mtime_t)(0.050*CLOCK_FREQ))

#define INTF_MAX_MSG_SIZE   512

#define MAX_DUMPSTRUCTURE_DEPTH   100

Referenced by DumpCommand(), and DumpStructure().

#define SPU_MAX_PREPARE_TIME   ((mtime_t)(0.5*CLOCK_FREQ))

Referenced by DecoderPlaySpu().

#define THREAD_SLEEP   ((mtime_t)(0.010*CLOCK_FREQ))

#define TRANSCODE_ACTIVITY   10

#define VCD_DEVICE   CD_DEVICE

#define VLC_MSG_QSIZE   256

#define VLC_TS_INVALID   (0)

#define VOUT_ASPECT_FACTOR   432000

#define VOUT_MAX_PICTURES   16

#define VOUT_MAX_PLANES   5

#define VOUT_MAX_WIDTH   4096

Referenced by Activate().

#define VOUT_OUTMEM_SLEEP   ((mtime_t)(0.020*CLOCK_FREQ))

#define VOUT_STATS_NB_LOOPS   100

#define VOUT_TITLE   "VLC"


Generated on Sat Nov 21 08:05:26 2009 for VLC by  doxygen 1.5.6