FFmpeg  3.4.9
Data Fields
CUVIDPARSERDISPINFO Struct Reference

Used in cuvidParseVideoData API with PFNVIDDISPLAYCALLBACK pfnDisplayPicture. More...

#include <compat/cuda/dynlink_nvcuvid.h>

Data Fields

int picture_index
 OUT: Index of the current picture. More...
 
int progressive_frame
 OUT: 1 if progressive frame; 0 otherwise. More...
 
int top_field_first
 OUT: 1 if top field is displayed first; 0 otherwise. More...
 
int repeat_first_field
 OUT: Number of additional fields (1=ivtc, 2=frame doubling, 4=frame tripling, -1=unpaired field) More...
 
CUvideotimestamp timestamp
 OUT: Presentation time stamp. More...
 

Detailed Description

Used in cuvidParseVideoData API with PFNVIDDISPLAYCALLBACK pfnDisplayPicture.

Definition at line 287 of file dynlink_nvcuvid.h.

Field Documentation

◆ picture_index

int CUVIDPARSERDISPINFO::picture_index

OUT: Index of the current picture.

Definition at line 289 of file dynlink_nvcuvid.h.

Referenced by cuvid_output_frame().

◆ progressive_frame

int CUVIDPARSERDISPINFO::progressive_frame

OUT: 1 if progressive frame; 0 otherwise.

Definition at line 290 of file dynlink_nvcuvid.h.

Referenced by cuvid_output_frame().

◆ top_field_first

int CUVIDPARSERDISPINFO::top_field_first

OUT: 1 if top field is displayed first; 0 otherwise.

Definition at line 291 of file dynlink_nvcuvid.h.

Referenced by cuvid_output_frame().

◆ repeat_first_field

int CUVIDPARSERDISPINFO::repeat_first_field

OUT: Number of additional fields (1=ivtc, 2=frame doubling, 4=frame tripling, -1=unpaired field)

Definition at line 292 of file dynlink_nvcuvid.h.

◆ timestamp

CUvideotimestamp CUVIDPARSERDISPINFO::timestamp

OUT: Presentation time stamp.

Definition at line 294 of file dynlink_nvcuvid.h.

Referenced by cuvid_output_frame().


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