Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h755 typedef struct h264_slice_t { struct
756 struct h264_nalu_svc_ext_t svcExt;
757 struct h264_nalu_mvc_ext_t mvcExt;
759 RK_S32 layer_id;
760 RK_S32 idr_flag;
761 RK_S32 idr_pic_id;
762 RK_S32 nal_reference_idc; //!< nal_reference_idc from NAL unit
763 RK_U32 start_mb_nr; //!< MUST be set by NAL even in case of ei_flag == 1
764 RK_S32 slice_type; //!< slice type
765 RK_U32 pic_parameter_set_id;
[all …]