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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 64 public boolean pic_order_present_flag; field in class:PictureParameterSet
94 pps.pic_order_present_flag = reader
95 .readBool("PPS: pic_order_present_flag");
196 writer.writeBool(pic_order_present_flag, "PPS: pic_order_present_flag");
300 result = prime * result + (pic_order_present_flag ? 1231 : 1237);
351 if (pic_order_present_flag != other.pic_order_present_flag)
387 ",\n pic_order_present_flag=" + pic_order_present_flag
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 272 M4OSA_Bool pic_order_present_flag; member in struct:__anon18987
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 349 uint pic_order_present_flag; /* u(1) */ member in struct:tagPicParamSet
399 /* if(pic_order_present_flag && !field_pic_flag) */
402 /* if(pic_order_present_flag && !field_pic_flag) */
    [all...]

Completed in 37 milliseconds