Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h125 bool wasFormatChange(int32_t discontinuityType) const;
DAnotherPacketSource.cpp129 if (wasFormatChange(discontinuity)) { in dequeueAccessUnit()
181 if (wasFormatChange(discontinuity)) { in read()
274 bool AnotherPacketSource::wasFormatChange( in wasFormatChange() function in android::AnotherPacketSource