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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java294 int layerNr; field in class:AudioSpecificConfig
562 layerNr = in.readBits(3);
751 sb.append(", layerNr=").append(layerNr);
1083 if (layerNr != that.layerNr) {
1151 result = 31 * result + layerNr;

Completed in 79 milliseconds