Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h190 typedef struct h264_nalu_t { struct
191 …efix_len; //!< 4 for parameter sets and first slice in picture, 3 for everything else (suggested)
192 … //!< Length of the NAL unit (Excluding the start code, which does not belong to the NALU)
193 RK_S32 forbidden_bit; //!< should be always FALSE
194 H264NaluType nalu_type; //!< NALU_TYPE_xxxx
195 H264NalRefIdcType nal_reference_idc; //!< NALU_PRIORITY_xxxx
196 … //!< Data of the NAL unit (Excluding the start code, which does not belong to the NALU)
197 RK_U16 lost_packets; //!< true, if packet loss is detected, used in RTPNALU
199 RK_S32 svc_extension_flag; //!< should be always 0, for MVC
200 RK_S32 non_idr_flag; //!< 0 = current is IDR
[all …]