FFmpeg
|
#include <hwcontext_internal.h>
Definition at line 29 of file hwcontext_internal.h.
enum AVHWDeviceType HWContextType::type |
Definition at line 30 of file hwcontext_internal.h.
const char* HWContextType::name |
Definition at line 31 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init().
enum AVPixelFormat* HWContextType::pix_fmts |
An array of pixel formats supported by the AVHWFramesContext instances Terminated by AV_PIX_FMT_NONE.
Definition at line 37 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init().
size_t HWContextType::device_hwctx_size |
size of the public hardware-specific context, i.e.
Definition at line 43 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_alloc().
size_t HWContextType::device_priv_size |
size of the private data, i.e.
Definition at line 48 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_alloc().
size_t HWContextType::device_hwconfig_size |
Size of the hardware-specific device configuration.
(Used to query hwframe constraints.)
Definition at line 54 of file hwcontext_internal.h.
size_t HWContextType::frames_hwctx_size |
size of the public frame pool hardware-specific context, i.e.
Definition at line 60 of file hwcontext_internal.h.
size_t HWContextType::frames_priv_size |
size of the private data, i.e.
Definition at line 65 of file hwcontext_internal.h.
int(* HWContextType::device_create)(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) |
Definition at line 67 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_create().
int(* HWContextType::device_init)(AVHWDeviceContext *ctx) |
Definition at line 70 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_init().
void(* HWContextType::device_uninit)(AVHWDeviceContext *ctx) |
Definition at line 71 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_init(), and hwdevice_ctx_free().
int(* HWContextType::frames_get_constraints)(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) |
Definition at line 73 of file hwcontext_internal.h.
int(* HWContextType::frames_init)(AVHWFramesContext *ctx) |
Definition at line 77 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init().
void(* HWContextType::frames_uninit)(AVHWFramesContext *ctx) |
Definition at line 78 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init(), and hwframe_ctx_free().
int(* HWContextType::frames_get_buffer)(AVHWFramesContext *ctx, AVFrame *frame) |
Definition at line 80 of file hwcontext_internal.h.
Referenced by av_hwframe_get_buffer().
int(* HWContextType::transfer_get_formats)(AVHWFramesContext *ctx, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) |
Definition at line 81 of file hwcontext_internal.h.
Referenced by av_hwframe_transfer_get_formats().
int(* HWContextType::transfer_data_to)(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src) |
Definition at line 84 of file hwcontext_internal.h.
Referenced by av_hwframe_transfer_data().
int(* HWContextType::transfer_data_from)(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src) |
Definition at line 86 of file hwcontext_internal.h.
Referenced by av_hwframe_transfer_data().