#include <mlib_types.h>#include <mlib_status.h>#include <mlib_sys.h>#include <mlib_video.h>#include <inttypes.h>#include <stdlib.h>#include <assert.h>#include "libswscale/swscale.h"#include "libswscale/swscale_internal.h"Go to the source code of this file.
Functions | |
| static int | mlib_YUV2ARGB420_32 (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
| static int | mlib_YUV2ABGR420_32 (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
| static int | mlib_YUV2RGB420_24 (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
| SwsFunc | ff_yuv2rgb_init_mlib (SwsContext *c) |
Definition at line 80 of file yuv2rgb_mlib.c.
Referenced by ff_yuv2rgb_get_func_ptr().
| static int mlib_YUV2ABGR420_32 | ( | SwsContext * | c, |
| uint8_t * | src[], | ||
| int | srcStride[], | ||
| int | srcSliceY, | ||
| int | srcSliceH, | ||
| uint8_t * | dst[], | ||
| int | dstStride[] | ||
| ) | [static] |
Definition at line 49 of file yuv2rgb_mlib.c.
Referenced by ff_yuv2rgb_init_mlib().
| static int mlib_YUV2ARGB420_32 | ( | SwsContext * | c, |
| uint8_t * | src[], | ||
| int | srcStride[], | ||
| int | srcSliceY, | ||
| int | srcSliceH, | ||
| uint8_t * | dst[], | ||
| int | dstStride[] | ||
| ) | [static] |
Definition at line 34 of file yuv2rgb_mlib.c.
Referenced by ff_yuv2rgb_init_mlib().
| static int mlib_YUV2RGB420_24 | ( | SwsContext * | c, |
| uint8_t * | src[], | ||
| int | srcStride[], | ||
| int | srcSliceY, | ||
| int | srcSliceH, | ||
| uint8_t * | dst[], | ||
| int | dstStride[] | ||
| ) | [static] |
Definition at line 64 of file yuv2rgb_mlib.c.
Referenced by ff_yuv2rgb_init_mlib().