FFmpeg
|
Data Fields | |
InputFilter | ifilter |
AVFilterContext * | filter |
InputStream * | ist |
AVFrame * | frame |
uint8_t * | linklabel |
enum AVMediaType | type |
enum AVMediaType | type_src |
int | eof |
int | format |
int | width |
int | height |
AVRational | sample_aspect_ratio |
int | sample_rate |
AVChannelLayout | ch_layout |
AVRational | time_base |
AVFifo * | frame_queue |
AVBufferRef * | hw_frames_ctx |
int | displaymatrix_present |
int32_t | displaymatrix [9] |
struct { | |
int format | |
int width | |
int height | |
AVRational sample_aspect_ratio | |
int sample_rate | |
AVChannelLayout ch_layout | |
} | fallback |
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 74 of file ffmpeg_filter.c.
InputFilter InputFilterPriv::ifilter |
Definition at line 75 of file ffmpeg_filter.c.
Referenced by ifilter_alloc().
AVFilterContext* InputFilterPriv::filter |
Definition at line 77 of file ffmpeg_filter.c.
Referenced by cleanup_filtergraph(), configure_filtergraph(), configure_input_audio_filter(), configure_input_video_filter(), fg_transcode_step(), ifilter_send_eof(), ifilter_send_frame(), ifilter_sub2video(), ifilter_sub2video_heartbeat(), and sub2video_push_ref().
InputStream* InputFilterPriv::ist |
Definition at line 79 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_transcode_step(), ifilter_bind_ist(), ifilter_parameters_from_dec(), ifilter_send_eof(), and ifilter_send_frame().
AVFrame* InputFilterPriv::frame |
Definition at line 82 of file ffmpeg_filter.c.
Referenced by fg_free(), ifilter_alloc(), ifilter_bind_ist(), ifilter_send_frame(), sub2video_get_blank_frame(), sub2video_push_ref(), and sub2video_update().
uint8_t* InputFilterPriv::linklabel |
Definition at line 86 of file ffmpeg_filter.c.
Referenced by fg_create(), fg_free(), and init_input_filter().
enum AVMediaType InputFilterPriv::type |
Definition at line 89 of file ffmpeg_filter.c.
Referenced by fg_create(), ifilter_send_frame(), and init_input_filter().
enum AVMediaType InputFilterPriv::type_src |
Definition at line 92 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_input_video_filter(), and ifilter_bind_ist().
int InputFilterPriv::eof |
Definition at line 94 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_transcode_step(), and ifilter_send_eof().
int InputFilterPriv::format |
Definition at line 97 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_transcode_step(), ifilter_alloc(), ifilter_has_all_input_formats(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), ifilter_send_eof(), ifilter_send_frame(), and sub2video_get_blank_frame().
int InputFilterPriv::width |
Definition at line 99 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), ifilter_send_eof(), ifilter_send_frame(), ifilter_sub2video(), and sub2video_get_blank_frame().
int InputFilterPriv::height |
Definition at line 99 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), ifilter_send_eof(), ifilter_send_frame(), ifilter_sub2video(), and sub2video_get_blank_frame().
AVRational InputFilterPriv::sample_aspect_ratio |
Definition at line 100 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), and ifilter_send_eof().
int InputFilterPriv::sample_rate |
Definition at line 102 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), ifilter_send_eof(), and ifilter_send_frame().
AVChannelLayout InputFilterPriv::ch_layout |
Definition at line 103 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), fg_free(), ifilter_parameters_from_dec(), ifilter_parameters_from_frame(), ifilter_send_eof(), and ifilter_send_frame().
AVRational InputFilterPriv::time_base |
Definition at line 105 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), ifilter_send_eof(), ifilter_send_frame(), ifilter_sub2video_heartbeat(), and sub2video_update().
AVFifo* InputFilterPriv::frame_queue |
Definition at line 107 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_free(), ifilter_alloc(), ifilter_send_frame(), and ifilter_sub2video().
AVBufferRef* InputFilterPriv::hw_frames_ctx |
Definition at line 109 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), fg_free(), ifilter_parameters_from_frame(), and ifilter_send_frame().
int InputFilterPriv::displaymatrix_present |
Definition at line 111 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and ifilter_send_frame().
int32_t InputFilterPriv::displaymatrix[9] |
Definition at line 112 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and ifilter_send_frame().
struct { ... } InputFilterPriv::fallback |
Referenced by fg_free(), ifilter_alloc(), ifilter_parameters_from_dec(), and ifilter_send_eof().
int64_t InputFilterPriv::last_pts |
Definition at line 129 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 130 of file ffmpeg_filter.c.
Referenced by ifilter_sub2video(), ifilter_sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
unsigned int InputFilterPriv::initialize |
Definition at line 133 of file ffmpeg_filter.c.
Referenced by ifilter_sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
struct { ... } InputFilterPriv::sub2video |