Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DDecoderConfigDescriptor.java59 …List<ProfileLevelIndicationDescriptor> profileLevelIndicationDescriptors = new ArrayList<ProfileLe… field in DecoderConfigDescriptor
104profileLevelIndicationDescriptors.add((ProfileLevelIndicationDescriptor) descriptor); in parseDetail()
139 return profileLevelIndicationDescriptors; in getProfileLevelIndicationDescriptors()
203 …tionDescriptors=").append(profileLevelIndicationDescriptors == null ? "null" : Arrays.asList(profi… in toString()