VLC 4.0.0-dev
|
#include <vlc_image.h>
Data Fields | |
picture_t *(* | pf_read )(image_handler_t *, block_t *, const es_format_t *, video_format_t *) |
picture_t *(* | pf_read_url )(image_handler_t *, const char *, video_format_t *) |
block_t *(* | pf_write )(image_handler_t *, picture_t *, const video_format_t *, vlc_fourcc_t, const video_format_t *) |
int(* | pf_write_url )(image_handler_t *, picture_t *, const video_format_t *, vlc_fourcc_t, const video_format_t *, const char *) |
picture_t *(* | pf_convert )(image_handler_t *, picture_t *, const video_format_t *, video_format_t *) |
vlc_object_t * | p_parent |
decoder_t * | p_dec |
encoder_t * | p_enc |
filter_t * | p_converter |
picture_fifo_t * | outfifo |
picture_fifo_t* image_handler_t::outfifo |
Referenced by image_HandlerCreate(), image_HandlerDelete(), ImageQueueVideo(), and ImageRead().
filter_t* image_handler_t::p_converter |
Referenced by image_HandlerDelete(), ImageConvert(), ImageRead(), and ImageWrite().
decoder_t* image_handler_t::p_dec |
Referenced by image_HandlerDelete(), and ImageRead().
encoder_t* image_handler_t::p_enc |
Referenced by image_HandlerDelete(), and ImageWrite().
vlc_object_t* image_handler_t::p_parent |
Referenced by CreateDecoder(), image_HandlerCreate(), ImageConvert(), ImageRead(), ImageReadUrl(), ImageWrite(), and ImageWriteUrl().
picture_t *(* image_handler_t::pf_convert) (image_handler_t *, picture_t *, const video_format_t *, video_format_t *) |
Referenced by image_HandlerCreate().
picture_t *(* image_handler_t::pf_read) (image_handler_t *, block_t *, const es_format_t *, video_format_t *) |
Referenced by image_HandlerCreate().
picture_t *(* image_handler_t::pf_read_url) (image_handler_t *, const char *, video_format_t *) |
Referenced by image_HandlerCreate().
block_t *(* image_handler_t::pf_write) (image_handler_t *, picture_t *, const video_format_t *, vlc_fourcc_t, const video_format_t *) |
Referenced by image_HandlerCreate().
int(* image_handler_t::pf_write_url) (image_handler_t *, picture_t *, const video_format_t *, vlc_fourcc_t, const video_format_t *, const char *) |
Referenced by image_HandlerCreate().