Home
last modified time | relevance | path

Searched refs:yuvColorMatrix (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp69 UINT32 yuvColorMatrix; in GetYUVColorSpace() local
70 HRESULT hr = aType->GetUINT32(MF_MT_YUV_MATRIX, &yuvColorMatrix); in GetYUVColorSpace()
73 switch (yuvColorMatrix) { in GetYUVColorSpace()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp69 UINT32 yuvColorMatrix; in GetYUVColorSpace() local
70 HRESULT hr = aType->GetUINT32(MF_MT_YUV_MATRIX, &yuvColorMatrix); in GetYUVColorSpace()
73 switch (yuvColorMatrix) { in GetYUVColorSpace()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp69 UINT32 yuvColorMatrix; in GetYUVColorSpace() local
70 HRESULT hr = aType->GetUINT32(MF_MT_YUV_MATRIX, &yuvColorMatrix); in GetYUVColorSpace()
73 switch (yuvColorMatrix) { in GetYUVColorSpace()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp69 UINT32 yuvColorMatrix; in GetYUVColorSpace() local
70 HRESULT hr = aType->GetUINT32(MF_MT_YUV_MATRIX, &yuvColorMatrix); in GetYUVColorSpace()
73 switch (yuvColorMatrix) { in GetYUVColorSpace()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp69 UINT32 yuvColorMatrix; in GetYUVColorSpace() local
70 HRESULT hr = aType->GetUINT32(MF_MT_YUV_MATRIX, &yuvColorMatrix); in GetYUVColorSpace()
73 switch (yuvColorMatrix) { in GetYUVColorSpace()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/d3d11/
H A DShaderDefinitionsD3D11.h29 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp839 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
840 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
869 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
870 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/d3d11/
H A DShaderDefinitionsD3D11.h30 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp1021 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1022 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
1053 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1054 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/d3d11/
H A DShaderDefinitionsD3D11.h30 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp1013 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1014 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
1045 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1046 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
/dports/www/firefox/firefox-99.0/gfx/layers/d3d11/
H A DShaderDefinitionsD3D11.h30 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp737 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawQuad()
738 sizeof(mPSConstants.yuvColorMatrix)); in DrawQuad()
769 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawQuad()
770 sizeof(mPSConstants.yuvColorMatrix)); in DrawQuad()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/d3d11/
H A DShaderDefinitionsD3D11.h30 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp1021 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1022 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
1053 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, in DrawGeometry()
1054 sizeof(mPSConstants.yuvColorMatrix)); in DrawGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/mlgpu/
H A DMLGDevice.cpp249 memcpy(&buffer.yuvColorMatrix, in GetBufferForColorSpace()
251 sizeof(buffer.yuvColorMatrix)); in GetBufferForColorSpace()
H A DShaderDefinitionsMLGPU.h84 float yuvColorMatrix[3][4]; member
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DMLGDevice.cpp250 memcpy(&buffer.yuvColorMatrix, in GetBufferForColorSpace()
252 sizeof(buffer.yuvColorMatrix)); in GetBufferForColorSpace()
H A DShaderDefinitionsMLGPU.h84 float yuvColorMatrix[3][4]; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d11/
H A DCompositorD3D11.h38 float yuvColorMatrix[3][4]; member
H A DCompositorD3D11.cpp895 memcpy(&mPSConstants.yuvColorMatrix, yuvToRgb, sizeof(mPSConstants.yuvColorMatrix)); in DrawQuad()