#include <framesync.h>
Frame sync structure.
Definition at line 153 of file framesync.h.
Definition at line 154 of file framesync.h.
Referenced by ff_framesync_init().
Definition at line 155 of file framesync.h.
Referenced by ff_framesync_init(), and process_frame().
Number of input streams.
Definition at line 160 of file framesync.h.
Referenced by ff_framesync_configure(), ff_framesync_get_frame(), ff_framesync_init(), ff_framesync_next(), ff_framesync_uninit(), framesync_advance(), and framesync_sync_level_update().
Time base for the output events.
Definition at line 165 of file framesync.h.
Referenced by ff_framesync_configure(), framesync_inject_frame(), and process_frame().
Timestamp of the current event.
Definition at line 170 of file framesync.h.
Referenced by framesync_advance(), and process_frame().
Callback called when a frame event is ready.
Definition at line 175 of file framesync.h.
Referenced by config_output(), ff_dualinput_init(), and ff_framesync_process_frame().
Opaque pointer, not used by the API.
Definition at line 180 of file framesync.h.
Referenced by config_output(), ff_dualinput_init(), and process_frame().
Index of the input that requires a request.
Definition at line 185 of file framesync.h.
Referenced by ff_framesync_request_frame(), and framesync_advance().
Synchronization level: only inputs with the same sync level are sync sources.
Definition at line 191 of file framesync.h.
Referenced by ff_framesync_configure(), framesync_advance(), and framesync_sync_level_update().
Flag indicating that a frame event is ready.
Definition at line 196 of file framesync.h.
Referenced by ff_framesync_drop(), ff_framesync_get_frame(), ff_framesync_next(), ff_framesync_process_frame(), and framesync_advance().
Flag indicating that output has reached EOF.
Definition at line 201 of file framesync.h.
Referenced by ff_framesync_process_frame(), ff_framesync_request_frame(), framesync_advance(), and framesync_sync_level_update().
Array of inputs; all inputs must be in consecutive memory.
Definition at line 206 of file framesync.h.
Referenced by config_output(), ff_dualinput_init(), ff_framesync_add_frame(), ff_framesync_configure(), ff_framesync_get_frame(), ff_framesync_next(), ff_framesync_uninit(), framesync_advance(), framesync_inject_frame(), and framesync_sync_level_update().