HomeSort by relevance Sort by last modified time
    Searched refs:objectTypeIndication (Results 1 - 9 of 9) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
Descriptor.java 38 int objectTypeIndication() default -1;
ObjectDescriptorFactory.java 83 /* objectTypeIndication as of 14496-1
145 final int objectTypeInd = descriptor.objectTypeIndication();
158 public static BaseDescriptor createFrom(int objectTypeIndication, ByteBuffer bb) throws IOException {
161 Map<Integer, Class<? extends BaseDescriptor>> tagMap = descriptorRegistry.get(objectTypeIndication);
168 // log.warning("Found illegal tag 0x00! objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
175 log.warning("No ObjectDescriptor found for objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
182 log.log(Level.SEVERE, "Couldn't instantiate BaseDescriptor class " + aClass + " for objectTypeIndication " + objectTypeIndication + " and tag " + tag, e);
    [all...]
DecoderConfigDescriptor.java 33 * bit(8) objectTypeIndication;
50 int objectTypeIndication;
64 objectTypeIndication = IsoTypeReader.readUInt8(bb);
79 descriptor = ObjectDescriptorFactory.createFrom(objectTypeIndication, bb);
100 descriptor = ObjectDescriptorFactory.createFrom(objectTypeIndication, bb);
116 IsoTypeWriter.writeUInt8(out, objectTypeIndication);
143 return objectTypeIndication;
146 public void setObjectTypeIndication(int objectTypeIndication) {
147 this.objectTypeIndication = objectTypeIndication;
    [all...]
AudioSpecificConfig.java 267 @Descriptor(tags = 0x5, objectTypeIndication = 0x40)
    [all...]
  /frameworks/av/media/libstagefright/include/
ESDS.h 34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
  /frameworks/av/media/libstagefright/
ESDS.cpp 50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
55 *objectTypeIndication = mObjectTypeIndication;
MPEG4Extractor.cpp     [all...]
  /packages/apps/TV/libs/
exoplayer.jar 
exoplayer_v2.jar 

Completed in 174 milliseconds