FFmpeg
Data Fields
FrameProgress Struct Reference

Data Fields

atomic_int progress [VVC_PROGRESS_LAST]
 
VVCProgressListenerlistener [VVC_PROGRESS_LAST]
 
AVMutex lock
 
AVCond cond
 
uint8_t has_lock
 
uint8_t has_cond
 

Detailed Description

Definition at line 37 of file refs.c.

Field Documentation

◆ progress

atomic_int FrameProgress::progress[VVC_PROGRESS_LAST]

Definition at line 38 of file refs.c.

Referenced by ff_vvc_report_progress(), and is_progress_done().

◆ listener

VVCProgressListener* FrameProgress::listener[VVC_PROGRESS_LAST]

Definition at line 39 of file refs.c.

Referenced by ff_vvc_add_progress_listener(), and get_done_listener().

◆ lock

AVMutex FrameProgress::lock

◆ cond

AVCond FrameProgress::cond

Definition at line 41 of file refs.c.

Referenced by alloc_progress(), ff_vvc_report_progress(), and free_progress().

◆ has_lock

uint8_t FrameProgress::has_lock

Definition at line 42 of file refs.c.

Referenced by alloc_progress(), and free_progress().

◆ has_cond

uint8_t FrameProgress::has_cond

Definition at line 43 of file refs.c.

Referenced by alloc_progress(), and free_progress().


The documentation for this struct was generated from the following file: