|
VLC 4.0.0-dev
|
#include <vlc_codec.h>
Data Fields | |
| struct vlc_object_t | obj |
| module_t * | p_module |
| void * | p_sys |
| es_format_t | fmt_in |
| vlc_video_context * | vctx_in |
| es_format_t | fmt_out |
| int | i_threads |
| int | i_iframes |
| int | i_bframes |
| int | i_tolerance |
| config_chain_t * | p_cfg |
| const struct vlc_encoder_operations * | ops |
| const struct encoder_owner_callbacks * | cbs |
| const struct encoder_owner_callbacks* encoder_t::cbs |
Referenced by vlc_encoder_GetDecoderDevice().
| es_format_t encoder_t::fmt_in |
| es_format_t encoder_t::fmt_out |
Referenced by CreateEncoder(), ImageWrite(), and vlc_encoder_Destroy().
| int encoder_t::i_bframes |
| int encoder_t::i_iframes |
| int encoder_t::i_threads |
| int encoder_t::i_tolerance |
| struct vlc_object_t encoder_t::obj |
| const struct vlc_encoder_operations* encoder_t::ops |
| config_chain_t* encoder_t::p_cfg |
| module_t* encoder_t::p_module |
Referenced by CreateEncoder().
| void* encoder_t::p_sys |
| vlc_video_context* encoder_t::vctx_in |