Searched refs:packet_startcode_prefix (Results 1 – 2 of 2) sorted by relevance
289 unsigned packet_startcode_prefix = br.getBits(24); in dequeuePES() local291 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in dequeuePES()293 if (packet_startcode_prefix != 1) { in dequeuePES()300 if (packet_startcode_prefix != 0x000001u) { in dequeuePES()
1330 unsigned packet_startcode_prefix = br->getBits(24); in parsePES() local1332 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in parsePES()1334 if (packet_startcode_prefix != 1) { in parsePES()1574 unsigned packet_startcode_prefix = br->getBits(24); in getPesScramblingControl() local1576 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in getPesScramblingControl()1578 if (packet_startcode_prefix != 1) { in getPesScramblingControl()