
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 |
| #define AOUT_MAX_ADVANCE_TIME (mtime_t)(DEFAULT_PTS_DELAY * 5) |
Referenced by DecoderPlayAudio().
| #define AOUT_MAX_FILTERS 10 |
Referenced by aout_FiltersCreatePipeline(), and aout_InputNew().
| #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) |
Referenced by ALSAThread(), aout_InputPlay(), aout_OutputNextBuffer(), OSSThread(), and stream_request_cb().
| #define AOUT_VOLUME_DEFAULT 256 |
Referenced by aout_VolumeSoftInit(), and aout_VolumeSoftSet().
| #define AOUT_VOLUME_MAX 1024 |
Referenced by __aout_VolumeUp(), aout_VolumeSoftInit(), DisplayVolume(), EvaluateRPN(), libvlc_audio_get_volume(), libvlc_audio_set_volume(), MacroDo(), MediaControlView::MediaControlView(), VlcProc::on_volume_changed(), Redraw(), Volume::set(), SoundSlider::SoundSlider(), SoundWidget::SoundWidget(), SoundWidget::updateVolume(), Volume::Volume(), Volume(), Interface::VolumeChange(), VolumeGet(), VolumeMove(), VolumeSet(), and Interface::VolumeUpdate().
| #define AOUT_VOLUME_MIN 0 |
Referenced by __aout_ToggleMute(), __aout_VolumeUp(), aout_VolumeSoftInit(), EvaluateRPN(), MacroDo(), and Volume().
| #define AOUT_VOLUME_STEP 32 |
| #define CD_DEVICE "/dev/cdrom" |
| #define CDAUDIO_DEVICE CD_DEVICE |
| #define CLOCK_FREQ INT64_C(1000000) |
Referenced by ALSAFill(), CDDAFixupPlaylist(), Demux(), DoChildren(), DoWork(), GetTime(), Inhibit(), InitTitles(), Input(), input_clock_Update(), KeepAliveThread(), main(), Open(), rtp_decode(), rtp_dequeue(), rtp_packetize_common(), rtp_queue(), SetTime(), SigThread(), TimeoutPrevention(), and vlc_cond_timedwait().
| #define DEFAULT_INPUT_ACTIVITY 1 |
Referenced by LoopInput(), and PlayItem().
| #define DEFAULT_PTS_DELAY (mtime_t)(.3*CLOCK_FREQ) |
Referenced by AccessControl(), Control(), DecodePacket(), decoder_SynchroNewPicture(), DemuxControl(), Ogg_DecodePacket(), OpenDecoder(), and UpdatePtsDelay().
| #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)) |
Referenced by VLCMain::manage, ReadCommand(), Run(), RunIntf(), and VLCVoutView::voutView:subView:frame:.
| #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 |
Referenced by handler(), MessagesView::Pulse(), and Redraw().
| #define VLC_TS_INVALID (0) |
Referenced by block_Init(), ClockStreamToSystem(), Control(), Create(), CreateDecoder(), DecodeBlock(), decoder_GetDisplayDate(), decoder_SynchroChoose(), DecoderDecodeAudio(), DecoderDecodeVideo(), DecoderFixTs(), DecoderGetDisplayDate(), DecoderPlayAudio(), DecoderPlaySpu(), DecoderPlayVideo(), DecoderProcessSpu(), DecoderProcessVideo(), DecoderUpdatePreroll(), Demux(), dirac_BackdateDTS(), dirac_BackdatePTS(), dirac_BuildEncapsulationUnit(), dirac_DoSync(), dirac_InspectDataUnit(), dirac_RecoverTimestamps(), dirac_TimeGenPush(), EsOutControlLocked(), input_clock_ConvertTS(), input_clock_New(), input_clock_Reset(), input_clock_Update(), Open(), OpenDecoder(), Packetize(), PacketizeReset(), PacketizeValidate(), ParseIDU(), picture_Reset(), and snapshot_GetMovietime().
| #define VOUT_ASPECT_FACTOR 432000 |
Referenced by Activate(), AddStream(), asf_header_create(), AspectCallback(), AspectRatio(), Create(), create_picture_region(), DecodeBlock(), DecodePacket(), DecodeVideo(), DecOpen(), DemuxInit(), DemuxOpen(), ESNew(), exec_DataSharedMem(), ffmpeg_NewPictBuf(), Filter(), FilterSub(), GetAR(), GetMoovBox(), GetV4L2Params(), ImageRead(), Init(), InitThread(), InitVideo(), LoadEmbeddedImage(), Manage(), Open(), OpenDecoder(), OpenVideo(), OpenVideoDev(), OverlayCreate(), ParseIDU(), ParseMPEGBlock(), ParseMRL(), matroska_segment_c::ParseTrackEntry(), ProcessHeaders(), PutSPS(), QNXInit(), Render(), render(), Send(), SendFrame(), SetVideoFormat(), spu_RenderSubpictures(), Subpicture(), TrackCreateES(), transcode_video_encoder_init(), transcode_video_process(), UnpackFromFile(), video_new_buffer(), VideoCommand(), vnc_worker_thread(), vout_IntfInit(), and vout_new_buffer().
| #define VOUT_MAX_PICTURES 16 |
Referenced by __vout_Create(), CleanThread(), End(), Get(), Init(), InitThread(), InitVideo(), QNXInit(), vout_filter_AllocateDirectBuffers(), and vout_RenderPicture().
| #define VOUT_MAX_PLANES 5 |
Referenced by Create(), picture_Setup(), and ReleaseImages().
| #define VOUT_MAX_WIDTH 4096 |
Referenced by Activate().
| #define VOUT_OUTMEM_SLEEP ((mtime_t)(0.020*CLOCK_FREQ)) |
Referenced by DoWork(), Render(), vout_new_buffer(), and VoutsNewPicture().
| #define VOUT_STATS_NB_LOOPS 100 |
| #define VOUT_TITLE "VLC" |
Referenced by Direct3DOpen(), DirectXCreateWindow(), and Init().
1.5.6