Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DProfileLevelIndicationDescriptor.java31 public class ProfileLevelIndicationDescriptor extends BaseDescriptor { class
57 ProfileLevelIndicationDescriptor that = (ProfileLevelIndicationDescriptor) o; in equals()
DDecoderConfigDescriptor.java59 …List<ProfileLevelIndicationDescriptor> profileLevelIndicationDescriptors = new ArrayList<ProfileLe…
103 if (descriptor instanceof ProfileLevelIndicationDescriptor) { in parseDetail()
104 … profileLevelIndicationDescriptors.add((ProfileLevelIndicationDescriptor) descriptor); in parseDetail()
138 public List<ProfileLevelIndicationDescriptor> getProfileLevelIndicationDescriptors() { in getProfileLevelIndicationDescriptors()
DObjectDescriptorFactory.java135 annotated.add(ProfileLevelIndicationDescriptor.class);