HomeSort by relevance Sort by last modified time
    Searched refs:gaps_in_frame_num_value_allowed_flag (Results 1 - 9 of 9) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 65 public boolean gaps_in_frame_num_value_allowed_flag; field in class:SeqParameterSet
138 sps.gaps_in_frame_num_value_allowed_flag = reader
139 .readBool("SPS: gaps_in_frame_num_value_allowed_flag");
372 writer.writeBool(gaps_in_frame_num_value_allowed_flag,
373 "SPS: gaps_in_frame_num_value_allowed_flag");
543 ", \n gaps_in_frame_num_value_allowed_flag=" + gaps_in_frame_num_value_allowed_flag +
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 89 uint8 gaps_in_frame_num_value_allowed_flag; member in struct:_vbp_codec_data_h264
vbp_h264_parser.c 763 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;
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 218 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/
h264.h 817 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/
h264parse_sps.c 448 SPS->gaps_in_frame_num_value_allowed_flag = (uint8_t)code;
viddec_h264_workload.c 589 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);
    [all...]
h264parse_dpb.c     [all...]
  /hardware/intel/common/libva/va/
va.h 2163 unsigned int gaps_in_frame_num_value_allowed_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon40475::__anon40476
    [all...]

Completed in 136 milliseconds