Home
last modified time | relevance | path

Searched refs:m_sourceWidth (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/rendering/VideoShaders/windows/
H A DRPWinOutputShader.cpp67 if (m_sourceWidth != sourceWidth || m_sourceHeight != sourceHeight || in PrepareParameters()
70 m_sourceWidth = sourceWidth; in PrepareParameters()
83 v[0].tu = m_sourceRect.x1 / m_sourceWidth; in PrepareParameters()
89 v[1].tu = m_sourceRect.x2 / m_sourceWidth; in PrepareParameters()
95 v[2].tu = m_sourceRect.x2 / m_sourceWidth; in PrepareParameters()
101 v[3].tu = m_sourceRect.x1 / m_sourceWidth; in PrepareParameters()
H A DRPWinOutputShader.h39 unsigned m_sourceWidth{0};
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DWinVideoFilter.cpp432 m_sourceWidth = sourceWidth; in PrepareParameters()
444 v[0].tu = m_sourceRect.x1 / m_sourceWidth; in PrepareParameters()
450 v[1].tu = m_sourceRect.x2 / m_sourceWidth; in PrepareParameters()
660 m_sourceWidth = videoBuffer->GetWidth(); in PrepareParameters()
669 v[0].tu = sourceRect.x1 / m_sourceWidth; in PrepareParameters()
677 v[1].tu = sourceRect.x2 / m_sourceWidth; in PrepareParameters()
685 v[2].tu = sourceRect.x2 / m_sourceWidth; in PrepareParameters()
693 v[3].tu = sourceRect.x1 / m_sourceWidth; in PrepareParameters()
701 unsigned int texWidth = m_sourceWidth; in PrepareParameters()
884 m_sourceWidth = sourceWidth; in PrepareParameters()
[all …]
H A DWinVideoFilter.h96 unsigned m_sourceWidth = 0; variable
136 unsigned int m_sourceWidth = 0; variable
188 unsigned int m_sourceWidth = 0;
218 unsigned int m_sourceWidth = 0; variable
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/pdf/
H A Dpdfimage.cpp86 …auto img = QImage(m_sourceWidth, m_sourceHeight, (m_loadingHints & PdfImage::ConvertToGrayscaleHin… in load()
88 …std::unique_ptr<ImageStream> imgStream(new ImageStream(str, m_sourceWidth, bytesPerPixel, colorMap… in load()
97 for (int j = 0; j < m_sourceWidth; ++j) { in load()
117 for (int j = 0; j < m_sourceWidth; ++j) { in load()
191 return d->m_sourceWidth; in sourceWidth()
211 if (!img.isNull() && (d->m_width != d->m_sourceWidth || d->m_height != d->m_sourceHeight)) { in image()
H A Dpdfimage_p.h50 int m_sourceWidth = 0; variable
H A Dpdfextractoroutputdevice.cpp52 pdfImg.d->m_sourceWidth = width; in drawImage()
231 img.d->m_sourceWidth = pic.sourceWidth(); in addVectorImage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/
H A DRendererHQ.cpp36 …const float scaleX = fabs((static_cast<float>(m_sourceWidth) - m_viewWidth) / m_sourceWidth) * 100; in Supports()
71 const bool scaleSD = m_sourceHeight < 720 && m_sourceWidth < 1280; in SelectPSVideoFilter()
72 const bool scaleUp = m_sourceHeight < m_viewHeight && m_sourceWidth < m_viewWidth; in SelectPSVideoFilter()
H A DRendererDXVA.cpp102 m_processor->Open(m_sourceWidth, m_sourceWidth) && in Configure()
131 HasHQScaler() ? m_sourceWidth : m_viewWidth, in CheckVideoParameters()
245 return new CRenderBufferImpl(m_format, m_sourceWidth, m_sourceHeight); in CreateBuffer()
H A DRendererSoftware.cpp55 if (!CreateIntermediateTarget(m_sourceWidth, m_sourceHeight, true)) in Configure()
127 return new CRenderBufferImpl(m_format, m_sourceWidth, m_sourceHeight); in CreateBuffer()
H A DRendererShaders.cpp97 CreateIntermediateTarget(m_sourceWidth, m_sourceHeight); in Configure()
202 return new CRenderBufferImpl(m_format, m_sourceWidth, m_sourceHeight); in CreateBuffer()
H A DRendererBase.h172 unsigned m_sourceWidth = 0; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DBaseRenderer.cpp43 float width = (float)m_sourceWidth; in GetAspectRatio()
45 return m_sourceFrameRatio * width / height * m_sourceHeight / m_sourceWidth; in GetAspectRatio()
257 if (m_sourceWidth == desired_width && m_sourceHeight == desired_height) in CalculateFrameAspectRatio()
261 float imageFrameRatio = (float)m_sourceWidth / m_sourceHeight; in CalculateFrameAspectRatio()
283 if (m_sourceWidth == 352) in CalculateFrameAspectRatio()
290 if (m_sourceWidth == 480) in CalculateFrameAspectRatio()
297 if (m_sourceWidth == 720) in CalculateFrameAspectRatio()
312 m_sourceRect.x2 = (float)m_sourceWidth; in ManageRenderArea()
H A DLinuxRendererGLES.cpp122 m_sourceWidth = picture.iWidth; in Configure()
585 if (!m_fbo.fbo.CreateAndBindToTexture(GL_TEXTURE_2D, m_sourceWidth, m_sourceHeight, GL_RGBA)) in UpdateVideoFilter()
1014 if (!m_fbo.fbo.CreateAndBindToTexture(GL_TEXTURE_2D, m_sourceWidth, m_sourceHeight, GL_RGBA)) in RenderToFBO()
1078 glMatrixProject->Ortho2D(0, m_sourceWidth, 0, m_sourceHeight); in RenderToFBO()
1085 glViewport(0, 0, m_sourceWidth, m_sourceHeight); in RenderToFBO()
1086 glScissor(0, 0, m_sourceWidth, m_sourceHeight); in RenderToFBO()
1185 m_pVideoFilterShader->SetWidth(m_sourceWidth); in RenderFromFBO()
1199 float imgwidth = m_fbo.width / m_sourceWidth; in RenderFromFBO()
1370 im.width = m_sourceWidth; in CreateYV12Texture()
1526 im.width = m_sourceWidth; in CreateNV12Texture()
[all …]
H A DLinuxRendererGL.cpp207 m_sourceWidth = picture.iWidth; in Configure()
1271 glViewport(0, 0, m_sourceWidth, m_sourceHeight); in RenderToFBO()
1272 glScissor (0, 0, m_sourceWidth, m_sourceHeight); in RenderToFBO()
1424 m_pVideoFilterShader->SetWidth(m_sourceWidth); in RenderFromFBO()
1439 float imgwidth = m_fbo.width / m_sourceWidth; in RenderFromFBO()
1521 (int)m_sourceWidth != m_destRect.Width(); in RenderProgressiveWeave()
1568 m_pVideoFilterShader->SetWidth(m_sourceWidth); in RenderRGB()
1817 im.width = m_sourceWidth; in CreateYV12Texture()
2140 im.width = m_sourceWidth; in CreateNV12Texture()
2408 im.width = m_sourceWidth; in CreateYUV422PackedTexture()
[all …]
H A DBaseRenderer.h121 unsigned int m_sourceWidth = 720; variable
H A DWinRenderer.cpp158 m_sourceWidth = picture.iWidth; in Configure()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/
H A DRendererMediaCodec.cpp218 buf.image.width = m_sourceWidth; in CreateTexture()
224 plane.texwidth = m_sourceWidth; in CreateTexture()
H A DRendererVDPAU.cpp176 float scaleX = fabs(((float)m_sourceWidth - m_destRect.Width())/m_sourceWidth)*100; in Supports()
303 im.width = m_sourceWidth; in CreateVDPAUTexture()
H A DRendererMediaCodecSurface.cpp53 m_sourceWidth = picture.iWidth; in Configure()
H A DRendererDRMPRIME.cpp100 m_sourceWidth = picture.iWidth; in Configure()
H A DRendererVAAPIGLES.cpp157 im.width = m_sourceWidth; in CreateTexture()
H A DRendererVTBGL.cpp92 im.width = m_sourceWidth; in CreateTexture()
H A DRendererVTBGLES.cpp136 im.width = m_sourceWidth; in CreateTexture()
H A DRendererVAAPIGL.cpp175 im.width = m_sourceWidth; in CreateTexture()

12