Searched defs:h264_nalu_t (Results 1 – 1 of 1) sorted by relevance
190 typedef struct h264_nalu_t { struct191 …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 FALSE194 H264NaluType nalu_type; //!< NALU_TYPE_xxxx195 H264NalRefIdcType nal_reference_idc; //!< NALU_PRIORITY_xxxx196 … //!< 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 RTPNALU199 RK_S32 svc_extension_flag; //!< should be always 0, for MVC200 RK_S32 non_idr_flag; //!< 0 = current is IDR[all …]