FFmpeg
4.3.8
|
#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 |
Macros | |
#define | CUDA_FRAME_ALIGNMENT 256 |
#define | CHECK_CU(x) FF_CUDA_CHECK_DL(device_ctx, cu, x) |
Variables | |
static enum AVPixelFormat | supported_formats [] |
const HWContextType | ff_hwcontext_type_cuda |
#define CUDA_FRAME_ALIGNMENT 256 |
Definition at line 33 of file hwcontext_cuda.c.
Referenced by cuda_frames_init(), and cuda_get_buffer().
#define CHECK_CU | ( | x | ) | FF_CUDA_CHECK_DL(device_ctx, cu, x) |
Definition at line 54 of file hwcontext_cuda.c.
Referenced by cuda_buffer_free(), cuda_context_init(), cuda_device_create(), cuda_device_derive(), cuda_device_uninit(), cuda_pool_alloc(), and cuda_transfer_data().
|
static |
Definition at line 56 of file hwcontext_cuda.c.
Definition at line 81 of file hwcontext_cuda.c.
Referenced by cuda_pool_alloc().
|
static |
Definition at line 97 of file hwcontext_cuda.c.
Referenced by cuda_frames_init().
|
static |
Definition at line 128 of file hwcontext_cuda.c.
|
static |
Definition at line 158 of file hwcontext_cuda.c.
|
static |
Definition at line 186 of file hwcontext_cuda.c.
|
static |
Definition at line 204 of file hwcontext_cuda.c.
|
static |
Definition at line 264 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), cuda_device_derive(), and cuda_device_init().
|
static |
Definition at line 286 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 312 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 362 of file hwcontext_cuda.c.
|
static |
Definition at line 397 of file hwcontext_cuda.c.
|
static |
Definition at line 39 of file hwcontext_cuda.c.
Referenced by cuda_frames_get_constraints(), and cuda_frames_init().
const HWContextType ff_hwcontext_type_cuda |
Definition at line 482 of file hwcontext_cuda.c.