Searched refs:constraint_set_3_flag (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java58 public boolean constraint_set_3_flag; field in class:SeqParameterSet
88 sps.constraint_set_3_flag = reader
89 .readBool("SPS: constraint_set_3_flag");
317 writer.writeBool(constraint_set_3_flag, "SPS: constraint_set_3_flag");
536 ", \n constraint_set_3_flag=" + constraint_set_3_flag +

Completed in 513 milliseconds