|
SDL
2.0
|
#include "../SDL_internal.h"
Include dependency graph for SDL_yuv_c.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | SDL_ConvertPixels_YUV_to_RGB (int width, int height, Uint32 src_format, const void *src, int src_pitch, Uint32 dst_format, void *dst, int dst_pitch) |
| int | SDL_ConvertPixels_RGB_to_YUV (int width, int height, Uint32 src_format, const void *src, int src_pitch, Uint32 dst_format, void *dst, int dst_pitch) |
| int | SDL_ConvertPixels_YUV_to_YUV (int width, int height, Uint32 src_format, const void *src, int src_pitch, Uint32 dst_format, void *dst, int dst_pitch) |
| int SDL_ConvertPixels_RGB_to_YUV | ( | int | width, |
| int | height, | ||
| Uint32 | src_format, | ||
| const void * | src, | ||
| int | src_pitch, | ||
| Uint32 | dst_format, | ||
| void * | dst, | ||
| int | dst_pitch | ||
| ) |
Definition at line 784 of file SDL_yuv.c.
References GetYUVConversionType(), GetYUVPlanes(), NULL, rgb24_yuv420_std(), SDL_ConvertPixels, SDL_ConvertPixels_ARGB8888_to_YUV(), SDL_free, SDL_malloc, SDL_OutOfMemory, SDL_PIXELFORMAT_ARGB8888, SDL_PIXELFORMAT_RGB24, and RGB2YUVFactors::u.
Referenced by SDL_ConvertPixels().
| int SDL_ConvertPixels_YUV_to_RGB | ( | int | width, |
| int | height, | ||
| Uint32 | src_format, | ||
| const void * | src, | ||
| int | src_pitch, | ||
| Uint32 | dst_format, | ||
| void * | dst, | ||
| int | dst_pitch | ||
| ) |
Definition at line 395 of file SDL_yuv.c.
References GetYUVConversionType(), GetYUVPlanes(), NULL, SDL_ConvertPixels, SDL_ConvertPixels_YUV_to_RGB(), SDL_free, SDL_malloc, SDL_OutOfMemory, SDL_PIXELFORMAT_ARGB8888, SDL_SetError, YCBCR_601, yuv_rgb_sse(), and yuv_rgb_std().
Referenced by SDL_ConvertPixels(), and SDL_ConvertPixels_YUV_to_RGB().
| int SDL_ConvertPixels_YUV_to_YUV | ( | int | width, |
| int | height, | ||
| Uint32 | src_format, | ||
| const void * | src, | ||
| int | src_pitch, | ||
| Uint32 | dst_format, | ||
| void * | dst, | ||
| int | dst_pitch | ||
| ) |
Definition at line 1810 of file SDL_yuv.c.
References IsPacked4Format(), IsPlanar2x2Format(), SDL_ConvertPixels_Packed4_to_Packed4(), SDL_ConvertPixels_Packed4_to_Planar2x2(), SDL_ConvertPixels_Planar2x2_to_Packed4(), SDL_ConvertPixels_Planar2x2_to_Planar2x2(), SDL_ConvertPixels_YUV_to_YUV_Copy(), SDL_GetPixelFormatName, and SDL_SetError.
Referenced by SDL_ConvertPixels().