| FFmpeg
    | 
#include <string.h>#include "checkasm.h"#include "libavfilter/blend.h"#include "libavutil/common.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"Go to the source code of this file.
| Macros | |
| #define | WIDTH 256 | 
| #define | HEIGHT 256 | 
| #define | BUF_UNITS 3 | 
| #define | SIZE_PER_UNIT (WIDTH * HEIGHT) | 
| #define | BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) | 
| #define | randomize_buffers() | 
| #define | check_blend_func() | 
| #define | check_and_report(name, val) | 
| Functions | |
| void | checkasm_check_blend (void) | 
| #define WIDTH 256 | 
Definition at line 28 of file vf_blend.c.
| #define HEIGHT 256 | 
Definition at line 29 of file vf_blend.c.
| #define BUF_UNITS 3 | 
Definition at line 30 of file vf_blend.c.
Definition at line 31 of file vf_blend.c.
| #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) | 
Definition at line 32 of file vf_blend.c.
Referenced by checkasm_check_blend().
| #define randomize_buffers | ( | ) | 
Definition at line 34 of file vf_blend.c.
| #define check_blend_func | ( | ) | 
Definition at line 63 of file vf_blend.c.
Referenced by checkasm_check_blend().
Definition at line 87 of file vf_blend.c.
 1.8.6
 1.8.6