Data Fields | |
AVClass * | class |
x264_param_t | params |
x264_t * | enc |
x264_picture_t | pic |
uint8_t * | sei |
int | sei_size |
AVFrame | out_pic |
char * | preset |
char * | tune |
char * | profile |
char * | level |
int | fastfirstpass |
char * | stats |
char * | weightp |
char * | x264opts |
Definition at line 30 of file libx264.c.
x264_t* X264Context::enc |
Definition at line 33 of file libx264.c.
Referenced by X264_close(), X264_frame(), and X264_init().
Definition at line 42 of file libx264.c.
Referenced by X264_init().
char* X264Context::level |
Definition at line 41 of file libx264.c.
Referenced by X264_init().
Definition at line 37 of file libx264.c.
Referenced by X264_frame(), and X264_init().
x264_param_t X264Context::params |
Definition at line 32 of file libx264.c.
Referenced by check_default_settings(), X264_frame(), and X264_init().
x264_picture_t X264Context::pic |
Definition at line 34 of file libx264.c.
Referenced by X264_frame().
char* X264Context::preset |
Definition at line 38 of file libx264.c.
Referenced by check_default_settings(), and X264_init().
char* X264Context::profile |
Definition at line 40 of file libx264.c.
Referenced by X264_init().
uint8_t* X264Context::sei |
Definition at line 35 of file libx264.c.
Referenced by encode_nals(), and X264_close().
Definition at line 36 of file libx264.c.
Referenced by encode_nals(), and X264_init().
char* X264Context::stats |
Definition at line 43 of file libx264.c.
Referenced by X264_init().
char* X264Context::tune |
Definition at line 39 of file libx264.c.
Referenced by X264_init().
char* X264Context::weightp |
Definition at line 44 of file libx264.c.
Referenced by X264_init().
char* X264Context::x264opts |
Definition at line 45 of file libx264.c.
Referenced by X264_init().