Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DDTSSpecificBox.java27 int coreLayout; field in DTSSpecificBox
56 coreLayout = brb.readBits(6); in _parseDetails()
78 bwb.writeBits(coreLayout, 6); in getContent()
147 return coreLayout; in getCoreLayout()
150 public void setCoreLayout(int coreLayout) { in setCoreLayout() argument
151 this.coreLayout = coreLayout; in setCoreLayout()