FFmpeg
|
Definition at line 184 of file ffmpeg_filter.c.
OutputFilter OutputFilterPriv::ofilter |
Definition at line 185 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), close_output(), fg_output_frame(), fg_output_step(), ofilter_alloc(), and video_sync_process().
int OutputFilterPriv::index |
Definition at line 187 of file ffmpeg_filter.c.
Referenced by close_output(), fg_output_frame(), fg_output_step(), ofilter_alloc(), and ofilter_bind_ost().
AVFilterContext* OutputFilterPriv::filter |
Definition at line 189 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), cleanup_filtergraph(), configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), and fg_output_step().
int OutputFilterPriv::format |
Definition at line 192 of file ffmpeg_filter.c.
Referenced by choose_pix_fmts(), close_output(), configure_filtergraph(), ofilter_alloc(), and ofilter_bind_ost().
int OutputFilterPriv::width |
Definition at line 193 of file ffmpeg_filter.c.
Referenced by close_output(), configure_filtergraph(), configure_output_video_filter(), and ofilter_bind_ost().
int OutputFilterPriv::height |
Definition at line 193 of file ffmpeg_filter.c.
Referenced by close_output(), configure_filtergraph(), configure_output_video_filter(), and ofilter_bind_ost().
int OutputFilterPriv::sample_rate |
Definition at line 194 of file ffmpeg_filter.c.
Referenced by close_output(), configure_filtergraph(), and ofilter_bind_ost().
AVChannelLayout OutputFilterPriv::ch_layout |
Definition at line 195 of file ffmpeg_filter.c.
Referenced by close_output(), configure_filtergraph(), and fg_free().
AVRational OutputFilterPriv::tb_out |
Definition at line 199 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), close_output(), configure_filtergraph(), fg_output_frame(), and video_sync_process().
int OutputFilterPriv::tb_out_locked |
Definition at line 202 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), configure_filtergraph(), and fg_output_step().
AVRational OutputFilterPriv::sample_aspect_ratio |
Definition at line 204 of file ffmpeg_filter.c.
Referenced by close_output(), and configure_filtergraph().
const int* OutputFilterPriv::formats |
Definition at line 208 of file ffmpeg_filter.c.
Referenced by choose_pix_fmts(), and ofilter_bind_ost().
const AVChannelLayout* OutputFilterPriv::ch_layouts |
Definition at line 209 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost().
const int* OutputFilterPriv::sample_rates |
Definition at line 210 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost().
AVRational OutputFilterPriv::enc_timebase |
Definition at line 212 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
int64_t OutputFilterPriv::ts_offset |
Definition at line 214 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), ofilter_bind_ost(), and video_sync_process().
int64_t OutputFilterPriv::next_pts |
Definition at line 215 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
FPSConvContext OutputFilterPriv::fps |
Definition at line 216 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), close_output(), configure_filtergraph(), fg_free(), fg_output_frame(), fg_output_step(), ofilter_bind_ost(), and video_sync_process().