|
FFmpeg
|
Data Fields | |
| CUtexObject | tex [4] |
| CUdeviceptr | data [4] |
| int | linesize [4] |
| int | width |
| int | height |
| int | log2_chroma_w |
| int | log2_chroma_h |
| int | crop_left |
| int | crop_top |
| int | crop_width |
| int | crop_height |
| int | color_range |
| int | external_data |
Definition at line 106 of file vf_scale_cuda.c.
| CUtexObject CUDATex::tex[4] |
Definition at line 107 of file vf_scale_cuda.c.
Referenced by cuda_tex_map_frame(), cuda_tex_uninit(), and scalecuda_resize().
| CUdeviceptr CUDATex::data[4] |
Definition at line 108 of file vf_scale_cuda.c.
Referenced by cuda_tex_map_frame(), and cuda_tex_uninit().
| int CUDATex::linesize[4] |
Definition at line 109 of file vf_scale_cuda.c.
Referenced by cuda_tex_map_frame().
| int CUDATex::width |
Definition at line 110 of file vf_scale_cuda.c.
Referenced by cuda_tex_map_frame().
| int CUDATex::height |
Definition at line 110 of file vf_scale_cuda.c.
| int CUDATex::log2_chroma_w |
Definition at line 111 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::log2_chroma_h |
Definition at line 111 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::crop_left |
Definition at line 112 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::crop_top |
Definition at line 112 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::crop_width |
Definition at line 112 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::crop_height |
Definition at line 112 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::color_range |
Definition at line 113 of file vf_scale_cuda.c.
Referenced by scalecuda_resize().
| int CUDATex::external_data |
Definition at line 114 of file vf_scale_cuda.c.
Referenced by cuda_tex_uninit().
1.8.17