Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DESDescriptor.java81 List<BaseDescriptor> otherDescriptors = new ArrayList<BaseDescriptor>(); field in ESDescriptor
154 otherDescriptors.add(descriptor); in parseDetail()
229 return otherDescriptors; in getOtherDescriptors()
351 …if (otherDescriptors != null ? !otherDescriptors.equals(that.otherDescriptors) : that.otherDescrip… in equals()
373 result = 31 * result + (otherDescriptors != null ? otherDescriptors.hashCode() : 0); in hashCode()