Searched defs:operationPointCut (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRateShareEntry.java50 private short operationPointCut; field in class:RateShareEntry
60 operationPointCut = byteBuffer.getShort();
61 if (operationPointCut == 1) {
64 int entriesLeft = operationPointCut;
76 ByteBuffer buf = ByteBuffer.allocate(operationPointCut == 1?13:(operationPointCut * 6 + 11 ));
77 buf.putShort(operationPointCut);
78 if (operationPointCut == 1) {
175 if (operationPointCut != that.operationPointCut) {
203 setOperationPointCut(short operationPointCut) argument
[all...]

Completed in 65 milliseconds