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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java55 public boolean constraint_set_0_flag; field in class:SeqParameterSet
82 sps.constraint_set_0_flag = reader
83 .readBool("SPS: constraint_set_0_flag");
314 writer.writeBool(constraint_set_0_flag, "SPS: constraint_set_0_flag");
533 ", \n constraint_set_0_flag=" + constraint_set_0_flag +

Completed in 40 milliseconds