FFmpeg
|
Data Fields | |
InputFilter | ifilter |
InputFilterOptions | opts |
int | index |
AVFilterContext * | filter |
AVFrame * | frame |
uint8_t * | linklabel |
enum AVMediaType | type |
enum AVMediaType | type_src |
int | eof |
int | bound |
int | format |
int | width |
int | height |
AVRational | sample_aspect_ratio |
enum AVColorSpace | color_space |
enum AVColorRange | color_range |
int | sample_rate |
AVChannelLayout | ch_layout |
AVRational | time_base |
AVFifo * | frame_queue |
AVBufferRef * | hw_frames_ctx |
int | displaymatrix_present |
int32_t | displaymatrix [9] |
struct { | |
AVFrame * frame | |
int64_t last_pts | |
int64_t end_pts | |
marks if sub2video_update should force an initialization More... | |
unsigned int initialize | |
} | sub2video |
Definition at line 103 of file ffmpeg_filter.c.
InputFilter InputFilterPriv::ifilter |
Definition at line 104 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_finalise_bindings(), ifilter_alloc(), and ifilter_bind_dec().
InputFilterOptions InputFilterPriv::opts |
Definition at line 106 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_free(), ifilter_bind_dec(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), and send_frame().
int InputFilterPriv::index |
Definition at line 108 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), ifilter_alloc(), ifilter_bind_dec(), ifilter_bind_ist(), and send_eof().
AVFilterContext* InputFilterPriv::filter |
Definition at line 110 of file ffmpeg_filter.c.
Referenced by choose_input(), cleanup_filtergraph(), configure_filtergraph(), configure_input_audio_filter(), configure_input_video_filter(), send_eof(), send_frame(), sub2video_frame(), and sub2video_push_ref().
AVFrame* InputFilterPriv::frame |
Definition at line 113 of file ffmpeg_filter.c.
Referenced by fg_free(), ifilter_alloc(), ifilter_bind_ist(), sub2video_get_blank_frame(), sub2video_push_ref(), and sub2video_update().
uint8_t* InputFilterPriv::linklabel |
Definition at line 117 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), fg_create(), and fg_free().
enum AVMediaType InputFilterPriv::type |
Definition at line 120 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), fg_create(), ifilter_bind_dec(), ifilter_bind_ist(), ifilter_parameters_from_frame(), and send_frame().
enum AVMediaType InputFilterPriv::type_src |
Definition at line 123 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_input_video_filter(), filter_thread(), ifilter_bind_dec(), and ifilter_bind_ist().
int InputFilterPriv::eof |
Definition at line 125 of file ffmpeg_filter.c.
int InputFilterPriv::bound |
Definition at line 126 of file ffmpeg_filter.c.
Referenced by fg_finalise_bindings(), ifilter_bind_dec(), and ifilter_bind_ist().
int InputFilterPriv::format |
Definition at line 129 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), ifilter_alloc(), ifilter_bind_ist(), ifilter_has_all_input_formats(), ifilter_parameters_from_frame(), read_frames(), send_eof(), send_frame(), and sub2video_get_blank_frame().
int InputFilterPriv::width |
Definition at line 131 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_frame(), and sub2video_get_blank_frame().
int InputFilterPriv::height |
Definition at line 131 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_frame(), and sub2video_get_blank_frame().
AVRational InputFilterPriv::sample_aspect_ratio |
Definition at line 132 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_eof().
enum AVColorSpace InputFilterPriv::color_space |
Definition at line 133 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_alloc(), ifilter_parameters_from_frame(), send_eof(), send_frame(), and sub2video_get_blank_frame().
enum AVColorRange InputFilterPriv::color_range |
Definition at line 134 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_alloc(), ifilter_parameters_from_frame(), send_eof(), send_frame(), and sub2video_get_blank_frame().
int InputFilterPriv::sample_rate |
Definition at line 136 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_frame(), send_eof(), and send_frame().
AVChannelLayout InputFilterPriv::ch_layout |
Definition at line 137 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_frame(), send_eof(), and send_frame().
AVRational InputFilterPriv::time_base |
Definition at line 139 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_heartbeat(), and sub2video_update().
AVFifo* InputFilterPriv::frame_queue |
Definition at line 141 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_free(), ifilter_alloc(), send_frame(), and sub2video_frame().
AVBufferRef* InputFilterPriv::hw_frames_ctx |
Definition at line 143 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), fg_free(), ifilter_parameters_from_frame(), and send_frame().
int InputFilterPriv::displaymatrix_present |
Definition at line 145 of file ffmpeg_filter.c.
Referenced by ifilter_parameters_from_frame(), and send_frame().
int32_t InputFilterPriv::displaymatrix[9] |
Definition at line 146 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_frame().
int64_t InputFilterPriv::last_pts |
Definition at line 151 of file ffmpeg_filter.c.
Referenced by sub2video_prepare(), and sub2video_push_ref().
int64_t InputFilterPriv::end_pts |
marks if sub2video_update should force an initialization
Definition at line 152 of file ffmpeg_filter.c.
Referenced by sub2video_frame(), sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
unsigned int InputFilterPriv::initialize |
Definition at line 155 of file ffmpeg_filter.c.
Referenced by sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
struct { ... } InputFilterPriv::sub2video |