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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
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...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]

Completed in 219 milliseconds