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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 158 public Item createItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) {
159 return new Item(itemId, constructionMethod, dataReferenceIndex, baseOffset, extents);
168 public int constructionMethod;
178 constructionMethod = tmp & 0xf;
195 public Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) {
197 this.constructionMethod = constructionMethod;
229 IsoTypeWriter.writeUInt16(bb, constructionMethod);
252 if (constructionMethod != item.constructionMethod) return false
    [all...]
  /frameworks/av/media/libstagefright/
ItemTable.cpp 259 constructionMethod(construction_method),
269 // TODO: fix extent handling, fix constructionMethod = 2
271 if (constructionMethod == 0) {
275 } else if (constructionMethod == 1) {
289 uint16_t constructionMethod;
    [all...]

Completed in 603 milliseconds