|
VLC 4.0.0-dev
|
Data Fields | |
| vout_thread_t * | vout |
| enum vlc_vout_order | vout_order |
| bool | started |
| struct picture_pool_t * | out_pool |
| vlc_video_context * | vctx |
| vlc_mutex_t | mouse_lock |
| vlc_mouse_event | mouse_event |
| void * | mouse_opaque |
| vlc_mouse_event decoder_video::mouse_event |
Referenced by CreateDecoder(), MouseEvent(), and vlc_input_decoder_SetVoutMouseEvent().
| vlc_mutex_t decoder_video::mouse_lock |
Referenced by CreateDecoder(), MouseEvent(), and vlc_input_decoder_SetVoutMouseEvent().
| void* decoder_video::mouse_opaque |
Referenced by CreateDecoder(), MouseEvent(), and vlc_input_decoder_SetVoutMouseEvent().
| struct picture_pool_t* decoder_video::out_pool |
Referenced by CreateVoutIfNeeded(), DeleteDecoder(), ModuleThread_NewVideoBuffer(), and ModuleThread_UpdateVideoFormat().
| bool decoder_video::started |
| vlc_video_context* decoder_video::vctx |
Referenced by DeleteDecoder(), and ModuleThread_UpdateVideoFormat().
| vout_thread_t* decoder_video::vout |
Referenced by CreateDecoder(), CreateVoutIfNeeded(), Decoder_ChangeOutputDelay(), Decoder_ChangeOutputPause(), Decoder_ChangeOutputRate(), DeleteDecoder(), ModuleThread_GetDecoderDevice(), ModuleThread_NewVideoBuffer(), ModuleThread_PlayVideo(), ModuleThread_QueueVideo(), ModuleThread_UpdateVideoFormat(), vlc_input_decoder_AddVoutOverlay(), vlc_input_decoder_DelVoutOverlay(), vlc_input_decoder_Flush(), vlc_input_decoder_FrameNext(), and vlc_input_decoder_IsDrainedLocked().
| enum vlc_vout_order decoder_video::vout_order |
Referenced by CreateVoutIfNeeded(), and ModuleThread_UpdateVideoFormat().