|
FFmpeg
|
Data Fields | |
| Encoder | e |
| void * | log_parent |
| char | log_name [32] |
| uint64_t | data_size |
| uint64_t | packets_encoded |
| int | got_first_packet |
| int | opened |
| int | attach_par |
| Scheduler * | sch |
| unsigned | sch_idx |
Definition at line 42 of file ffmpeg_enc.c.
| Encoder EncoderPriv::e |
Definition at line 43 of file ffmpeg_enc.c.
Referenced by enc_alloc().
| void* EncoderPriv::log_parent |
Definition at line 45 of file ffmpeg_enc.c.
Referenced by enc_alloc().
| char EncoderPriv::log_name[32] |
Definition at line 46 of file ffmpeg_enc.c.
Referenced by enc_alloc(), and enc_item_name().
| uint64_t EncoderPriv::data_size |
Definition at line 49 of file ffmpeg_enc.c.
Referenced by enc_stats_write(), encode_frame(), and update_video_stats().
| uint64_t EncoderPriv::packets_encoded |
Definition at line 52 of file ffmpeg_enc.c.
Referenced by encode_frame(), and update_video_stats().
| int EncoderPriv::got_first_packet |
Definition at line 53 of file ffmpeg_enc.c.
Referenced by enc_realloc(), and encode_frame().
| int EncoderPriv::opened |
Definition at line 55 of file ffmpeg_enc.c.
Referenced by enc_open(), enc_realloc(), enc_reopen(), and encoder_thread().
| int EncoderPriv::attach_par |
Definition at line 56 of file ffmpeg_enc.c.
Referenced by enc_loopback(), and encode_frame().
| Scheduler* EncoderPriv::sch |
Definition at line 58 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), encode_frame(), and encoder_thread().
| unsigned EncoderPriv::sch_idx |
Definition at line 59 of file ffmpeg_enc.c.
Referenced by do_subtitle_out(), enc_alloc(), enc_loopback(), encode_frame(), and encoder_thread().