HomeSort by relevance Sort by last modified time
    Searched refs:writeUInt16 (Results 1 - 25 of 35) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
VideoMediaHeaderBox.java 64 IsoTypeWriter.writeUInt16(byteBuffer, graphicsmode);
66 IsoTypeWriter.writeUInt16(byteBuffer, anOpcolor);
RecordingYearBox.java 60 IsoTypeWriter.writeUInt16(byteBuffer, recordingYear);
SoundMediaHeaderBox.java 52 IsoTypeWriter.writeUInt16(byteBuffer, 0);
HintMediaHeaderBox.java 75 IsoTypeWriter.writeUInt16(byteBuffer, maxPduSize);
76 IsoTypeWriter.writeUInt16(byteBuffer, avgPduSize);
ItemProtectionBox.java 57 IsoTypeWriter.writeUInt16(byteBuffer, getBoxes().size());
ItemLocationBox.java 92 IsoTypeWriter.writeUInt16(byteBuffer, items.size());
226 IsoTypeWriter.writeUInt16(bb, itemId);
229 IsoTypeWriter.writeUInt16(bb, constructionMethod);
233 IsoTypeWriter.writeUInt16(bb, dataReferenceIndex);
237 IsoTypeWriter.writeUInt16(bb, extents.size());
SubSampleInformationBox.java 97 IsoTypeWriter.writeUInt16(byteBuffer, sampleEntry.getSubsampleCount());
103 IsoTypeWriter.writeUInt16(byteBuffer, l2i(subsampleEntry.getSubsampleSize()));
ClassificationBox.java 93 IsoTypeWriter.writeUInt16(byteBuffer, classificationTableIndex);
TrackHeaderBox.java 154 IsoTypeWriter.writeUInt16(byteBuffer, layer);
155 IsoTypeWriter.writeUInt16(byteBuffer, alternateGroup);
157 IsoTypeWriter.writeUInt16(byteBuffer, 0);
MediaHeaderBox.java 145 IsoTypeWriter.writeUInt16(byteBuffer, 0);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeWriterVariable.java 29 IsoTypeWriter.writeUInt16(bb, (int) (v & 0xffff));
IsoTypeWriter.java 41 writeUInt16(bb, i >> 8);
47 public static void writeUInt16(ByteBuffer bb, int i) {
87 writeUInt16(bb, bits);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 184 IsoTypeWriter.writeUInt16(byteBuffer, 0);
185 IsoTypeWriter.writeUInt16(byteBuffer, 0);
190 IsoTypeWriter.writeUInt16(byteBuffer, getWidth());
191 IsoTypeWriter.writeUInt16(byteBuffer, getHeight());
198 IsoTypeWriter.writeUInt16(byteBuffer, getFrameCount());
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth());
207 IsoTypeWriter.writeUInt16(byteBuffer, 0xFFFF);
AudioSampleEntry.java 252 IsoTypeWriter.writeUInt16(byteBuffer, soundVersion);
253 IsoTypeWriter.writeUInt16(byteBuffer, reserved1);
255 IsoTypeWriter.writeUInt16(byteBuffer, channelCount);
256 IsoTypeWriter.writeUInt16(byteBuffer, sampleSize);
257 IsoTypeWriter.writeUInt16(byteBuffer, compressionId);
258 IsoTypeWriter.writeUInt16(byteBuffer, packetSize);
TextSampleEntry.java 235 IsoTypeWriter.writeUInt16(bb, top);
236 IsoTypeWriter.writeUInt16(bb, left);
237 IsoTypeWriter.writeUInt16(bb, bottom);
238 IsoTypeWriter.writeUInt16(bb, right);
288 IsoTypeWriter.writeUInt16(bb, startChar);
289 IsoTypeWriter.writeUInt16(bb, endChar);
290 IsoTypeWriter.writeUInt16(bb, fontId);
Ovc1VisualSampleEntryImpl.java 36 IsoTypeWriter.writeUInt16(byteBuffer, getDataReferenceIndex());
AmrSpecificBox.java 86 IsoTypeWriter.writeUInt16(byteBuffer, modeSet);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
QuicktimeTextSampleEntry.java 216 IsoTypeWriter.writeUInt16(byteBuffer, backgroundR);
217 IsoTypeWriter.writeUInt16(byteBuffer, backgroundG);
218 IsoTypeWriter.writeUInt16(byteBuffer, backgroundB);
226 IsoTypeWriter.writeUInt16(byteBuffer, foregroundR);
227 IsoTypeWriter.writeUInt16(byteBuffer, foregroundG);
228 IsoTypeWriter.writeUInt16(byteBuffer, foregroundB);
BaseMediaInfoAtom.java 32 IsoTypeWriter.writeUInt16(byteBuffer, opColorR);
33 IsoTypeWriter.writeUInt16(byteBuffer,opColorG );
34 IsoTypeWriter.writeUInt16(byteBuffer,opColorB );
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
FontTableBox.java 45 IsoTypeWriter.writeUInt16(byteBuffer, entries.size());
78 IsoTypeWriter.writeUInt16(bb, fontId);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ESDescriptor.java 181 IsoTypeWriter.writeUInt16(out, esId);
185 IsoTypeWriter.writeUInt16(out, dependsOnEsId);
192 IsoTypeWriter.writeUInt16(out, oCREsId);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 276 IsoTypeWriter.writeUInt16(byteBuffer, sequenceParameterSetNALUnit.length);
281 IsoTypeWriter.writeUInt16(byteBuffer, pictureParameterSetNALUnit.length);
294 IsoTypeWriter.writeUInt16(byteBuffer, sequenceParameterSetExtNALUnit.length);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 149 IsoTypeWriter.writeUInt16(byteBuffer, unknown2);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 83 IsoTypeWriter.writeUInt16(byteBuffer, reserved);
84 IsoTypeWriter.writeUInt16(byteBuffer, entries.size());
  /external/chromium_org/third_party/icu/source/common/
udataswp.h 171 UDataWriteUInt16 *writeUInt16;

Completed in 387 milliseconds

1 2