Audacity 3.2.0
Public Attributes | List of all members
AVHWFramesContext Struct Reference

#include <ffmpeg-4.2.4-single-header.h>

Collaboration diagram for AVHWFramesContext:
[legend]

Public Attributes

const AVClassav_class
 
AVHWFramesInternalinternal
 
AVBufferRefdevice_ref
 
AVHWDeviceContextdevice_ctx
 
void * hwctx
 
void(* free )(struct AVHWFramesContext *ctx)
 
void * user_opaque
 
AVBufferPoolpool
 
int initial_pool_size
 
enum AVPixelFormat format
 
enum AVPixelFormat sw_format
 
int width
 
int height
 

Detailed Description

Definition at line 1826 of file ffmpeg-4.2.4-single-header.h.

Member Data Documentation

◆ av_class

const AVClass * AVHWFramesContext::av_class

Definition at line 1828 of file ffmpeg-4.2.4-single-header.h.

◆ device_ctx

AVHWDeviceContext * AVHWFramesContext::device_ctx

Definition at line 1834 of file ffmpeg-4.2.4-single-header.h.

◆ device_ref

AVBufferRef * AVHWFramesContext::device_ref

Definition at line 1832 of file ffmpeg-4.2.4-single-header.h.

◆ format

enum AVPixelFormat AVHWFramesContext::format

Definition at line 1846 of file ffmpeg-4.2.4-single-header.h.

◆ free

void(* AVHWFramesContext::free)(struct AVHWFramesContext *ctx)

Definition at line 1838 of file ffmpeg-4.2.4-single-header.h.

◆ height

int AVHWFramesContext::height

Definition at line 1850 of file ffmpeg-4.2.4-single-header.h.

◆ hwctx

void * AVHWFramesContext::hwctx

Definition at line 1836 of file ffmpeg-4.2.4-single-header.h.

◆ initial_pool_size

int AVHWFramesContext::initial_pool_size

Definition at line 1844 of file ffmpeg-4.2.4-single-header.h.

◆ internal

AVHWFramesInternal * AVHWFramesContext::internal

Definition at line 1830 of file ffmpeg-4.2.4-single-header.h.

◆ pool

AVBufferPool * AVHWFramesContext::pool

Definition at line 1842 of file ffmpeg-4.2.4-single-header.h.

◆ sw_format

enum AVPixelFormat AVHWFramesContext::sw_format

Definition at line 1848 of file ffmpeg-4.2.4-single-header.h.

◆ user_opaque

void * AVHWFramesContext::user_opaque

Definition at line 1840 of file ffmpeg-4.2.4-single-header.h.

◆ width

int AVHWFramesContext::width

Definition at line 1850 of file ffmpeg-4.2.4-single-header.h.


The documentation for this struct was generated from the following files: