Home
last modified time | relevance | path

Searched refs:packet_startcode_prefix (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/extractors/mpeg2/
DMPEG2PSExtractor.cpp289 unsigned packet_startcode_prefix = br.getBits(24); in dequeuePES() local
291 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()
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp1330 unsigned packet_startcode_prefix = br->getBits(24); in parsePES() local
1332 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() local
1576 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in getPesScramblingControl()
1578 if (packet_startcode_prefix != 1) { in getPesScramblingControl()