Home
last modified time | relevance | path

Searched defs:_CUVIDPICPARAMS (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h725 typedef struct _CUVIDPICPARAMS struct
727 …dthInMbs; /**< IN: Coded frame size in macroblocks */
728 …HeightInMbs; /**< IN: Coded frame height in macroblocks */
729 …icIdx; /**< IN: Output index of the current picture */
730 …_pic_flag; /**< IN: 0=frame picture, 1=field picture */
731 …m_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_flag=0) */
732 …d_field; /**< IN: Second field of a complementary field pair */
734 …int nBitstreamDataLen; /**< IN: Number of bytes in bitstream data buffer */
735 …igned char *pBitstreamData; /**< IN: Ptr to bitstream data for this picture (slice-layer) */
736 …int nNumSlices; /**< IN: Number of slices in this picture */
[all …]