Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/VLCPlayer/
H A DVLCPlayer.cpp94 libvlc_video_set_format(mp, "RV32", rect.w, rect.h, rect.w*4); in Init()
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dlibvlc.sym274 libvlc_video_set_format
H A Dmedia_player.c1126 void libvlc_video_set_format( libvlc_media_player_t *mp, const char *chroma, in libvlc_video_set_format() function
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DVideoVlcComponent.cpp307libvlc_video_set_format(mMediaPlayer, "RGBA", (int)mVideoWidth, (int)mVideoHeight, (int)mVideoWidt… in startVideo()
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_media_player.h441 void libvlc_video_set_format( libvlc_media_player_t *mp, const char *chroma,
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp580libvlc_video_set_format : procedure(mp:Plibvlc_media_player_t; chroma:pcchar; width:cunsigned; hei…
725 libvlc_video_set_format:=nil;
1069 pointer(libvlc_video_set_format):=GetProcAddress(hlib,'libvlc_video_set_format');
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp580libvlc_video_set_format : procedure(mp:Plibvlc_media_player_t; chroma:pcchar; width:cunsigned; hei…
725 libvlc_video_set_format:=nil;
1069 pointer(libvlc_video_set_format):=GetProcAddress(hlib,'libvlc_video_set_format');
/dports/multimedia/libvlcpp/libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278/vlcpp/
H A DMediaPlayer.hpp1118 libvlc_video_set_format(*this, chroma.c_str(), width, height, pitch); in setVideoFormat()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dvideo_player.cpp924libvlc_video_set_format(ctxPtr->mp, "RV16", width, height, SDL_GetWindowSurface(this->window)->pit… in initPlayer()
/dports/multimedia/vlc/vlc-3.0.16/
H A DNEWS3267 * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201012118 Typo, fix libvlc_video_set_format() pitch