/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/ |
ItemProtectionBox.java | 57 IsoTypeWriter.writeUInt16(byteBuffer, getBoxes().size());
|
RecordingYearBox.java | 60 IsoTypeWriter.writeUInt16(byteBuffer, recordingYear);
|
SoundMediaHeaderBox.java | 52 IsoTypeWriter.writeUInt16(byteBuffer, 0);
|
VideoMediaHeaderBox.java | 64 IsoTypeWriter.writeUInt16(byteBuffer, graphicsmode); 66 IsoTypeWriter.writeUInt16(byteBuffer, anOpcolor);
|
HintMediaHeaderBox.java | 75 IsoTypeWriter.writeUInt16(byteBuffer, maxPduSize); 76 IsoTypeWriter.writeUInt16(byteBuffer, avgPduSize);
|
ClassificationBox.java | 93 IsoTypeWriter.writeUInt16(byteBuffer, classificationTableIndex);
|
MediaHeaderBox.java | 145 IsoTypeWriter.writeUInt16(byteBuffer, 0);
|
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());
|
MovieHeaderBox.java | 178 IsoTypeWriter.writeUInt16(byteBuffer, 0);
|
SubSampleInformationBox.java | 97 IsoTypeWriter.writeUInt16(byteBuffer, sampleEntry.getSubsampleCount());
103 IsoTypeWriter.writeUInt16(byteBuffer, l2i(subsampleEntry.getSubsampleSize()));
|
TrackHeaderBox.java | 154 IsoTypeWriter.writeUInt16(byteBuffer, layer); 155 IsoTypeWriter.writeUInt16(byteBuffer, alternateGroup); 157 IsoTypeWriter.writeUInt16(byteBuffer, 0);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
Ovc1VisualSampleEntryImpl.java | 36 IsoTypeWriter.writeUInt16(byteBuffer, getDataReferenceIndex());
|
AmrSpecificBox.java | 86 IsoTypeWriter.writeUInt16(byteBuffer, modeSet);
|
SampleEntry.java | 135 IsoTypeWriter.writeUInt16(bb, dataReferenceIndex);
|
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);
|
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);
|
/external/icu/icu4c/source/common/ |
udataswp.h | 171 UDataWriteUInt16 *writeUInt16;
|
/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/apple/ |
BaseMediaInfoAtom.java | 32 IsoTypeWriter.writeUInt16(byteBuffer, opColorR); 33 IsoTypeWriter.writeUInt16(byteBuffer,opColorG ); 34 IsoTypeWriter.writeUInt16(byteBuffer,opColorB );
|
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);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AbstractAppleMetaDataBox.java | 113 IsoTypeWriter.writeUInt16(bb, Integer.parseInt(value));
|
AppleLosslessSpecificBox.java | 149 IsoTypeWriter.writeUInt16(byteBuffer, unknown2);
|
/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);
|