nal_unit_type
unsigned int nal_unit_type = SEQUENCE_PARAMETER_SET;
rbsp_bits(&rbsp, 5, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 5, &nal_unit_type);
nal_unit_type != SEQUENCE_PARAMETER_SET)
unsigned int nal_unit_type = PICTURE_PARAMETER_SET;
rbsp_bits(&rbsp, 5, &nal_unit_type);
unsigned int nal_unit_type = FILLER_DATA;
rbsp_bits(&rbsp, 5, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 5, &nal_unit_type);
nal_unit_type != FILLER_DATA)
unsigned int nal_unit_type = VPS_NUT;
rbsp_bits(&rbsp, 6, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 6, &nal_unit_type);
nal_unit_type != VPS_NUT)
unsigned int nal_unit_type = SPS_NUT;
rbsp_bits(&rbsp, 6, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 6, &nal_unit_type);
nal_unit_type != SPS_NUT)
unsigned int nal_unit_type = PPS_NUT;
rbsp_bits(&rbsp, 6, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 6, &nal_unit_type);
unsigned int nal_unit_type = FD_NUT;
rbsp_bits(&rbsp, 6, &nal_unit_type);
unsigned int nal_unit_type;
rbsp_bits(&rbsp, 6, &nal_unit_type);
nal_unit_type != FD_NUT)
u32 index, nal_unit_type, reg_val, sub_layer_info;
nal_unit_type = (reg_val >> 4) & 0x3f;
if ((nal_unit_type == 19 || nal_unit_type == 20) && result->pic_type == PIC_TYPE_I)
if (nal_unit_type == 5 && result->pic_type == PIC_TYPE_I)
unsigned char nal_unit_type;
__entry->s.nal_unit_type,
reg = VE_DEC_H265_DEC_NAL_HDR_NAL_UNIT_TYPE(slice_params->nal_unit_type) |
__u8 nal_unit_type;