FFmpeg  4.0
Data Fields
NVDECContext Struct Reference

#include <libavcodec/nvdec.h>

Data Fields

CUVIDPICPARAMS pic_params
 
AVBufferPooldecoder_pool
 
AVBufferRefdecoder_ref
 
uint8_tbitstream
 
int bitstream_len
 
unsigned int bitstream_allocated
 
unsigned * slice_offsets
 
int nb_slices
 
unsigned int slice_offsets_allocated
 

Detailed Description

Definition at line 50 of file nvdec.h.

Field Documentation

◆ pic_params

CUVIDPICPARAMS NVDECContext::pic_params

◆ decoder_pool

AVBufferPool* NVDECContext::decoder_pool

Definition at line 53 of file nvdec.h.

Referenced by ff_nvdec_decode_init(), ff_nvdec_decode_uninit(), and ff_nvdec_start_frame().

◆ decoder_ref

AVBufferRef* NVDECContext::decoder_ref

◆ bitstream

uint8_t* NVDECContext::bitstream

◆ bitstream_len

int NVDECContext::bitstream_len

◆ bitstream_allocated

unsigned int NVDECContext::bitstream_allocated

◆ slice_offsets

unsigned* NVDECContext::slice_offsets

◆ nb_slices

int NVDECContext::nb_slices

◆ slice_offsets_allocated

unsigned int NVDECContext::slice_offsets_allocated

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