Searched refs:packet_startcode_prefix (Results 1 – 2 of 2) sorted by relevance
282 unsigned packet_startcode_prefix = br.getBits(24); in dequeuePES() local284 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in dequeuePES()286 if (packet_startcode_prefix != 1) { in dequeuePES()293 if (packet_startcode_prefix != 0x000001u) { in dequeuePES()
1068 unsigned packet_startcode_prefix = br->getBits(24); in parsePES() local1070 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in parsePES()1072 if (packet_startcode_prefix != 1) { in parsePES()1288 unsigned packet_startcode_prefix = br->getBits(24); in getPesScramblingControl() local1290 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in getPesScramblingControl()1292 if (packet_startcode_prefix != 1) { in getPesScramblingControl()