VLC  4.0.0-dev
Data Fields
picture_pool_t Struct Reference
Collaboration diagram for picture_pool_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
 
vlc_cond_t wait
 
bool canceled
 
unsigned long long available
 
atomic_ushort refs
 
unsigned short picture_count
 
picture_tpicture []
 

Field Documentation

◆ available

unsigned long long picture_pool_t::available

◆ canceled

bool picture_pool_t::canceled

◆ lock

vlc_mutex_t picture_pool_t::lock

◆ picture

picture_t* picture_pool_t::picture[]

◆ picture_count

unsigned short picture_pool_t::picture_count

◆ refs

atomic_ushort picture_pool_t::refs

◆ wait

vlc_cond_t picture_pool_t::wait

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