Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DAudioSpecificConfig.java307 int hvxcVarMode; field in AudioSpecificConfig
645 hvxcVarMode = in.readBits(1); in parseErHvxcConfig()
763 sb.append(", hvxcVarMode=").append(hvxcVarMode); in toString()
1077 if (hvxcVarMode != that.hvxcVarMode) { in equals()
1162 result = 31 * result + hvxcVarMode; in hashCode()