FFmpeg
|
Data Fields | |
uint64_t | data_size |
uint64_t | packets_encoded |
int | opened |
int | attach_par |
Scheduler * | sch |
unsigned | sch_idx |
Definition at line 44 of file ffmpeg_enc.c.
uint64_t Encoder::data_size |
Definition at line 46 of file ffmpeg_enc.c.
Referenced by enc_stats_write(), encode_frame(), and update_video_stats().
uint64_t Encoder::packets_encoded |
Definition at line 49 of file ffmpeg_enc.c.
Referenced by encode_frame(), and update_video_stats().
int Encoder::opened |
Definition at line 51 of file ffmpeg_enc.c.
Referenced by enc_open(), and encoder_thread().
int Encoder::attach_par |
Definition at line 52 of file ffmpeg_enc.c.
Referenced by enc_loopback(), and encode_frame().
Scheduler* Encoder::sch |
Definition at line 54 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), encode_frame(), and encoder_thread().
unsigned Encoder::sch_idx |
Definition at line 55 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), enc_loopback(), encode_frame(), and encoder_thread().