Searched defs:_CUVIDPICPARAMS (Results 1 – 1 of 1) sorted by relevance
699 typedef struct _CUVIDPICPARAMS struct701 …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 …]