FFmpeg
|
Data Structures | |
struct | buf_queue |
Data Fields | |
AVExpr * | expr |
double | var_values [VAR_NB] |
struct AStreamSyncContext::buf_queue | queue [2] |
int | req [2] |
int | next_out |
int | eof |
Definition at line 47 of file af_astreamsync.c.
AVExpr* AStreamSyncContext::expr |
Definition at line 48 of file af_astreamsync.c.
Referenced by init(), and send_next().
double AStreamSyncContext::var_values[VAR_NB] |
Definition at line 49 of file af_astreamsync.c.
Referenced by init(), send_next(), and send_out().
struct AStreamSyncContext::buf_queue AStreamSyncContext::queue[2] |
Referenced by filter_frame(), request_frame(), send_next(), and send_out().
int AStreamSyncContext::req[2] |
Definition at line 56 of file af_astreamsync.c.
Referenced by request_frame(), and send_out().
int AStreamSyncContext::next_out |
Definition at line 57 of file af_astreamsync.c.
Referenced by request_frame(), and send_next().
int AStreamSyncContext::eof |
Definition at line 58 of file af_astreamsync.c.
Referenced by filter_frame(), request_frame(), and send_next().