FFmpeg
|
#include <inttypes.h>
#include <stdlib.h>
#include "libavutil/attributes.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[]) |
av_cold SwsFunc | ff_yuv2rgb_init_vis (SwsContext *c) |
#define YUV2RGB_INIT |
Definition at line 29 of file yuv2rgb_vis.c.
Referenced by vis_420P_ARGB32(), and vis_422P_ARGB32().
#define YUV2RGB_KERNEL |
Definition at line 42 of file yuv2rgb_vis.c.
Referenced by vis_420P_ARGB32(), and vis_422P_ARGB32().
|
static |
Definition at line 83 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_init_vis().
|
static |
Definition at line 136 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_init_vis().
av_cold SwsFunc ff_yuv2rgb_init_vis | ( | SwsContext * | c | ) |
Definition at line 188 of file yuv2rgb_vis.c.
Referenced by ff_yuv2rgb_get_func_ptr().