Home
last modified time | relevance | path

Searched refs:constraint_set_flags (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sps.c298 SPS->constraint_set_flags = (uint8_t)code; in h264_Parse_SeqParameterSet()
Dh264parse_dpb.c2793 if ((active_sps->profile_idc < 100) && ((active_sps->constraint_set_flags & 0x1) == 0)) { in h264_dpb_idr_memory_management()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h805 …uint8_t constraint_set_flags; // bit 0 to 3 for set0 to set3 … member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c750 codec_data->constraint_set1_flag = (parser->info.active_SPS.constraint_set_flags & 0x4) >> 2; in vbp_set_codec_data_h264()