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.cpp861 unsigned ESCR_flag = br->getBits(1); in parsePES() local
862 ALOGV("ESCR_flag = %u", ESCR_flag); in parsePES()
936 if (ESCR_flag) { in parsePES()