Searched refs:startCode (Results 1 – 2 of 2) sorted by relevance
88 uint32 startCode; in DecodeVOLHeader() local103 status = BitstreamShowBits32HC(stream, &startCode); in DecodeVOLHeader()105 if (startCode == VISUAL_OBJECT_SEQUENCE_START_CODE) in DecodeVOLHeader()
3140 int startCode = dataInputStream.readUnsignedShort(); in parseTiffHeaders() local3141 if (mMimeType != IMAGE_TYPE_ORF && mMimeType != IMAGE_TYPE_RW2 && startCode != START_CODE) { in parseTiffHeaders()3142 throw new IOException("Invalid start code: " + Integer.toHexString(startCode)); in parseTiffHeaders()