Home
last modified time | relevance | path

Searched defs:VLC_OBJECT (Results 1 – 2 of 2) sorted by path

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h474 # define VLC_OBJECT(x) \ macro
480 # define VLC_OBJECT( x ) ((vlc_object_t *)&(x)->obj) macro
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCSimplePrefsController.m391 #define config_GetLabel(a,b) __config_GetLabel(VLC_OBJECT(a),b) category