Home
last modified time | relevance | path

Searched refs:dstPrimaries (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DYUV2RGBShaderGLES.cpp27 BaseYUV2RGBGLSLShader::BaseYUV2RGBGLSLShader(EShaderFormat format, AVColorPrimaries dstPrimaries, A… in BaseYUV2RGBGLSLShader() argument
48 if (dstPrimaries != srcPrimaries) in BaseYUV2RGBGLSLShader()
64 m_pConvMatrix->SetColPrimaries(dstPrimaries, srcPrimaries); in BaseYUV2RGBGLSLShader()
187 …ader::YUV2RGBProgressiveShader(EShaderFormat format, AVColorPrimaries dstPrimaries, AVColorPrimari… in YUV2RGBProgressiveShader() argument
188 : BaseYUV2RGBGLSLShader(format, dstPrimaries, srcPrimaries, toneMap) in YUV2RGBProgressiveShader()
199 YUV2RGBBobShader::YUV2RGBBobShader(EShaderFormat format, AVColorPrimaries dstPrimaries, AVColorPrim… in YUV2RGBBobShader() argument
200 : BaseYUV2RGBGLSLShader(format, dstPrimaries, srcPrimaries, toneMap) in YUV2RGBBobShader()
H A DYUV2RGBShaderGL.cpp32 … AVColorPrimaries dstPrimaries, AVColorPrimaries srcPrimaries, in BaseYUV2RGBGLSLShader() argument
86 if (dstPrimaries != srcPrimaries) in BaseYUV2RGBGLSLShader()
109 m_pConvMatrix->SetColPrimaries(dstPrimaries, srcPrimaries); in BaseYUV2RGBGLSLShader()
293 AVColorPrimaries dstPrimaries, in YUV2RGBProgressiveShader() argument
299 … rect, format, stretch, dstPrimaries, srcPrimaries, toneMap, toneMapMethod, std::move(output)) in YUV2RGBProgressiveShader()
314 AVColorPrimaries dstPrimaries, in YUV2RGBFilterShader4() argument
321 … rect, format, stretch, dstPrimaries, srcPrimaries, toneMap, toneMapMethod, std::move(output)) in YUV2RGBFilterShader4()
H A DYUV2RGBShaderGLES.h104 …YUV2RGBProgressiveShader(EShaderFormat format, AVColorPrimaries dstPrimaries, AVColorPrimaries src…
110 …YUV2RGBBobShader(EShaderFormat format, AVColorPrimaries dstPrimaries, AVColorPrimaries srcPrimarie…
H A DYUV2RGBShaderGL.h124 AVColorPrimaries dstPrimaries, AVColorPrimaries srcPrimaries,
136 AVColorPrimaries dstPrimaries, AVColorPrimaries srcPrimaries,
H A DWinVideoFilter.h119 bool Create(AVPixelFormat fmt, AVColorPrimaries dstPrimaries, AVColorPrimaries srcPrimaries,
H A DWinVideoFilter.cpp557 bool CYUV2RGBShader::Create(AVPixelFormat fmt, AVColorPrimaries dstPrimaries, in Create() argument
591 if (srcPrimaries != dstPrimaries) in Create()
621 m_pConvMatrix->SetColPrimaries(dstPrimaries, srcPrimaries); in Create()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/
H A DRendererShaders.cpp151 AVColorPrimaries dstPrimaries = AVCOL_PRI_BT709; in UpdateVideoFilters() local
155 dstPrimaries = m_srcPrimaries; in UpdateVideoFilters()
157 if (!m_colorShader->Create(m_format, dstPrimaries, m_srcPrimaries)) in UpdateVideoFilters()