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 |
int | displaymatrix_applied |
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 104 of file ffmpeg_filter.c.
InputFilter InputFilterPriv::ifilter |
Definition at line 105 of file ffmpeg_filter.c.
Referenced by bind_inputs(), configure_filtergraph(), ifilter_alloc(), ifilter_bind_dec(), and ifilter_bind_fg().
InputFilterOptions InputFilterPriv::opts |
Definition at line 107 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 109 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), ifilter_alloc(), ifilter_bind_dec(), ifilter_bind_fg(), ifilter_bind_ist(), and send_eof().
AVFilterContext* InputFilterPriv::filter |
Definition at line 111 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 114 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 118 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), fg_create(), and fg_free().
enum AVMediaType InputFilterPriv::type |
Definition at line 121 of file ffmpeg_filter.c.
Referenced by fg_complex_bind_input(), fg_create(), ifilter_bind_dec(), ifilter_bind_fg(), ifilter_bind_ist(), ifilter_parameters_from_frame(), ofilter_bind_ifilter(), and send_frame().
enum AVMediaType InputFilterPriv::type_src |
Definition at line 124 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_input_video_filter(), filter_thread(), ifilter_bind_dec(), ifilter_bind_fg(), and ifilter_bind_ist().
int InputFilterPriv::eof |
Definition at line 126 of file ffmpeg_filter.c.
int InputFilterPriv::bound |
Definition at line 127 of file ffmpeg_filter.c.
Referenced by bind_inputs(), ifilter_bind_dec(), ifilter_bind_fg(), and ifilter_bind_ist().
int InputFilterPriv::format |
Definition at line 130 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 132 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 132 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 133 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 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().
enum AVColorRange InputFilterPriv::color_range |
Definition at line 135 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 137 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 138 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 140 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 142 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 144 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 146 of file ffmpeg_filter.c.
Referenced by ifilter_parameters_from_frame(), and send_frame().
int InputFilterPriv::displaymatrix_applied |
Definition at line 147 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), and send_frame().
int32_t InputFilterPriv::displaymatrix[9] |
Definition at line 148 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 153 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 154 of file ffmpeg_filter.c.
Referenced by sub2video_frame(), sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
unsigned int InputFilterPriv::initialize |
Definition at line 157 of file ffmpeg_filter.c.
Referenced by sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
struct { ... } InputFilterPriv::sub2video |