FFmpeg
4.4.4
|
#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 | CHECK_CU(x) FF_CUDA_CHECK_DL(device_ctx, cu, x) |
Variables | |
static enum AVPixelFormat | supported_formats [] |
const HWContextType | ff_hwcontext_type_cuda |
#define CHECK_CU | ( | x | ) | FF_CUDA_CHECK_DL(device_ctx, cu, x) |
Definition at line 53 of file hwcontext_cuda.c.
|
static |
Definition at line 55 of file hwcontext_cuda.c.
Definition at line 80 of file hwcontext_cuda.c.
Referenced by cuda_pool_alloc().
|
static |
Definition at line 96 of file hwcontext_cuda.c.
Referenced by cuda_frames_init().
|
static |
Definition at line 127 of file hwcontext_cuda.c.
|
static |
Definition at line 174 of file hwcontext_cuda.c.
|
static |
Definition at line 203 of file hwcontext_cuda.c.
|
static |
Definition at line 221 of file hwcontext_cuda.c.
|
static |
Definition at line 281 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), cuda_device_derive(), and cuda_device_init().
|
static |
Definition at line 303 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 329 of file hwcontext_cuda.c.
Referenced by cuda_device_create(), and cuda_device_derive().
|
static |
Definition at line 379 of file hwcontext_cuda.c.
|
static |
Definition at line 414 of file hwcontext_cuda.c.
|
static |
Definition at line 1 of file hwcontext_cuda.c.
Referenced by cuda_frames_get_constraints(), and cuda_frames_init().
const HWContextType ff_hwcontext_type_cuda |
Definition at line 499 of file hwcontext_cuda.c.