Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp256 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser
257 PSISection();
271 virtual ~PSISection();
278 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
2355 uint32_t ATSParser::PSISection::CRC_TABLE[] = {
2422 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection
2426 ATSParser::PSISection::~PSISection() { in ~PSISection()
2458 void ATSParser::PSISection::clear() { in clear()
2474 bool ATSParser::PSISection::isEmpty() const { in isEmpty()
2482 size_t ATSParser::PSISection::size() const { in size()
[all …]
H A DATSParser.h187 struct PSISection;
210 KeyedVector<unsigned, sp<PSISection> > mPSISections;