Home
last modified time | relevance | path

Searched refs:VLC_ENOMOD (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstdecode.c485 VLC_GST_CHECK( p_list, NULL, "no decoder list found", VLC_ENOMOD ); in OpenDecoder()
492 VLC_ENOMOD ); in OpenDecoder()
495 VLC_ENOMOD ); in OpenDecoder()
500 "failed to create decoder", VLC_ENOMOD ); in OpenDecoder()
509 VLC_ENOMOD ); in OpenDecoder()
527 VLC_ENOMOD ); in OpenDecoder()
549 VLC_ENOMOD ); in OpenDecoder()
562 VLC_ENOMOD ); in OpenDecoder()
579 VLC_GST_CHECK( p_sys->p_decoder, NULL, "bin not found", VLC_ENOMOD ); in OpenDecoder()
582 VLC_ENOMOD ); in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Derror.c51 case VLC_ENOMOD: in vlc_error()
/dports/multimedia/vlc/vlc-3.0.16/extras/analyser/
H A Dvlc.vim24 syn keyword cConstant VLC_ENOOBJ VLC_ENOMOD VLC_VAR_ADDRESS
/dports/multimedia/vlc/vlc-3.0.16/src/
H A Dlibvlc.c185 i_ret = VLC_ENOMOD; in libvlc_InternalInit()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dopencv_wrapper.c192 return VLC_ENOMOD; in Create()
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/vlc-sample/src/
H A Dlibvlc.c200 return VLC_ENOMOD; in libvlc_InternalInit()
/dports/devel/cpplint/cpplint-1.5.5/samples/vlc-sample/src/
H A Dlibvlc.c200 return VLC_ENOMOD; in libvlc_InternalInit()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h360 #define VLC_ENOMOD (-4) /**< Module not found */ macro