Home
last modified time | relevance | path

Searched refs:slice_group_change_direction_flag (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java78 public boolean slice_group_change_direction_flag; field in PictureParameterSet
117 pps.slice_group_change_direction_flag = reader in read()
214 writer.writeBool(slice_group_change_direction_flag, in write()
307 + (slice_group_change_direction_flag ? 1231 : 1237); in hashCode()
361 if (slice_group_change_direction_flag != other.slice_group_change_direction_flag) in equals()
401 ",\n slice_group_change_direction_flag=" + slice_group_change_direction_flag + in toString()