VLC  3.0.15
Data Fields
image_handler_t Struct Reference
Collaboration diagram for image_handler_t:
Collaboration graph
[legend]

Data Fields

picture_t *(* pf_read )(image_handler_t *, block_t *, const video_format_t *, video_format_t *)
 
picture_t *(* pf_read_url )(image_handler_t *, const char *, video_format_t *, video_format_t *)
 
block_t *(* pf_write )(image_handler_t *, picture_t *, const video_format_t *, const video_format_t *)
 
int(* pf_write_url )(image_handler_t *, picture_t *, const video_format_t *, video_format_t *, const char *)
 
picture_t *(* pf_convert )(image_handler_t *, picture_t *, const video_format_t *, video_format_t *)
 
vlc_object_tp_parent
 
decoder_tp_dec
 
encoder_tp_enc
 
filter_tp_filter
 
picture_fifo_toutfifo
 

Field Documentation

◆ outfifo

picture_fifo_t* image_handler_t::outfifo

◆ p_dec

decoder_t* image_handler_t::p_dec

Referenced by image_HandlerDelete(), and ImageRead().

◆ p_enc

encoder_t* image_handler_t::p_enc

Referenced by image_HandlerDelete(), and ImageWrite().

◆ p_filter

filter_t* image_handler_t::p_filter

◆ p_parent

vlc_object_t* image_handler_t::p_parent

◆ pf_convert

picture_t*(* image_handler_t::pf_convert) (image_handler_t *, picture_t *, const video_format_t *, video_format_t *)

Referenced by image_HandlerCreate().

◆ pf_read

picture_t*(* image_handler_t::pf_read) (image_handler_t *, block_t *, const video_format_t *, video_format_t *)

Referenced by image_HandlerCreate().

◆ pf_read_url

picture_t*(* image_handler_t::pf_read_url) (image_handler_t *, const char *, video_format_t *, video_format_t *)

Referenced by image_HandlerCreate().

◆ pf_write

block_t*(* image_handler_t::pf_write) (image_handler_t *, picture_t *, const video_format_t *, const video_format_t *)

Referenced by image_HandlerCreate().

◆ pf_write_url

int(* image_handler_t::pf_write_url) (image_handler_t *, picture_t *, const video_format_t *, video_format_t *, const char *)

Referenced by image_HandlerCreate().


The documentation for this struct was generated from the following file: