FFmpeg
|
Data Fields | |
atomic_int | progress [VVC_PROGRESS_LAST] |
VVCProgressListener * | listener [VVC_PROGRESS_LAST] |
AVMutex | lock |
AVCond | cond |
uint8_t | has_lock |
uint8_t | has_cond |
Definition at line 36 of file vvc_refs.c.
atomic_int FrameProgress::progress[VVC_PROGRESS_LAST] |
Definition at line 37 of file vvc_refs.c.
Referenced by ff_vvc_report_progress(), and is_progress_done().
VVCProgressListener* FrameProgress::listener[VVC_PROGRESS_LAST] |
Definition at line 38 of file vvc_refs.c.
Referenced by ff_vvc_add_progress_listener(), and get_done_listener().
AVMutex FrameProgress::lock |
Definition at line 39 of file vvc_refs.c.
Referenced by alloc_progress(), ff_vvc_add_progress_listener(), ff_vvc_report_progress(), and free_progress().
AVCond FrameProgress::cond |
Definition at line 40 of file vvc_refs.c.
Referenced by alloc_progress(), ff_vvc_report_progress(), and free_progress().
uint8_t FrameProgress::has_lock |
Definition at line 41 of file vvc_refs.c.
Referenced by alloc_progress(), and free_progress().
uint8_t FrameProgress::has_cond |
Definition at line 42 of file vvc_refs.c.
Referenced by alloc_progress(), and free_progress().