FFmpeg
Data Fields
EncoderPriv Struct Reference

Data Fields

Encoder e
 
void * log_parent
 
char log_name [32]
 
uint64_t data_size
 
uint64_t packets_encoded
 
int opened
 
int attach_par
 
Schedulersch
 
unsigned sch_idx
 

Detailed Description

Definition at line 41 of file ffmpeg_enc.c.

Field Documentation

◆ e

Encoder EncoderPriv::e

Definition at line 42 of file ffmpeg_enc.c.

Referenced by enc_alloc().

◆ log_parent

void* EncoderPriv::log_parent

Definition at line 44 of file ffmpeg_enc.c.

Referenced by enc_alloc().

◆ log_name

char EncoderPriv::log_name[32]

Definition at line 45 of file ffmpeg_enc.c.

Referenced by enc_alloc(), and enc_item_name().

◆ data_size

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().

◆ packets_encoded

uint64_t EncoderPriv::packets_encoded

Definition at line 51 of file ffmpeg_enc.c.

Referenced by encode_frame(), and update_video_stats().

◆ opened

int EncoderPriv::opened

Definition at line 53 of file ffmpeg_enc.c.

Referenced by enc_open(), and encoder_thread().

◆ attach_par

int EncoderPriv::attach_par

Definition at line 54 of file ffmpeg_enc.c.

Referenced by enc_loopback(), and encode_frame().

◆ sch

Scheduler* EncoderPriv::sch

Definition at line 56 of file ffmpeg_enc.c.

Referenced by do_subtitle_out(), enc_alloc(), encode_frame(), and encoder_thread().

◆ sch_idx

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().


The documentation for this struct was generated from the following file: