FFmpeg
|
Data Fields | |
th_enc_ctx * | t_state |
uint8_t * | stats |
int | stats_size |
int | stats_offset |
int | uv_hshift |
int | uv_vshift |
int | keyframe_mask |
Definition at line 45 of file libtheoraenc.c.
th_enc_ctx* TheoraContext::t_state |
Definition at line 46 of file libtheoraenc.c.
Referenced by encode_close(), encode_frame(), encode_init(), get_stats(), and submit_stats().
uint8_t* TheoraContext::stats |
Definition at line 47 of file libtheoraenc.c.
Referenced by encode_close(), get_stats(), and submit_stats().
int TheoraContext::stats_size |
Definition at line 48 of file libtheoraenc.c.
Referenced by get_stats(), and submit_stats().
int TheoraContext::stats_offset |
Definition at line 49 of file libtheoraenc.c.
Referenced by get_stats(), and submit_stats().
int TheoraContext::uv_hshift |
Definition at line 50 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().
int TheoraContext::uv_vshift |
Definition at line 51 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().
int TheoraContext::keyframe_mask |
Definition at line 52 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().