Home
last modified time | relevance | path

Searched refs:SetVideoDimensions (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/process/
H A DRPProcessInfo.cpp157 m_dataCache->SetVideoDimensions(0, 0); in ResetInfo()
197 void CRPProcessInfo::SetVideoDimensions(int width, int height) in SetVideoDimensions() function in CRPProcessInfo
200 m_dataCache->SetVideoDimensions(width, height); in SetVideoDimensions()
H A DRPProcessInfo.h150 void SetVideoDimensions(int width, int height);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/android/
H A DANPVideo.cpp33 pinst->SetVideoDimensions(window, rect); in anp_video_setWindowDimensions()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/Process/
H A DProcessInfo.cpp85 m_dataCache->SetVideoDimensions(m_videoWidth, m_videoHeight); in ResetVideoCodecInfo()
169 void CProcessInfo::SetVideoDimensions(int width, int height) in SetVideoDimensions() function in CProcessInfo
177 m_dataCache->SetVideoDimensions(m_videoWidth, m_videoHeight); in SetVideoDimensions()
H A DProcessInfo.h45 void SetVideoDimensions(int width, int height);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/streams/
H A DRetroPlayerVideo.cpp59 m_processInfo.SetVideoDimensions(nominalWidth, nominalHeight); // Report nominal height for now in OpenStream()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Video/
H A DAddonVideoCodec.cpp154 m_processInfo.SetVideoDimensions(hints.width, hints.height); in CopyToInitData()
282 m_processInfo.SetVideoDimensions(m_width, m_height); in GetPicture()
H A DDVDVideoCodecFFmpeg.cpp253 ctx->m_processInfo.SetVideoDimensions(avctx->coded_width, avctx->coded_height); in GetFormat()
442 m_processInfo.SetVideoDimensions(m_pCodecContext->coded_width, m_pCodecContext->coded_height); in Open()
H A DDVDVideoCodecDRMPRIME.cpp353 m_processInfo.SetVideoDimensions(avctx->coded_width, avctx->coded_height); in UpdateProcessInfo()
H A DDVDVideoCodecAndroidMediaCodec.cpp767 m_processInfo.SetVideoDimensions(m_hints.width, m_hints.height); in Open()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/
H A DDataCacheCore.h44 void SetVideoDimensions(int width, int height);
H A DDataCacheCore.cpp142 void CDataCacheCore::SetVideoDimensions(int width, int height) in SetVideoDimensions() function in CDataCacheCore
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsNPAPIPluginInstance.h238 void SetVideoDimensions(void* aWindow, gfxRect aDimensions);
H A DnsNPAPIPluginInstance.cpp953 void nsNPAPIPluginInstance::SetVideoDimensions(void* window, gfxRect aDimensions) in SetVideoDimensions() function in nsNPAPIPluginInstance