HomeSort by relevance Sort by last modified time
    Searched defs:redundant_pic_cnt_present_flag (Results 1 - 3 of 3) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 74 public boolean redundant_pic_cnt_present_flag; field in class:PictureParameterSet
154 pps.redundant_pic_cnt_present_flag = reader
155 .readBool("PPS: redundant_pic_cnt_present_flag");
245 writer.writeBool(redundant_pic_cnt_present_flag,
246 "PPS: redundant_pic_cnt_present_flag");
303 + (redundant_pic_cnt_present_flag ? 1231 : 1237);
355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag)
397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 276 M4OSA_Bool redundant_pic_cnt_present_flag; member in struct:__anon18987
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 376 uint redundant_pic_cnt_present_flag; /* u(1) */ member in struct:tagPicParamSet
404 /* if(redundant_pic_cnt_present_flag) */
    [all...]

Completed in 47 milliseconds