Searched refs:has3ByteStartCode (Results 1 – 2 of 2) sorted by relevance
56 bool has3ByteStartCode = false; in ReadFrame() local58 has3ByteStartCode = ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 1; in ReadFrame()60 if (has4ByteStartCode || has3ByteStartCode) { in ReadFrame()
122 bool has3ByteStartCode = false; in readPicture() local124 has3ByteStartCode = ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 1; in readPicture()126 if (has4ByteStartCode || has3ByteStartCode) { in readPicture()