Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2PSExtractor.cpp282 unsigned packet_startcode_prefix = br.getBits(24); in dequeuePES() local
284 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()
DATSParser.cpp1068 unsigned packet_startcode_prefix = br->getBits(24); in parsePES() local
1070 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() local
1290 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix); in getPesScramblingControl()
1292 if (packet_startcode_prefix != 1) { in getPesScramblingControl()