FFmpeg
Data Fields
NvencContext Struct Reference

#include <nvenc.h>

Data Fields

AVClassavclass
 
NvencDynLoadFunctions nvenc_dload_funcs
 
NV_ENC_INITIALIZE_PARAMS init_encode_params
 
NV_ENC_CONFIG encode_config
 
CUcontext cu_context
 
CUcontext cu_context_internal
 
CUstream cu_stream
 
ID3D11Deviced3d11_device
 
AVFrameframe
 
int nb_surfaces
 
NvencSurfacesurfaces
 
AVFifoBufferunused_surface_queue
 
AVFifoBufferoutput_surface_queue
 
AVFifoBufferoutput_surface_ready_queue
 
AVFifoBuffertimestamp_list
 
NV_ENC_SEI_PAYLOAD * sei_data
 
int sei_data_size
 
struct {
   void *   ptr
 
   int   ptr_index
 
   NV_ENC_REGISTERED_PTR   regptr
 
   int   mapped
 
   NV_ENC_MAP_INPUT_RESOURCE   in_map
 
registered_frames [MAX_REGISTERED_FRAMES]
 
int nb_registered_frames
 
enum AVPixelFormat data_pix_fmt
 
int support_dyn_bitrate
 
void * nvencoder
 
int preset
 
int profile
 
int level
 
int tier
 
int rc
 
int cbr
 
int twopass
 
int device
 
int flags
 
int async_depth
 
int rc_lookahead
 
int aq
 
int no_scenecut
 
int forced_idr
 
int b_adapt
 
int temporal_aq
 
int zerolatency
 
int nonref_p
 
int strict_gop
 
int aq_strength
 
float quality
 
int aud
 
int bluray_compat
 
int init_qp_p
 
int init_qp_b
 
int init_qp_i
 
int cqp
 
int qp_cb_offset
 
int qp_cr_offset
 
int weighted_pred
 
int coder
 
int b_ref_mode
 
int a53_cc
 
int s12m_tc
 
int dpb_size
 
int tuning_info
 
int multipass
 
int ldkfs
 
int extra_sei
 
int intra_refresh
 
int single_slice_intra_refresh
 
int constrained_encoding
 
int udu_sei
 

Detailed Description

Definition at line 153 of file nvenc.h.

Field Documentation

◆ avclass

AVClass* NvencContext::avclass

Definition at line 155 of file nvenc.h.

◆ nvenc_dload_funcs

NvencDynLoadFunctions NvencContext::nvenc_dload_funcs

Definition at line 157 of file nvenc.h.

◆ init_encode_params

NV_ENC_INITIALIZE_PARAMS NvencContext::init_encode_params

Definition at line 159 of file nvenc.h.

◆ encode_config

NV_ENC_CONFIG NvencContext::encode_config

Definition at line 160 of file nvenc.h.

◆ cu_context

CUcontext NvencContext::cu_context

Definition at line 161 of file nvenc.h.

◆ cu_context_internal

CUcontext NvencContext::cu_context_internal

Definition at line 162 of file nvenc.h.

◆ cu_stream

CUstream NvencContext::cu_stream

Definition at line 163 of file nvenc.h.

◆ d3d11_device

ID3D11Device* NvencContext::d3d11_device

Definition at line 164 of file nvenc.h.

◆ frame

AVFrame* NvencContext::frame

Definition at line 166 of file nvenc.h.

◆ nb_surfaces

int NvencContext::nb_surfaces

Definition at line 168 of file nvenc.h.

◆ surfaces

NvencSurface* NvencContext::surfaces

Definition at line 169 of file nvenc.h.

◆ unused_surface_queue

AVFifoBuffer* NvencContext::unused_surface_queue

Definition at line 171 of file nvenc.h.

◆ output_surface_queue

AVFifoBuffer* NvencContext::output_surface_queue

Definition at line 172 of file nvenc.h.

◆ output_surface_ready_queue

AVFifoBuffer* NvencContext::output_surface_ready_queue

Definition at line 173 of file nvenc.h.

◆ timestamp_list

AVFifoBuffer* NvencContext::timestamp_list

Definition at line 174 of file nvenc.h.

◆ sei_data

NV_ENC_SEI_PAYLOAD* NvencContext::sei_data

Definition at line 176 of file nvenc.h.

◆ sei_data_size

int NvencContext::sei_data_size

Definition at line 177 of file nvenc.h.

◆ ptr

void* NvencContext::ptr

Definition at line 180 of file nvenc.h.

◆ ptr_index

int NvencContext::ptr_index

Definition at line 181 of file nvenc.h.

◆ regptr

NV_ENC_REGISTERED_PTR NvencContext::regptr

Definition at line 182 of file nvenc.h.

◆ mapped

int NvencContext::mapped

Definition at line 183 of file nvenc.h.

◆ in_map

NV_ENC_MAP_INPUT_RESOURCE NvencContext::in_map

Definition at line 184 of file nvenc.h.

◆ registered_frames

struct { ... } NvencContext::registered_frames[MAX_REGISTERED_FRAMES]

◆ nb_registered_frames

int NvencContext::nb_registered_frames

Definition at line 186 of file nvenc.h.

◆ data_pix_fmt

enum AVPixelFormat NvencContext::data_pix_fmt

Definition at line 190 of file nvenc.h.

◆ support_dyn_bitrate

int NvencContext::support_dyn_bitrate

Definition at line 192 of file nvenc.h.

◆ nvencoder

void* NvencContext::nvencoder

Definition at line 194 of file nvenc.h.

◆ preset

int NvencContext::preset

Definition at line 196 of file nvenc.h.

◆ profile

int NvencContext::profile

Definition at line 197 of file nvenc.h.

◆ level

int NvencContext::level

Definition at line 198 of file nvenc.h.

◆ tier

int NvencContext::tier

Definition at line 199 of file nvenc.h.

◆ rc

int NvencContext::rc

Definition at line 200 of file nvenc.h.

◆ cbr

int NvencContext::cbr

Definition at line 201 of file nvenc.h.

◆ twopass

int NvencContext::twopass

Definition at line 202 of file nvenc.h.

◆ device

int NvencContext::device

Definition at line 203 of file nvenc.h.

◆ flags

int NvencContext::flags

Definition at line 204 of file nvenc.h.

◆ async_depth

int NvencContext::async_depth

Definition at line 205 of file nvenc.h.

◆ rc_lookahead

int NvencContext::rc_lookahead

Definition at line 206 of file nvenc.h.

◆ aq

int NvencContext::aq

Definition at line 207 of file nvenc.h.

◆ no_scenecut

int NvencContext::no_scenecut

Definition at line 208 of file nvenc.h.

◆ forced_idr

int NvencContext::forced_idr

Definition at line 209 of file nvenc.h.

◆ b_adapt

int NvencContext::b_adapt

Definition at line 210 of file nvenc.h.

◆ temporal_aq

int NvencContext::temporal_aq

Definition at line 211 of file nvenc.h.

◆ zerolatency

int NvencContext::zerolatency

Definition at line 212 of file nvenc.h.

◆ nonref_p

int NvencContext::nonref_p

Definition at line 213 of file nvenc.h.

◆ strict_gop

int NvencContext::strict_gop

Definition at line 214 of file nvenc.h.

◆ aq_strength

int NvencContext::aq_strength

Definition at line 215 of file nvenc.h.

◆ quality

float NvencContext::quality

Definition at line 216 of file nvenc.h.

◆ aud

int NvencContext::aud

Definition at line 217 of file nvenc.h.

◆ bluray_compat

int NvencContext::bluray_compat

Definition at line 218 of file nvenc.h.

◆ init_qp_p

int NvencContext::init_qp_p

Definition at line 219 of file nvenc.h.

◆ init_qp_b

int NvencContext::init_qp_b

Definition at line 220 of file nvenc.h.

◆ init_qp_i

int NvencContext::init_qp_i

Definition at line 221 of file nvenc.h.

◆ cqp

int NvencContext::cqp

Definition at line 222 of file nvenc.h.

◆ qp_cb_offset

int NvencContext::qp_cb_offset

Definition at line 223 of file nvenc.h.

◆ qp_cr_offset

int NvencContext::qp_cr_offset

Definition at line 224 of file nvenc.h.

◆ weighted_pred

int NvencContext::weighted_pred

Definition at line 225 of file nvenc.h.

◆ coder

int NvencContext::coder

Definition at line 226 of file nvenc.h.

◆ b_ref_mode

int NvencContext::b_ref_mode

Definition at line 227 of file nvenc.h.

◆ a53_cc

int NvencContext::a53_cc

Definition at line 228 of file nvenc.h.

◆ s12m_tc

int NvencContext::s12m_tc

Definition at line 229 of file nvenc.h.

◆ dpb_size

int NvencContext::dpb_size

Definition at line 230 of file nvenc.h.

◆ tuning_info

int NvencContext::tuning_info

Definition at line 231 of file nvenc.h.

◆ multipass

int NvencContext::multipass

Definition at line 232 of file nvenc.h.

◆ ldkfs

int NvencContext::ldkfs

Definition at line 233 of file nvenc.h.

◆ extra_sei

int NvencContext::extra_sei

Definition at line 234 of file nvenc.h.

◆ intra_refresh

int NvencContext::intra_refresh

Definition at line 235 of file nvenc.h.

◆ single_slice_intra_refresh

int NvencContext::single_slice_intra_refresh

Definition at line 236 of file nvenc.h.

◆ constrained_encoding

int NvencContext::constrained_encoding

Definition at line 237 of file nvenc.h.

◆ udu_sei

int NvencContext::udu_sei

Definition at line 238 of file nvenc.h.


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