Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DAudioSpecificConfig.java287 int syncExtensionType; field in AudioSpecificConfig
475 syncExtensionType = bitReaderBuffer.readBits(11); in parseDetail()
476 if (syncExtensionType == 0x2b7) { in parseDetail()
486 syncExtensionType = bitReaderBuffer.readBits(11); //10101001000 in parseDetail()
487 if (syncExtensionType == 0x548) { in parseDetail()
745 sb.append(", syncExtensionType=").append(syncExtensionType); in toString()
1116 if (syncExtensionType != that.syncExtensionType) { in equals()
1146 result = 31 * result + syncExtensionType; in hashCode()