|
FFmpeg
|
Data Fields | |
| AVCUDAFramesContext | p |
| int | shift_width |
| int | shift_height |
| int | tex_alignment |
| int | cuarray_num_surfaces_used |
Definition at line 33 of file hwcontext_cuda.c.
| AVCUDAFramesContext CUDAFramesContext::p |
Definition at line 34 of file hwcontext_cuda.c.
Referenced by cuda_frames_init(), cuda_frames_uninit(), and cuda_pool_alloc().
| int CUDAFramesContext::shift_width |
Definition at line 36 of file hwcontext_cuda.c.
Referenced by cuda_frames_init().
| int CUDAFramesContext::shift_height |
Definition at line 36 of file hwcontext_cuda.c.
Referenced by cuda_frames_init(), and cuda_transfer_data().
| int CUDAFramesContext::tex_alignment |
Definition at line 37 of file hwcontext_cuda.c.
Referenced by cuda_frames_init(), and cuda_get_buffer().
| int CUDAFramesContext::cuarray_num_surfaces_used |
Definition at line 39 of file hwcontext_cuda.c.
Referenced by cuda_frames_uninit(), and cuda_pool_alloc().
1.8.17