FFmpeg
Data Fields
CUDATex Struct Reference

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
 

Detailed Description

Definition at line 106 of file vf_scale_cuda.c.

Field Documentation

◆ tex

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().

◆ data

CUdeviceptr CUDATex::data[4]

Definition at line 108 of file vf_scale_cuda.c.

Referenced by cuda_tex_map_frame(), and cuda_tex_uninit().

◆ linesize

int CUDATex::linesize[4]

Definition at line 109 of file vf_scale_cuda.c.

Referenced by cuda_tex_map_frame().

◆ width

int CUDATex::width

Definition at line 110 of file vf_scale_cuda.c.

Referenced by cuda_tex_map_frame().

◆ height

int CUDATex::height

Definition at line 110 of file vf_scale_cuda.c.

◆ log2_chroma_w

int CUDATex::log2_chroma_w

Definition at line 111 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ log2_chroma_h

int CUDATex::log2_chroma_h

Definition at line 111 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ crop_left

int CUDATex::crop_left

Definition at line 112 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ crop_top

int CUDATex::crop_top

Definition at line 112 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ crop_width

int CUDATex::crop_width

Definition at line 112 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ crop_height

int CUDATex::crop_height

Definition at line 112 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ color_range

int CUDATex::color_range

Definition at line 113 of file vf_scale_cuda.c.

Referenced by scalecuda_resize().

◆ external_data

int CUDATex::external_data

Definition at line 114 of file vf_scale_cuda.c.

Referenced by cuda_tex_uninit().


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