VLC 4.0.0-dev
|
Data Fields | |
vlc_atomic_rc_t | rc |
vlc_decoder_device * | device |
const struct vlc_video_context_operations * | ops |
enum vlc_video_context_type | private_type |
size_t | private_size |
uint8_t | private [] |
vlc_decoder_device* vlc_video_context::device |
Referenced by vlc_video_context_Create(), vlc_video_context_HoldDevice(), and vlc_video_context_Release().
const struct vlc_video_context_operations* vlc_video_context::ops |
Referenced by vlc_video_context_Create(), and vlc_video_context_Release().
uint8_t vlc_video_context::private[] |
Referenced by vlc_video_context_GetPrivate().
size_t vlc_video_context::private_size |
Referenced by vlc_video_context_Create().
enum vlc_video_context_type vlc_video_context::private_type |
vlc_atomic_rc_t vlc_video_context::rc |
Referenced by vlc_video_context_Create(), vlc_video_context_Hold(), and vlc_video_context_Release().