Searched refs:startCode (Results 1 – 2 of 2) sorted by relevance
86 uint32 startCode; in DecodeVOLHeader() local101 status = BitstreamShowBits32HC(stream, &startCode); in DecodeVOLHeader()103 if (startCode == VISUAL_OBJECT_SEQUENCE_START_CODE) in DecodeVOLHeader()
2075 int startCode = dataInputStream.readUnsignedShort(); in readExifSegment() local2076 if (startCode != 0x2a) { in readExifSegment()2077 throw new IOException("Invalid exif start: " + Integer.toHexString(startCode)); in readExifSegment()