Searched refs:start_code (Results 1 – 3 of 3) sorted by relevance
115 uint8_t *start_code = const_cast<uint8_t *>(data); in decodeFrames() local117 bool volHeader = memcmp(start_code, volInfo, 4) == 0; in decodeFrames()
472 uint32_t *start_code = (uint32_t *)bitstream; in process() local473 bool volHeader = *start_code == 0xB0010000; in process()
438 const uint8_t start_code = seq[4] >> 4; in parseMpeg2ProfileLevelFromHeader() local439 if (start_code != 1 /* sequence extension ID */) { in parseMpeg2ProfileLevelFromHeader()