| 
    FFmpeg
    
   | 
 
#include "libavutil/common.h"#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/avstring.h"#include "avfilter.h"#include "internal.h"#include "opencl.h"#include "opencl_source.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | NeighborOpenCLContext | 
Macros | |
| #define | OFFSET(x) offsetof(NeighborOpenCLContext, x) | 
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) | 
Functions | |
| static int | neighbor_opencl_init (AVFilterContext *avctx) | 
| static int | neighbor_opencl_make_filter_params (AVFilterContext *avctx) | 
| static int | neighbor_opencl_filter_frame (AVFilterLink *inlink, AVFrame *input) | 
| static av_cold void | neighbor_opencl_uninit (AVFilterContext *avctx) | 
Variables | |
| static const AVFilterPad | neighbor_opencl_inputs [] | 
| static const AVFilterPad | neighbor_opencl_outputs [] | 
| #define OFFSET | ( | x | ) | offsetof(NeighborOpenCLContext, x) | 
Definition at line 261 of file vf_neighbor_opencl.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) | 
Definition at line 262 of file vf_neighbor_opencl.c.
      
  | 
  static | 
Definition at line 50 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame().
      
  | 
  static | 
Definition at line 87 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame().
      
  | 
  static | 
Definition at line 121 of file vf_neighbor_opencl.c.
      
  | 
  static | 
Definition at line 218 of file vf_neighbor_opencl.c.
      
  | 
  static | 
Definition at line 242 of file vf_neighbor_opencl.c.
      
  | 
  static | 
Definition at line 252 of file vf_neighbor_opencl.c.
 1.8.17