|
FFmpeg
|
Data Fields | |
| Encoder | e |
| void * | log_parent |
| char | log_name [32] |
| uint64_t | data_size |
| uint64_t | packets_encoded |
| int | opened |
| int | attach_par |
| Scheduler * | sch |
| unsigned | sch_idx |
Definition at line 41 of file ffmpeg_enc.c.
| Encoder EncoderPriv::e |
Definition at line 42 of file ffmpeg_enc.c.
Referenced by enc_alloc().
| void* EncoderPriv::log_parent |
Definition at line 44 of file ffmpeg_enc.c.
Referenced by enc_alloc().
| char EncoderPriv::log_name[32] |
Definition at line 45 of file ffmpeg_enc.c.
Referenced by enc_alloc(), and enc_item_name().
| uint64_t EncoderPriv::data_size |
Definition at line 48 of file ffmpeg_enc.c.
Referenced by enc_stats_write(), encode_frame(), and update_video_stats().
| uint64_t EncoderPriv::packets_encoded |
Definition at line 51 of file ffmpeg_enc.c.
Referenced by encode_frame(), and update_video_stats().
| int EncoderPriv::opened |
Definition at line 53 of file ffmpeg_enc.c.
Referenced by enc_open(), and encoder_thread().
| int EncoderPriv::attach_par |
Definition at line 54 of file ffmpeg_enc.c.
Referenced by enc_loopback(), and encode_frame().
| Scheduler* EncoderPriv::sch |
Definition at line 56 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), encode_frame(), and encoder_thread().
| unsigned EncoderPriv::sch_idx |
Definition at line 57 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), enc_loopback(), encode_frame(), and encoder_thread().
1.8.17