FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct InputStream * | ist |
struct FilterGraph * | graph |
uint8_t * | name |
enum AVMediaType | type |
AVFifoBuffer * | frame_queue |
int | format |
int | width |
int | height |
AVRational | sample_aspect_ratio |
int | sample_rate |
int | channels |
uint64_t | channel_layout |
AVBufferRef * | hw_frames_ctx |
int | eof |
AVFilterContext* InputFilter::filter |
Definition at line 241 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 242 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_input_audio_filter(), configure_input_filter(), configure_input_video_filter(), DEF_CHOOSE_FORMAT(), ffmpeg_cleanup(), flush_encoders(), ifilter_send_eof(), ifilter_send_frame(), init_input_filter(), transcode_from_filter(), transcode_init(), and transcode_step().
struct FilterGraph* InputFilter::graph |
Definition at line 243 of file ffmpeg.h.
Referenced by DEF_CHOOSE_FORMAT(), ifilter_send_frame(), init_input_filter(), and transcode_init().
uint8_t* InputFilter::name |
Definition at line 244 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 245 of file ffmpeg.h.
Referenced by ifilter_has_all_input_formats(), ifilter_send_eof(), and init_input_filter().
AVFifoBuffer* InputFilter::frame_queue |
Definition at line 247 of file ffmpeg.h.
Referenced by configure_filtergraph(), DEF_CHOOSE_FORMAT(), ffmpeg_cleanup(), ifilter_send_frame(), and init_input_filter().
int InputFilter::format |
Definition at line 250 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), DEF_CHOOSE_FORMAT(), flush_encoders(), ifilter_has_all_input_formats(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), ifilter_send_eof(), ifilter_send_frame(), init_input_filter(), and sub2video_prepare().
int InputFilter::width |
Definition at line 252 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 252 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 253 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 255 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), and ifilter_send_frame().
int InputFilter::channels |
Definition at line 256 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_codecpar(), ifilter_parameters_from_frame(), and ifilter_send_frame().
uint64_t InputFilter::channel_layout |
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().
AVBufferRef* InputFilter::hw_frames_ctx |
Definition at line 259 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 261 of file ffmpeg.h.
Referenced by configure_filtergraph(), and ifilter_send_eof().