FFmpeg
|
#include <stddef.h>
#include "buffer.h"
#include "hwcontext.h"
#include "frame.h"
#include "pixfmt.h"
Go to the source code of this file.
Data Structures | |
struct | HWContextType |
struct | AVHWDeviceInternal |
struct | AVHWFramesInternal |
struct | HWMapDescriptor |
Functions | |
int | ff_hwframe_map_create (AVBufferRef *hwframe_ref, AVFrame *dst, const AVFrame *src, void(*unmap)(AVHWFramesContext *ctx, HWMapDescriptor *hwmap), void *priv) |
int ff_hwframe_map_create | ( | AVBufferRef * | hwframe_ref, |
AVFrame * | dst, | ||
const AVFrame * | src, | ||
void(*)(AVHWFramesContext *ctx, HWMapDescriptor *hwmap) | unmap, | ||
void * | priv | ||
) |
Definition at line 689 of file hwcontext.c.
Referenced by drm_map_frame(), dxva2_map_frame(), opencl_map_frame(), qsv_map_from(), qsv_map_to(), vaapi_map_frame(), and vt_map_frame().
const HWContextType ff_hwcontext_type_cuda |
Definition at line 400 of file hwcontext_cuda.c.
const HWContextType ff_hwcontext_type_d3d11va |
Definition at line 595 of file hwcontext_d3d11va.c.
const HWContextType ff_hwcontext_type_drm |
Definition at line 270 of file hwcontext_drm.c.
const HWContextType ff_hwcontext_type_dxva2 |
Definition at line 576 of file hwcontext_dxva2.c.
const HWContextType ff_hwcontext_type_opencl |
Definition at line 2910 of file hwcontext_opencl.c.
const HWContextType ff_hwcontext_type_qsv |
Definition at line 1122 of file hwcontext_qsv.c.
const HWContextType ff_hwcontext_type_vaapi |
Definition at line 1540 of file hwcontext_vaapi.c.
const HWContextType ff_hwcontext_type_vdpau |
Definition at line 480 of file hwcontext_vdpau.c.
const HWContextType ff_hwcontext_type_videotoolbox |
Definition at line 232 of file hwcontext_videotoolbox.c.
const HWContextType ff_hwcontext_type_mediacodec |
Definition at line 38 of file hwcontext_mediacodec.c.