HomeSort by relevance Sort by last modified time
    Searched defs:gaps_in_frame_num_value_allowed_flag (Results 1 - 3 of 3) 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 +
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 221 M4OSA_Bool gaps_in_frame_num_value_allowed_flag; member in struct:__anon18986
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 318 uint gaps_in_frame_num_value_allowed_flag; /* u(1) */ member in struct:tagSeqParamSet
    [all...]

Completed in 34 milliseconds