FFmpeg
|
Data Fields | |
OpenCLFilterContext | ocf |
int | initialised |
int | passthrough |
PassthroughType, landscape passthrough mode enabled. More... | |
int | dir |
TransposeDir. More... | |
cl_kernel | kernel |
cl_command_queue | command_queue |
Definition at line 34 of file vf_transpose_opencl.c.
OpenCLFilterContext TransposeOpenCLContext::ocf |
Definition at line 35 of file vf_transpose_opencl.c.
Referenced by transpose_opencl_config_output(), and transpose_opencl_init().
int TransposeOpenCLContext::initialised |
Definition at line 36 of file vf_transpose_opencl.c.
Referenced by transpose_opencl_filter_frame(), and transpose_opencl_init().
int TransposeOpenCLContext::passthrough |
PassthroughType, landscape passthrough mode enabled.
Definition at line 37 of file vf_transpose_opencl.c.
Referenced by get_video_buffer(), transpose_opencl_config_output(), and transpose_opencl_filter_frame().
int TransposeOpenCLContext::dir |
TransposeDir.
Definition at line 38 of file vf_transpose_opencl.c.
Referenced by transpose_opencl_config_output(), and transpose_opencl_filter_frame().
cl_kernel TransposeOpenCLContext::kernel |
Definition at line 39 of file vf_transpose_opencl.c.
Referenced by transpose_opencl_filter_frame(), transpose_opencl_init(), and transpose_opencl_uninit().
cl_command_queue TransposeOpenCLContext::command_queue |
Definition at line 40 of file vf_transpose_opencl.c.
Referenced by transpose_opencl_filter_frame(), transpose_opencl_init(), and transpose_opencl_uninit().