Lines Matching defs:_CUVIDPICPARAMS
699 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 */
711 …unsigned int *pSliceDataOffsets; /**< IN: nNumSlices entries, contains offset of each slice within
713 …ic_flag; /**< IN: This picture is a reference picture */
714 …_pic_flag; /**< IN: This picture is entirely intra coded */
715 …int Reserved[30]; /**< Reserved for future use */
717 union {
727 } CodecSpecific;