Searched refs:packet_startcode_prefix (Results 1 – 2 of 2) sorted by relevance
290 unsigned packet_startcode_prefix = br.getBits(24); in dequeuePES() local292 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in dequeuePES()294 if (packet_startcode_prefix != 1) { in dequeuePES()301 if (packet_startcode_prefix != 0x000001u) { in dequeuePES()
1241 unsigned packet_startcode_prefix = br->getBits(24); in parsePES() local1243 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in parsePES()1245 if (packet_startcode_prefix != 1) { in parsePES()1461 unsigned packet_startcode_prefix = br->getBits(24); in getPesScramblingControl() local1463 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in getPesScramblingControl()1465 if (packet_startcode_prefix != 1) { in getPesScramblingControl()