Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DDecoderConfigDescriptor.java50 int objectTypeIndication; field in DecoderConfigDescriptor
64 objectTypeIndication = IsoTypeReader.readUInt8(bb); in parseDetail()
79 descriptor = ObjectDescriptorFactory.createFrom(objectTypeIndication, bb); in parseDetail()
100 descriptor = ObjectDescriptorFactory.createFrom(objectTypeIndication, bb); in parseDetail()
116 IsoTypeWriter.writeUInt8(out, objectTypeIndication); in serialize()
143 return objectTypeIndication; in getObjectTypeIndication()
146 public void setObjectTypeIndication(int objectTypeIndication) { in setObjectTypeIndication() argument
147 this.objectTypeIndication = objectTypeIndication; in setObjectTypeIndication()
194 sb.append("{objectTypeIndication=").append(objectTypeIndication); in toString()
DObjectDescriptorFactory.java145 final int objectTypeInd = descriptor.objectTypeIndication();
158 …public static BaseDescriptor createFrom(int objectTypeIndication, ByteBuffer bb) throws IOExceptio… in createFrom() argument
161 …ap<Integer, Class<? extends BaseDescriptor>> tagMap = descriptorRegistry.get(objectTypeIndication); in createFrom()
175 …"No ObjectDescriptor found for objectTypeIndication " + Integer.toHexString(objectTypeIndication) + in createFrom()
182 … BaseDescriptor class " + aClass + " for objectTypeIndication " + objectTypeIndication + " and tag… in createFrom()
DDescriptor.java38 int objectTypeIndication() default -1; in objectTypeIndication() method
DAudioSpecificConfig.java267 @Descriptor(tags = 0x5, objectTypeIndication = 0x40)