VLC 4.0.0-dev
|
#include <vout_private.h>
Data Fields | |
struct { | |
bool is_interlaced | |
bool has_deint | |
vlc_tick_t date | |
} | interlacing |
picture_pool_t * | private_pool |
picture_pool_t * | display_pool |
vlc_tick_t vout_thread_private_t::date |
Referenced by vout_SetInterlacingState().
picture_pool_t* vout_thread_private_t::display_pool |
Referenced by vout_CloseWrapper(), vout_OpenWrapper(), vout_ReleaseDisplay(), and vout_Start().
bool vout_thread_private_t::has_deint |
Referenced by ChangeFilters(), UpdateDeinterlaceFilter(), and vout_InitInterlacingSupport().
struct { ... } vout_thread_private_t::interlacing |
bool vout_thread_private_t::is_interlaced |
Referenced by vout_InitInterlacingSupport(), vout_ReinitInterlacingSupport(), and vout_SetInterlacingState().
picture_pool_t* vout_thread_private_t::private_pool |
Referenced by PrerenderPicture(), vout_CloseWrapper(), vout_OpenWrapper(), vout_Start(), and VoutVideoFilterInteractiveNewPicture().