Lines Matching defs:h264_nalu_t
190 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
201 RK_S32 priority_id; //!< a lower value of priority_id specifies a higher priority
202 RK_S32 view_id; //!< view identifier for the NAL unit
203 RK_S32 temporal_id; //!< temporal identifier for the NAL unit
204 RK_S32 anchor_pic_flag; //!< anchor access unit
205 RK_S32 inter_view_flag; //!< inter-view prediction enable
206 RK_S32 reserved_one_bit; //!< shall be equal to 1
207 RK_S32 MVCExt_is_valid;
208 RK_S32 MVCExt_is_prefixNALU;
210 RK_U8 ualu_header_bytes; //!< for rbsp start
211 RK_S32 used_bits;