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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java56 public boolean constraint_set_1_flag; field in class:SeqParameterSet
84 sps.constraint_set_1_flag = reader
85 .readBool("SPS: constraint_set_1_flag");
315 writer.writeBool(constraint_set_1_flag, "SPS: constraint_set_1_flag");
534 ", \n constraint_set_1_flag=" + constraint_set_1_flag +

Completed in 63 milliseconds