FFmpeg
|
Data Fields | |
int64_t | next_pts |
AVFrame * | last_frame |
int64_t | vsync_frame_number |
int64_t | frames_prev_hist [3] |
AVFrame * | sq_frame |
AVPacket * | pkt |
uint64_t | data_size |
uint64_t | packets_encoded |
uint64_t | dup_warning |
int | opened |
Definition at line 44 of file ffmpeg_enc.c.
int64_t Encoder::next_pts |
Definition at line 46 of file ffmpeg_enc.c.
Referenced by do_audio_out(), do_video_out(), and video_sync_process().
AVFrame* Encoder::last_frame |
Definition at line 48 of file ffmpeg_enc.c.
Referenced by do_video_out(), enc_alloc(), and enc_free().
int64_t Encoder::vsync_frame_number |
Definition at line 50 of file ffmpeg_enc.c.
Referenced by do_video_out(), and video_sync_process().
int64_t Encoder::frames_prev_hist[3] |
Definition at line 54 of file ffmpeg_enc.c.
Referenced by video_sync_process().
AVFrame* Encoder::sq_frame |
Definition at line 56 of file ffmpeg_enc.c.
Referenced by enc_free(), enc_open(), and submit_encode_frame().
AVPacket* Encoder::pkt |
Definition at line 59 of file ffmpeg_enc.c.
Referenced by enc_alloc(), enc_free(), enc_subtitle(), and encode_frame().
uint64_t Encoder::data_size |
Definition at line 62 of file ffmpeg_enc.c.
Referenced by enc_stats_write(), encode_frame(), and update_video_stats().
uint64_t Encoder::packets_encoded |
Definition at line 65 of file ffmpeg_enc.c.
Referenced by encode_frame(), and update_video_stats().
uint64_t Encoder::dup_warning |
Definition at line 67 of file ffmpeg_enc.c.
Referenced by do_video_out(), and enc_alloc().
int Encoder::opened |
Definition at line 69 of file ffmpeg_enc.c.
Referenced by enc_flush(), and enc_open().