Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2PSExtractor.cpp386 unsigned ESCR_flag = br.getBits(1); in dequeuePES() local
387 ALOGV("ESCR_flag = %u", ESCR_flag); in dequeuePES()
463 if (ESCR_flag) { in dequeuePES()
DATSParser.cpp1080 unsigned ESCR_flag = br->getBits(1); in parsePES() local
1081 ALOGV("ESCR_flag = %u", ESCR_flag); in parsePES()
1155 if (ESCR_flag) { in parsePES()