Audacity 3.2.0
|
#include <ffmpeg-4.2.4-single-header.h>
Public Attributes | |
const AVClass * | av_class |
AVHWFramesInternal * | internal |
AVBufferRef * | device_ref |
AVHWDeviceContext * | device_ctx |
void * | hwctx |
void(* | free )(struct AVHWFramesContext *ctx) |
void * | user_opaque |
AVBufferPool * | pool |
int | initial_pool_size |
enum AVPixelFormat | format |
enum AVPixelFormat | sw_format |
int | width |
int | height |
Definition at line 1826 of file ffmpeg-4.2.4-single-header.h.
const AVClass * AVHWFramesContext::av_class |
Definition at line 1828 of file ffmpeg-4.2.4-single-header.h.
AVHWDeviceContext * AVHWFramesContext::device_ctx |
Definition at line 1834 of file ffmpeg-4.2.4-single-header.h.
AVBufferRef * AVHWFramesContext::device_ref |
Definition at line 1832 of file ffmpeg-4.2.4-single-header.h.
enum AVPixelFormat AVHWFramesContext::format |
Definition at line 1846 of file ffmpeg-4.2.4-single-header.h.
void(* AVHWFramesContext::free)(struct AVHWFramesContext *ctx) |
Definition at line 1838 of file ffmpeg-4.2.4-single-header.h.
int AVHWFramesContext::height |
Definition at line 1850 of file ffmpeg-4.2.4-single-header.h.
void * AVHWFramesContext::hwctx |
Definition at line 1836 of file ffmpeg-4.2.4-single-header.h.
int AVHWFramesContext::initial_pool_size |
Definition at line 1844 of file ffmpeg-4.2.4-single-header.h.
AVHWFramesInternal * AVHWFramesContext::internal |
Definition at line 1830 of file ffmpeg-4.2.4-single-header.h.
AVBufferPool * AVHWFramesContext::pool |
Definition at line 1842 of file ffmpeg-4.2.4-single-header.h.
enum AVPixelFormat AVHWFramesContext::sw_format |
Definition at line 1848 of file ffmpeg-4.2.4-single-header.h.
void * AVHWFramesContext::user_opaque |
Definition at line 1840 of file ffmpeg-4.2.4-single-header.h.
int AVHWFramesContext::width |
Definition at line 1850 of file ffmpeg-4.2.4-single-header.h.