Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DRateShareEntry.java50 private short operationPointCut; field in RateShareEntry
60 operationPointCut = byteBuffer.getShort(); in parse()
61 if (operationPointCut == 1) { in parse()
64 int entriesLeft = operationPointCut; in parse()
76 … ByteBuffer buf = ByteBuffer.allocate(operationPointCut == 1?13:(operationPointCut * 6 + 11 )); in get()
77 buf.putShort(operationPointCut); in get()
78 if (operationPointCut == 1) { in get()
175 if (operationPointCut != that.operationPointCut) { in equals()
190 int result = (int) operationPointCut; in hashCode()
200 return operationPointCut; in getOperationPointCut()
[all …]