Searched refs:gaps_in_frame_num_value_allowed_flag (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h89 uint8 gaps_in_frame_num_value_allowed_flag; member in struct:_vbp_codec_data_h264
H A Dvbp_h264_parser.c763 codec_data->gaps_in_frame_num_value_allowed_flag = parser->info.active_SPS.gaps_in_frame_num_value_allowed_flag;
900 pic_parms->seq_fields.bits.gaps_in_frame_num_value_allowed_flag = parser->info.active_SPS.gaps_in_frame_num_value_allowed_flag;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h218 uint8 gaps_in_frame_num_value_allowed_flag; member in struct:_vbp_codec_data_h264
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h817 uint8_t gaps_in_frame_num_value_allowed_flag; // u(1) member in struct:_SPS_PAR_USED
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_sps.c448 SPS->gaps_in_frame_num_value_allowed_flag = (uint8_t)code;
H A Dviddec_h264_workload.c589 viddec_fw_h264_sps_set_gaps_in_frame_num_value_allowed_flag(&(wi.h264_sps), pInfo->active_SPS.gaps_in_frame_num_value_allowed_flag);
H A Dh264parse_dpb.c2467 //if(active_sps->gaps_in_frame_num_value_allowed_flag == 0) {
2468 if(pInfo->img.gaps_in_frame_num && (active_sps->gaps_in_frame_num_value_allowed_flag == 0)) {
2471 // when gaps_in_frame_num_value_allowed_flag is equal to 1
/hardware/intel/common/libva/va/
H A Dva.h2163 unsigned int gaps_in_frame_num_value_allowed_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon553::__anon554

Completed in 127 milliseconds