FFmpeg
Data Fields
PadOpenCLContext Struct Reference

Data Fields

OpenCLFilterContext ocf
 
int initialized
 
int is_rgb
 
int is_packed
 
int hsub
 
int vsub
 
char * w_expr
 
char * h_expr
 
char * x_expr
 
char * y_expr
 
AVRational aspect
 
cl_command_queue command_queue
 
cl_kernel kernel_pad
 
int w
 
int h
 
int x
 
int y
 
uint8_t pad_rgba [4]
 
uint8_t pad_color [4]
 
cl_float4 pad_color_float
 
cl_int2 pad_pos
 

Detailed Description

Definition at line 56 of file vf_pad_opencl.c.

Field Documentation

◆ ocf

OpenCLFilterContext PadOpenCLContext::ocf

Definition at line 57 of file vf_pad_opencl.c.

◆ initialized

int PadOpenCLContext::initialized

Definition at line 58 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ is_rgb

int PadOpenCLContext::is_rgb

Definition at line 59 of file vf_pad_opencl.c.

◆ is_packed

int PadOpenCLContext::is_packed

Definition at line 60 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ hsub

int PadOpenCLContext::hsub

Definition at line 61 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ vsub

int PadOpenCLContext::vsub

Definition at line 61 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ w_expr

char* PadOpenCLContext::w_expr

Definition at line 63 of file vf_pad_opencl.c.

◆ h_expr

char* PadOpenCLContext::h_expr

Definition at line 64 of file vf_pad_opencl.c.

◆ x_expr

char* PadOpenCLContext::x_expr

Definition at line 65 of file vf_pad_opencl.c.

◆ y_expr

char* PadOpenCLContext::y_expr

Definition at line 66 of file vf_pad_opencl.c.

◆ aspect

AVRational PadOpenCLContext::aspect

Definition at line 67 of file vf_pad_opencl.c.

◆ command_queue

cl_command_queue PadOpenCLContext::command_queue

Definition at line 69 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ kernel_pad

cl_kernel PadOpenCLContext::kernel_pad

Definition at line 70 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ w

int PadOpenCLContext::w

Definition at line 72 of file vf_pad_opencl.c.

◆ h

int PadOpenCLContext::h

Definition at line 72 of file vf_pad_opencl.c.

◆ x

int PadOpenCLContext::x

Definition at line 73 of file vf_pad_opencl.c.

◆ y

int PadOpenCLContext::y

Definition at line 73 of file vf_pad_opencl.c.

◆ pad_rgba

uint8_t PadOpenCLContext::pad_rgba[4]

Definition at line 74 of file vf_pad_opencl.c.

◆ pad_color

uint8_t PadOpenCLContext::pad_color[4]

Definition at line 75 of file vf_pad_opencl.c.

◆ pad_color_float

cl_float4 PadOpenCLContext::pad_color_float

Definition at line 76 of file vf_pad_opencl.c.

Referenced by filter_frame().

◆ pad_pos

cl_int2 PadOpenCLContext::pad_pos

Definition at line 77 of file vf_pad_opencl.c.

Referenced by filter_frame().


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