#include <inttypes.h>
#include <stdlib.h>
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
Go to the source code of this file.
Macros | |
#define | YUV2RGB_INIT |
#define | YUV2RGB_KERNEL |
Functions | |
static int | vis_420P_ARGB32 (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
static int | vis_422P_ARGB32 (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
SwsFunc | ff_yuv2rgb_init_vis (SwsContext *c) |
#define YUV2RGB_INIT |
Definition at line 28 of file yuv2rgb_vis.c.
Referenced by vis_420P_ARGB32(), and vis_422P_ARGB32().
#define YUV2RGB_KERNEL |
Definition at line 41 of file yuv2rgb_vis.c.
Referenced by vis_420P_ARGB32(), and vis_422P_ARGB32().
SwsFunc ff_yuv2rgb_init_vis | ( | SwsContext * | c | ) |
Definition at line 189 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_get_func_ptr().
|
static |
Definition at line 84 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_init_vis().
|
static |
Definition at line 137 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_init_vis().