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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 78 public boolean slice_group_change_direction_flag; field in class:PictureParameterSet
117 pps.slice_group_change_direction_flag = reader
118 .readBool("PPS: slice_group_change_direction_flag");
214 writer.writeBool(slice_group_change_direction_flag,
215 "PPS: slice_group_change_direction_flag");
307 + (slice_group_change_direction_flag ? 1231 : 1237);
361 if (slice_group_change_direction_flag != other.slice_group_change_direction_flag)
401 ",\n slice_group_change_direction_flag=" + slice_group_change_direction_flag
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 259 M4OSA_Bool slice_group_change_direction_flag; member in struct:__anon18985
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 361 uint slice_group_change_direction_flag; /* u(1) */ member in struct:tagPicParamSet
    [all...]

Completed in 193 milliseconds