Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h699 typedef struct _CUVIDPICPARAMS struct
701 …dthInMbs; /**< IN: Coded frame size in macroblocks */
702 …HeightInMbs; /**< IN: Coded frame height in macroblocks */
703 …icIdx; /**< IN: Output index of the current picture */
704 …_pic_flag; /**< IN: 0=frame picture, 1=field picture */
705 …m_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_flag=0) */
706 …d_field; /**< IN: Second field of a complementary field pair */
708 …int nBitstreamDataLen; /**< IN: Number of bytes in bitstream data buffer */
709 …igned char *pBitstreamData; /**< IN: Ptr to bitstream data for this picture (slice-layer) */
710 …int nNumSlices; /**< IN: Number of slices in this picture */
[all …]