Home
last modified time | relevance | path

Searched refs:GetYUVPlanes (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_yuv.c91 static int GetYUVPlanes(int width, int height, Uint32 format, const void *yuv, int yuv_pitch, in GetYUVPlanes() function
405 …if (GetYUVPlanes(width, height, src_format, src, src_pitch, &y, &u, &v, &y_stride, &uv_stride) < 0… in SDL_ConvertPixels_YUV_to_RGB()
555 GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_ARGB8888_to_YUV()
797 …if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, (const Uint8 **)&y, (const Uint8 **)&u… in SDL_ConvertPixels_RGB_to_YUV()
1550 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1565 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1693 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()
1702 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_yuv.c94 static int GetYUVPlanes(int width, int height, Uint32 format, const void *yuv, int yuv_pitch, in GetYUVPlanes() function
408 …if (GetYUVPlanes(width, height, src_format, src, src_pitch, &y, &u, &v, &y_stride, &uv_stride) < 0… in SDL_ConvertPixels_YUV_to_RGB()
558 GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_ARGB8888_to_YUV()
800 …if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, (const Uint8 **)&y, (const Uint8 **)&u… in SDL_ConvertPixels_RGB_to_YUV()
1556 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1571 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1699 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()
1708 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_yuv.c94 static int GetYUVPlanes(int width, int height, Uint32 format, const void *yuv, int yuv_pitch, in GetYUVPlanes() function
408 …if (GetYUVPlanes(width, height, src_format, src, src_pitch, &y, &u, &v, &y_stride, &uv_stride) < 0… in SDL_ConvertPixels_YUV_to_RGB()
558 GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_ARGB8888_to_YUV()
800 …if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, (const Uint8 **)&y, (const Uint8 **)&u… in SDL_ConvertPixels_RGB_to_YUV()
1556 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1571 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Planar2x2_to_Packed4()
1699 if (GetYUVPlanes(width, height, src_format, src, src_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()
1708 if (GetYUVPlanes(width, height, dst_format, dst, dst_pitch, in SDL_ConvertPixels_Packed4_to_Planar2x2()