FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CUVIDH264DPBENTRY Struct Reference

#include <cuviddec.h>

Data Fields

int PicIdx
 picture index of reference frame More...
 
int FrameIdx
 frame_num(short-term) or LongTermFrameIdx(long-term) More...
 
int is_long_term
 0=short term reference, 1=long term reference More...
 
int not_existing
 non-existing reference frame (corresponding PicIdx should be set to -1) More...
 
int used_for_reference
 0=unused, 1=top_field, 2=bottom_field, 3=both_fields More...
 
int FieldOrderCnt [2]
 field order count of top and bottom fields More...
 

Detailed Description

H.264 DPB Entry

Definition at line 172 of file cuviddec.h.

Field Documentation

int CUVIDH264DPBENTRY::PicIdx

picture index of reference frame

Definition at line 174 of file cuviddec.h.

int CUVIDH264DPBENTRY::FrameIdx

frame_num(short-term) or LongTermFrameIdx(long-term)

Definition at line 175 of file cuviddec.h.

int CUVIDH264DPBENTRY::is_long_term

0=short term reference, 1=long term reference

Definition at line 176 of file cuviddec.h.

int CUVIDH264DPBENTRY::not_existing

non-existing reference frame (corresponding PicIdx should be set to -1)

Definition at line 177 of file cuviddec.h.

int CUVIDH264DPBENTRY::used_for_reference

0=unused, 1=top_field, 2=bottom_field, 3=both_fields

Definition at line 178 of file cuviddec.h.

int CUVIDH264DPBENTRY::FieldOrderCnt[2]

field order count of top and bottom fields

Definition at line 179 of file cuviddec.h.


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