FFmpeg
|
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 |
Definition at line 56 of file vf_pad_opencl.c.
OpenCLFilterContext PadOpenCLContext::ocf |
Definition at line 57 of file vf_pad_opencl.c.
int PadOpenCLContext::initialized |
Definition at line 58 of file vf_pad_opencl.c.
Referenced by filter_frame().
int PadOpenCLContext::is_rgb |
Definition at line 59 of file vf_pad_opencl.c.
int PadOpenCLContext::is_packed |
Definition at line 60 of file vf_pad_opencl.c.
Referenced by filter_frame().
int PadOpenCLContext::hsub |
Definition at line 61 of file vf_pad_opencl.c.
Referenced by filter_frame().
int PadOpenCLContext::vsub |
Definition at line 61 of file vf_pad_opencl.c.
Referenced by filter_frame().
char* PadOpenCLContext::w_expr |
Definition at line 63 of file vf_pad_opencl.c.
char* PadOpenCLContext::h_expr |
Definition at line 64 of file vf_pad_opencl.c.
char* PadOpenCLContext::x_expr |
Definition at line 65 of file vf_pad_opencl.c.
char* PadOpenCLContext::y_expr |
Definition at line 66 of file vf_pad_opencl.c.
AVRational PadOpenCLContext::aspect |
Definition at line 67 of file vf_pad_opencl.c.
cl_command_queue PadOpenCLContext::command_queue |
Definition at line 69 of file vf_pad_opencl.c.
Referenced by filter_frame().
cl_kernel PadOpenCLContext::kernel_pad |
Definition at line 70 of file vf_pad_opencl.c.
Referenced by filter_frame().
int PadOpenCLContext::w |
Definition at line 72 of file vf_pad_opencl.c.
int PadOpenCLContext::h |
Definition at line 72 of file vf_pad_opencl.c.
int PadOpenCLContext::x |
Definition at line 73 of file vf_pad_opencl.c.
int PadOpenCLContext::y |
Definition at line 73 of file vf_pad_opencl.c.
uint8_t PadOpenCLContext::pad_rgba[4] |
Definition at line 74 of file vf_pad_opencl.c.
uint8_t PadOpenCLContext::pad_color[4] |
Definition at line 75 of file vf_pad_opencl.c.
cl_float4 PadOpenCLContext::pad_color_float |
Definition at line 76 of file vf_pad_opencl.c.
Referenced by filter_frame().
cl_int2 PadOpenCLContext::pad_pos |
Definition at line 77 of file vf_pad_opencl.c.
Referenced by filter_frame().