FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct InputStream * | ist |
struct FilterGraph * | graph |
uint8_t * | name |
enum AVMediaType | type |
AVFifo * | frame_queue |
int | format |
int | width |
int | height |
AVRational | sample_aspect_ratio |
int | sample_rate |
AVChannelLayout | ch_layout |
AVBufferRef * | hw_frames_ctx |
int32_t * | displaymatrix |
int | eof |
AVFilterContext* InputFilter::filter |
Definition at line 243 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), configure_input_audio_filter(), configure_input_video_filter(), ifilter_send_eof(), ifilter_send_frame(), sub2video_flush(), sub2video_heartbeat(), sub2video_push_ref(), and transcode_from_filter().
struct InputStream* InputFilter::ist |
Definition at line 244 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_input_audio_filter(), configure_input_filter(), configure_input_video_filter(), ffmpeg_cleanup(), flush_encoders(), ifilter_send_eof(), ifilter_send_frame(), init_input_filter(), init_simple_filtergraph(), transcode_from_filter(), transcode_init(), and transcode_step().
struct FilterGraph* InputFilter::graph |
Definition at line 245 of file ffmpeg.h.
Referenced by ifilter_send_frame(), init_input_filter(), init_simple_filtergraph(), and transcode_init().
uint8_t* InputFilter::name |
Definition at line 246 of file ffmpeg.h.
Referenced by convert_from_tensorflow.Operand::__str__(), ffmpeg_cleanup(), init_input_filter(), and transcode_init().
enum AVMediaType InputFilter::type |
Definition at line 247 of file ffmpeg.h.
Referenced by ifilter_has_all_input_formats(), ifilter_send_eof(), and init_input_filter().
AVFifo* InputFilter::frame_queue |
Definition at line 249 of file ffmpeg.h.
Referenced by configure_filtergraph(), ffmpeg_cleanup(), ifilter_send_frame(), init_input_filter(), and init_simple_filtergraph().
int InputFilter::format |
Definition at line 252 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), flush_encoders(), ifilter_has_all_input_formats(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), ifilter_send_eof(), ifilter_send_frame(), init_input_filter(), init_simple_filtergraph(), and sub2video_prepare().
int InputFilter::width |
Definition at line 254 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), ifilter_send_frame(), and sub2video_prepare().
int InputFilter::height |
Definition at line 254 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), ifilter_send_frame(), and sub2video_prepare().
AVRational InputFilter::sample_aspect_ratio |
Definition at line 255 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ifilter_parameters_from_codecpar(), and ifilter_parameters_from_frame().
int InputFilter::sample_rate |
Definition at line 257 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), and ifilter_send_frame().
AVChannelLayout InputFilter::ch_layout |
Definition at line 258 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), and ifilter_send_frame().
AVBufferRef* InputFilter::hw_frames_ctx |
Definition at line 260 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ffmpeg_cleanup(), ifilter_parameters_from_frame(), and ifilter_send_frame().
int32_t* InputFilter::displaymatrix |
Definition at line 261 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ffmpeg_cleanup(), ifilter_parameters_from_frame(), and ifilter_send_frame().
int InputFilter::eof |
Definition at line 263 of file ffmpeg.h.
Referenced by configure_filtergraph(), and ifilter_send_eof().