Go to the documentation of this file.
43 #define VLC_TS_INVALID (0)
46 #define CLOCK_FREQ INT64_C(1000000)
53 #define INTF_IDLE_SLEEP (CLOCK_FREQ/20)
60 #define INPUT_IDLE_SLEEP (CLOCK_FREQ/10)
64 #define INPUT_FSTAT_NB_READS 16
72 #define DEFAULT_PTS_DELAY (3*CLOCK_FREQ/10)
80 #define SPU_MAX_PREPARE_TIME (CLOCK_FREQ/2)
91 #define VOUT_ASPECT_FACTOR 432000
95 #define VOUT_MAX_WIDTH 4096
98 #define VOUT_MAX_PLANES 5
108 #define VOUT_OUTMEM_SLEEP (CLOCK_FREQ/50)
111 #define VOUT_TITLE "VLC"
118 #define MAX_DUMPSTRUCTURE_DEPTH 100