Home
last modified time | relevance | path

Searched refs:libvlc_log_set (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dlog.c85 void libvlc_log_set (libvlc_instance_t *inst, libvlc_log_cb cb, void *data) in libvlc_log_set() function
108 libvlc_log_set (inst, libvlc_log_file, stream); in libvlc_log_set_file()
H A Dlibvlc.sym67 libvlc_log_set
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc.h482 LIBVLC_API void libvlc_log_set( libvlc_instance_t *p_instance,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c644 libvlc_log_set(acontext->vlc_handle, log_cb, NULL); in av_init_handle()
775 libvlc_log_set(context->vlc_handle, log_cb, NULL); in vlc_file_open()
943 libvlc_log_set(context->vlc_handle, log_cb, NULL); in vlc_file_open()
1417 libvlc_log_set(vlc_handle, log_cb, NULL); in SWITCH_STANDARD_APP()
1872 libvlc_log_set(vlc_handle, log_cb, NULL); in SWITCH_STANDARD_APP()
2153 libvlc_log_set(context->vlc_handle, log_cb, NULL); in setup_tech_pvt()
/dports/multimedia/libvlcpp/libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278/vlcpp/
H A DInstance.hpp279libvlc_log_set(*this, CallbackWrapper<(unsigned int)CallbackIdx::Log, libvlc_log_cb>::wrap( *m_cal… in logSet()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c587 libvlc_log_set(decctx.vlc, libvlc_logfun, NULL); in decode_av()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c587 libvlc_log_set(decctx.vlc, libvlc_logfun, NULL); in decode_av()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c587 libvlc_log_set(decctx.vlc, libvlc_logfun, NULL); in decode_av()
/dports/x11/aclip/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c587 libvlc_log_set(decctx.vlc, libvlc_logfun, NULL); in decode_av()
/dports/multimedia/vlc/vlc-3.0.16/
H A DNEWS2114 * new libvlc_log_set, libvlc_log_set_file, libvlc_log_unset, libvlc_log_get_context and
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20141681 and in order to have early logs (before libvlc_log_set is called).