Home
last modified time | relevance | path

Searched refs:SDL_YUV_CONVERSION_BT709 (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestyuv.c275 SDL_SetYUVConversionMode(SDL_YUV_CONVERSION_BT709); in main()
396 case SDL_YUV_CONVERSION_BT709: in main()
A Dtestyuv_cvt.c39 if (mode == SDL_YUV_CONVERSION_BT709) { in RGBtoYUV()
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h108 SDL_YUV_CONVERSION_BT709, /**< BT.709 */ enumerator
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_yuv.c53 mode = SDL_YUV_CONVERSION_BT709; in SDL_GetYUVConversionModeForResolution()
70 case SDL_YUV_CONVERSION_BT709: in GetYUVConversionType()
469 static struct RGB2YUVFactors RGB2YUVFactorTables[SDL_YUV_CONVERSION_BT709 + 1] = in SDL_ConvertPixels_ARGB8888_to_YUV()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c672 case SDL_YUV_CONVERSION_BT709: in GLES2_SelectProgram()
688 case SDL_YUV_CONVERSION_BT709: in GLES2_SelectProgram()
704 case SDL_YUV_CONVERSION_BT709: in GLES2_SelectProgram()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c2154 case SDL_YUV_CONVERSION_BT709: in D3D11_SetCopyState()
2178 case SDL_YUV_CONVERSION_BT709: in D3D11_SetCopyState()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c1098 case SDL_YUV_CONVERSION_BT709: in SetupTextureState()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c1079 case SDL_YUV_CONVERSION_BT709: in SetCopyState()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m644 case SDL_YUV_CONVERSION_BT709: offset = CONSTANTS_OFFSET_DECODE_BT709; break;

Completed in 28 milliseconds