FFmpeg
Data Fields
RemapOpenCLContext Struct Reference

Data Fields

OpenCLFilterContext ocf
 
int nb_planes
 
int interp
 
uint8_t fill_rgba [4]
 
cl_float4 cl_fill_color
 
int initialised
 
cl_kernel kernel
 
cl_command_queue command_queue
 
FFFrameSync fs
 

Detailed Description

Definition at line 32 of file vf_remap_opencl.c.

Field Documentation

◆ ocf

OpenCLFilterContext RemapOpenCLContext::ocf

Definition at line 33 of file vf_remap_opencl.c.

◆ nb_planes

int RemapOpenCLContext::nb_planes

Definition at line 35 of file vf_remap_opencl.c.

◆ interp

int RemapOpenCLContext::interp

Definition at line 36 of file vf_remap_opencl.c.

◆ fill_rgba

uint8_t RemapOpenCLContext::fill_rgba[4]

Definition at line 37 of file vf_remap_opencl.c.

◆ cl_fill_color

cl_float4 RemapOpenCLContext::cl_fill_color

Definition at line 38 of file vf_remap_opencl.c.

◆ initialised

int RemapOpenCLContext::initialised

Definition at line 40 of file vf_remap_opencl.c.

◆ kernel

cl_kernel RemapOpenCLContext::kernel

Definition at line 41 of file vf_remap_opencl.c.

◆ command_queue

cl_command_queue RemapOpenCLContext::command_queue

Definition at line 42 of file vf_remap_opencl.c.

◆ fs

FFFrameSync RemapOpenCLContext::fs

Definition at line 44 of file vf_remap_opencl.c.


The documentation for this struct was generated from the following file: