FFmpeg
Data Fields
AMFDecoderContext Struct Reference

AMF decoder context. More...

#include <amfdec.h>

Data Fields

AVClassavclass
 
AVBufferRefdevice_ctx_ref
 
AMFComponent * decoder
 AMF decoder object. More...
 
AMF_SURFACE_FORMAT format
 AMF surface format. More...
 
int decoder_mode
 
int timestamp_mode
 
int surface_pool_size
 
int dpb_size
 
int lowlatency
 
int smart_access_video
 
int skip_transfer_sav
 
int drain
 
int resolution_changed
 
int copy_output
 
AVPacketin_pkt
 
enum AMF_SURFACE_FORMAT output_format
 

Detailed Description

AMF decoder context.

Definition at line 39 of file amfdec.h.

Field Documentation

◆ avclass

AVClass* AMFDecoderContext::avclass

Definition at line 40 of file amfdec.h.

◆ device_ctx_ref

AVBufferRef* AMFDecoderContext::device_ctx_ref

Definition at line 41 of file amfdec.h.

◆ decoder

AMFComponent* AMFDecoderContext::decoder

AMF decoder object.

Definition at line 44 of file amfdec.h.

◆ format

AMF_SURFACE_FORMAT AMFDecoderContext::format

AMF surface format.

Definition at line 45 of file amfdec.h.

◆ decoder_mode

int AMFDecoderContext::decoder_mode

Definition at line 48 of file amfdec.h.

◆ timestamp_mode

int AMFDecoderContext::timestamp_mode

Definition at line 49 of file amfdec.h.

◆ surface_pool_size

int AMFDecoderContext::surface_pool_size

Definition at line 50 of file amfdec.h.

◆ dpb_size

int AMFDecoderContext::dpb_size

Definition at line 51 of file amfdec.h.

◆ lowlatency

int AMFDecoderContext::lowlatency

Definition at line 52 of file amfdec.h.

◆ smart_access_video

int AMFDecoderContext::smart_access_video

Definition at line 53 of file amfdec.h.

◆ skip_transfer_sav

int AMFDecoderContext::skip_transfer_sav

Definition at line 54 of file amfdec.h.

◆ drain

int AMFDecoderContext::drain

Definition at line 55 of file amfdec.h.

◆ resolution_changed

int AMFDecoderContext::resolution_changed

Definition at line 56 of file amfdec.h.

◆ copy_output

int AMFDecoderContext::copy_output

Definition at line 57 of file amfdec.h.

◆ in_pkt

AVPacket* AMFDecoderContext::in_pkt

Definition at line 58 of file amfdec.h.

◆ output_format

enum AMF_SURFACE_FORMAT AMFDecoderContext::output_format

Definition at line 59 of file amfdec.h.


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