Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DDTSSpecificBox.java26 int coreLFEPresent; field in DTSSpecificBox
55 coreLFEPresent = brb.readBits(1); in _parseDetails()
77 bwb.writeBits(coreLFEPresent, 1); in getContent()
139 return coreLFEPresent; in getCoreLFEPresent()
142 public void setCoreLFEPresent(int coreLFEPresent) { in setCoreLFEPresent() argument
143 this.coreLFEPresent = coreLFEPresent; in setCoreLFEPresent()