|
FFmpeg
|
#include "buffer.h"#include "common.h"#include "hwcontext.h"#include "hwcontext_internal.h"#include "hwcontext_cuda_internal.h"#include "cuda_check.h"#include "mem.h"#include "pixdesc.h"#include "pixfmt.h"#include "imgutils.h"Go to the source code of this file.
Data Structures | |
| struct | CUDAFramesContext |
| struct | CUDADeviceContext |
Macros | |
| #define | CHECK_CU(x) |
Variables | |
| const HWContextType | ff_hwcontext_type_cuda |
| #define CHECK_CU | ( | x | ) |
Definition at line 49 of file hwcontext_cuda.c.
Referenced by cuda_buffer_free(), cuda_context_init(), cuda_device_create(), cuda_device_derive(), cuda_device_uninit(), cuda_frames_init(), cuda_frames_uninit(), cuda_get_buffer(), cuda_pool_alloc(), and cuda_transfer_data().
|
static |
Definition at line 222 of file hwcontext_cuda.c.
Referenced by cuda_frames_get_constraints(), and cuda_frames_init().
|
static |
Definition at line 53 of file hwcontext_cuda.c.
|
static |
Definition at line 110 of file hwcontext_cuda.c.
Referenced by cuda_pool_alloc().
|
static |
Definition at line 132 of file hwcontext_cuda.c.
Referenced by cuda_frames_init().
|
static |
Definition at line 199 of file hwcontext_cuda.c.
Referenced by cuda_frames_init().
|
static |
Definition at line 269 of file hwcontext_cuda.c.
|
static |
Definition at line 398 of file hwcontext_cuda.c.
|
static |
Definition at line 498 of file hwcontext_cuda.c.
Referenced by cuda_transfer_data().
|
static |
Definition at line 505 of file hwcontext_cuda.c.
|
static |
Definition at line 523 of file hwcontext_cuda.c.
|
static |
Definition at line 657 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), cuda_device_derive(), and cuda_device_init().
|
static |
Definition at line 679 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 701 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 756 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 793 of file hwcontext_cuda.c.
|
static |
Definition at line 833 of file hwcontext_cuda.c.
| const HWContextType ff_hwcontext_type_cuda |
Definition at line 932 of file hwcontext_cuda.c.