|
VLC
4.0.0-dev
|

Go to the source code of this file.
Functions | |
| picture_pool_t * | vout_GetPool (vout_display_t *vd, unsigned count) |
| It retreives a picture pool from the display. More... | |
| bool | vout_IsDisplayFiltered (vout_display_t *) |
| picture_t * | vout_ConvertForDisplay (vout_display_t *, picture_t *) |
| void | vout_FilterFlush (vout_display_t *) |
| void | vout_SetDisplayFilled (vout_display_t *, bool is_filled) |
| void | vout_SetDisplayZoom (vout_display_t *, unsigned num, unsigned den) |
| void | vout_SetDisplayAspect (vout_display_t *, unsigned num, unsigned den) |
| void | vout_SetDisplayCrop (vout_display_t *, const struct vout_crop *) |
| void | vout_SetDisplayViewpoint (vout_display_t *, const vlc_viewpoint_t *) |
| picture_t* vout_ConvertForDisplay | ( | vout_display_t * | , |
| picture_t * | |||
| ) |
References container_of, vout_display_priv_t::converters, filter_chain_VideoFilter(), and picture_Release().
Referenced by ThreadDisplayRenderPicture(), and vout_display_Prepare().
| void vout_FilterFlush | ( | vout_display_t * | ) |
References container_of, vout_display_priv_t::converters, and filter_chain_VideoFlush().
Referenced by vout_FlushUnlocked().
| picture_pool_t* vout_GetPool | ( | vout_display_t * | vd, |
| unsigned | count | ||
| ) |
It retreives a picture pool from the display.
References container_of, count, vout_display_t::fmt, picture_pool_NewFromFormat(), and vout_display_priv_t::pool.
Referenced by VideoBufferNew(), and vout_OpenWrapper().
| bool vout_IsDisplayFiltered | ( | vout_display_t * | ) |
References container_of, vout_display_priv_t::converters, and filter_chain_IsEmpty().
Referenced by vout_OpenWrapper().
| void vout_SetDisplayAspect | ( | vout_display_t * | , |
| unsigned | num, | ||
| unsigned | den | ||
| ) |
References container_of, video_format_t::i_visible_height, video_format_t::i_visible_width, vout_display_priv_t::source, vlc_ureduce(), vout_display_Reset(), and vout_SetSourceAspect().
Referenced by vout_ChangeDisplayAspectRatio(), and vout_Start().
| void vout_SetDisplayCrop | ( | vout_display_t * | , |
| const struct vout_crop * | |||
| ) |
| void vout_SetDisplayFilled | ( | vout_display_t * | , |
| bool | is_filled | ||
| ) |
| void vout_SetDisplayViewpoint | ( | vout_display_t * | , |
| const vlc_viewpoint_t * | |||
| ) |
| void vout_SetDisplayZoom | ( | vout_display_t * | , |
| unsigned | num, | ||
| unsigned | den | ||
| ) |
1.8.17