
Data Structures | |
| struct | filter_sys_t |
| filter_sys_t: chroma method descriptor More... | |
Functions | |
| static int | OpenScaler (vlc_object_t *) |
| static void | CloseScaler (vlc_object_t *) |
| static picture_t * | Filter (filter_t *, picture_t *) |
| static int | Init (filter_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static bool | IsFmtSimilar (const video_format_t *p_fmt1, const video_format_t *p_fmt2) |
| static void CloseScaler | ( | vlc_object_t * | p_this | ) | [static] |
References filter_sys_t::ctx, filter_t::p_sys, p_sys, and sws_arm_jit_free().
References __MIN, filter_sys_t::ctx, dst, filter_NewPicture(), filter_t::fmt_in, video_format_t::i_height, plane_t::i_pitch, picture_t::i_planes, Init(), msg_Warn, picture_t::p, plane_t::p_pixels, filter_t::p_sys, p_sys, picture_CopyProperties(), picture_Release(), src, sws_arm_jit_scale(), es_format_t::video, and VLC_SUCCESS.
| static int Init | ( | filter_t * | p_filter | ) | [static] |
References filter_sys_t::ctx, filter_sys_t::fmt_in, filter_t::fmt_in, filter_sys_t::fmt_out, filter_t::fmt_out, video_format_t::i_chroma, video_format_t::i_height, video_format_t::i_width, IsFmtSimilar(), msg_Err, filter_t::p_sys, p_sys, sws_arm_jit_create_omapfb_yuv420_scaler_armv6(), sws_arm_jit_free(), es_format_t::video, VLC_CODEC_I420, VLC_CODEC_YV12, VLC_EGENERIC, VLC_FOURCC, and VLC_SUCCESS.
| static bool IsFmtSimilar | ( | const video_format_t * | p_fmt1, | |
| const video_format_t * | p_fmt2 | |||
| ) | [static] |
References video_format_t::i_chroma, video_format_t::i_height, and video_format_t::i_width.
Referenced by Init().
| static int OpenScaler | ( | vlc_object_t * | p_this | ) | [static] |
References filter_sys_t::ctx, es_format_Init(), Filter(), filter_t::fmt_in, filter_sys_t::fmt_in, filter_t::fmt_out, filter_sys_t::fmt_out, video_format_t::i_chroma, video_format_t::i_height, video_format_t::i_width, Init(), msg_Dbg, filter_t::p_sys, p_sys, es_format_t::video, VLC_EGENERIC, VLC_ENOMEM, and VLC_SUCCESS.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6