VLC 4.0.0-dev
|
Go to the source code of this file.
Functions | |
void | vout_UpdateDisplaySourceProperties (vout_display_t *vd, const video_format_t *) |
void | VoutFixFormatAR (video_format_t *) |
void vout_UpdateDisplaySourceProperties | ( | vout_display_t * | vd, |
const video_format_t * | source | ||
) |
References container_of, vout_display_priv_t::dar, vlc_rational_t::den, video_format_t::i_sar_den, video_format_t::i_sar_num, video_format_t::i_visible_height, video_format_t::i_visible_width, video_format_t::i_x_offset, video_format_t::i_y_offset, vlc_rational_t::num, vout_display_priv_t::source, video_format_CopyCrop(), VLC_DAR_FROM_SOURCE, VLC_SUCCESS, vout_display_Reset(), vout_SetSourceAspect(), vout_UpdateSourceCrop(), and VoutFixFormatAR().
Referenced by PrerenderPicture().
void VoutFixFormatAR | ( | video_format_t * | fmt | ) |
References video_format_t::i_sar_den, video_format_t::i_sar_num, and vlc_ureduce().
Referenced by vout_UpdateDisplaySourceProperties(), and VoutFixFormat().