Searched refs:start_code (Results 1 – 2 of 2) sorted by relevance
145 uint32_t *start_code = (uint32_t *)bitstream; in onQueueFilled() local146 bool volHeader = *start_code == 0xB0010000; in onQueueFilled()
364 const uint8_t start_code = seq[4] >> 4; in parseMpeg2ProfileLevelFromHeader() local365 if (start_code != 1 /* sequence extension ID */) { in parseMpeg2ProfileLevelFromHeader()