Searched refs:descriptor_tag (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp325 unsigned descriptor_tag = br.getBits(8); local
329 descriptor_tag, descriptor_length);
H A DATSParser.cpp429 unsigned descriptor_tag = br->getBits(8); local
430 ALOGV(" tag = 0x%02x", descriptor_tag);
439 if (descriptor_tag == 9 && descriptor_length >= 4) {

Completed in 694 milliseconds